<style>
    .gk_container {
        width: 84%;
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
    }
    .left-column {
        width: 81%;
    }
    .left-column h1 {
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        font-size: 24px;
    }
    .right-column {
        width: 40%;
        padding-left: 4%;
    }
    .right-column h2 {
        font-size: 24px;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }
    table, th, td {
        border: 1px solid #ddd;
    }
    th, td {
        padding: 12px;
        text-align: left;
    }
    th {
        background-color: #f2f2f2;
    }
    .search-bar {
        margin-bottom: 20px;
    }
    .search-bar input {
        width: 40%;
        padding: 10px;
        font-size: 14px;
    }
    .press-release {
        margin-top: 5px;
    }
    .press-release h2 {
        margin-bottom: 20px;
    }
    .press-item {
        margin-bottom: 20px;
        font-size: 16rem;
    }
    .press-item h3 {
        margin: 0;
        font-size: 16rem;
        font-weight: bold;
        color: #333;
        font-family: 'Georgia', serif;
    }
    .press-item p {
        margin: 5px 0 0;
        color: #555;
    }
    .press-item p:first-of-type {
        font-size: 14px;
        font-weight: 600;
        color: #444;
        font-family: 'Arial', sans-serif;
    }
    .press-item p:last-of-type {
        font-size: 12px;
        font-weight: normal;
        color: #666;
        font-family: 'Arial', sans-serif;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }
   

	.gk_dropdown {
		display: none;
		position: absolute;
		top: 80%; /* Position below the trigger */
		left: 0;
		background-color: #eaeded;
		min-width: 100px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 10; /* Ensure it appears on top */
		border: 1px solid #ccc; /* Add a border for visibility */
	}

	.gk_dropdown a {
		color: #0a0201;
		padding: 8px 12px;		
		text-decoration: none;
		display: block;
		font-size: 12px;
	}

	.gk_dropdown a:hover {
		background-color: #f1f1f1;
	}	
	
	.dots {
		font-size: 2rem;
		cursor: pointer;
		padding: 15px;
		user-select: none;
		display: inline-block;
			
	}	

	/* Ensure the table cell doesn't clip the gk_dropdown */
	td {
		position: relative;
		overflow: visible;
	}
    .title-cell {
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        font-weight: 200;
        color: #333;
    }
    .format-cell {
        font-family: 'Georgia', serif;
        font-size: 12px;
        font-weight: 200;
        color: #555;
    }
    .published-cell {
        font-family: 'Courier New', monospace;
        font-size: 12px;
        font-weight: 200;
        color: #444;
    }
    .pagination {
        margin-top: 20px;
        text-align: center;
    }
    .pagination a {
        margin: 0 5px;
        text-decoration: none;
        color: #000;
    }
    .pagination a.active {
        font-weight: bold;
    }
	
	.gk_container {
		width: 84%;
		margin: 0 auto;
		background-color: #fff;
		padding: 20px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: space-between;
	}

	.left-column {
		width: 81%;
	}

	.left-column h1 {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		font-size: 24px;
	}

	.right-column {
		width: 40%;
		padding-left: 4%;
	}

	.right-column h2 {
		font-size: 24px;
	}

	table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 20px;
	}

	table, th, td {
		border: 1px solid #ddd;
	}

	th, td {
		padding: 12px;
		text-align: left;
	}

	th {
		background-color: #f2f2f2;
	}

	.search-bar {
		margin-bottom: 20px;
	}

	.search-bar input {
		width: 40%;
		padding: 10px;
		font-size: 14px;
	}

	.press-release {
		margin-top: 5px;
	}

	.press-release h2 {
		margin-bottom: 20px;
	}

	.press-item {
		margin-bottom: 20px;
		 font-size: 1rem;
	}

	.press-item h3 {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		font-family: 'Georgia', serif;
	}
	.press-item a {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		font-family: 'Georgia', serif;
	}

	.press-item p {
		margin: 5px 0 0;
		color: #555;
		
	}

	.press-item p:first-of-type {
		font-size: 14px;
		font-weight: 600;
		color: #444;
		font-family: 'Arial', sans-serif;
	}

	.press-item p:last-of-type {
		font-size: 12px;
		font-weight: normal;
		color: #666;
		font-family: 'Arial', sans-serif;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}

	.gk_dropdown {
		display: none;
		position: absolute;
		top: 80%;
		left: 0;
		background-color: #eaeded;
		min-width: 100px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 10;
		border: 1px solid #ccc;
	}

	.gk_dropdown a {
		color: #0a0201;
		padding: 8px 12px;
		text-decoration: none;
		display: block;
		font-size: 12px;
	}

	.gk_dropdown a:hover {
		background-color: #f1f1f1;
	}

	.dots {
		font-size: 2rem;
		cursor: pointer;
		padding: 15px;
		user-select: none;
		display: inline-block;
	}

	td {
		position: relative;
		overflow: visible;
	}

	.title-cell {
		font-family: 'Arial', sans-serif;
		font-size: 12px;
		font-weight: 200;
		color: #333;
	}

	.format-cell {
		font-family: 'Georgia', serif;
		font-size: 12px;
		font-weight: 200;
		color: #555;
	}

	.published-cell {
		font-family: 'Courier New', monospace;
		font-size: 12px;
		font-weight: 200;
		color: #444;
	}

	.pagination {
		margin-top: 20px;
		text-align: center;
	}

	.pagination a {
		margin: 0 5px;
		text-decoration: none;
		color: #000;
	}

	.pagination a.active {
		font-weight: bold;
	}

/* Media Queries */

/* For small screens: stack the columns */
	@media (max-width: 768px) {
    .gk_container {
        flex-direction: column;
        padding: 10px;
    }

    .left-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-column {
        width: 100%;
        padding-left: 0;
    }

    /* Ensure that the press table moves below the press-release */
    .press-release {
        margin-top: 20px;
    }

    .press-item {
        margin-bottom: 20px;
        font-size: 14px;
    }
}

/* For extra small screens (mobile), adjust further */
	@media (max-width: 480px) {
    .search-bar input {
        width: 80%;
    }

    .press-item p {
        font-size: 12px;
    }

    .pagination {
        margin-top: 10px;
    }
}

  </style>