/* Container */
.press-tags{
	display:none !important;
}
#press-room-container {
    max-width: 1050px;
    margin: auto;
}

/* Card Layout */
.press-card {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 40px 0;
}

/* Image */
.press-img img {
    width: 260px;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
}

/* Content */
.press-content {
    flex: 1;
}

/* Title */
.press-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f3c5a;
    margin-bottom: 10px;
}
.press-title a{
margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--e-global-color-ceb7b20);
    font-family: "jaf-lapture-display", Sans-serif;
    font-size:38px;
    font-weight: 500;
    line-height:42px;	
}
.press-title a:hover{
color: var(--e-global-color-ceb7b20) !important;	
}
/* Meta */
.press-meta{
	color: var(--e-global-color-f108571);
    font-family: "proxima-nova", Sans-serif;
    font-size: 19.5px;
    font-weight: 400;
    line-height: 32px;
}

/* Tags */
.press-tags {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.tag {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
}

/* Green Tag */
.tag.location {
    background: #cfe3c1;
    color: #2e5f2e;
    font-weight: 600;
}

/* Outline Tag */
.tag.outline {
    border: 1px solid #3b7d6b;
    color: #3b7d6b;
    background: transparent;
}

/* Divider */
.press-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}

/* Load More Button */
#load-more-btn {
    display: block;
    margin: 30px auto;
    padding: 12px 25px;
    border-radius:100px;
    background: #D9665C;
    color: #fff;
    border: none;
    cursor: pointer;
	font-family: "proxima-nova", Sans-serif;
	text-transform:uppercase;
	
}
a.read-more-btn {
    background-color:#d9665c00;
    padding:0px;
    font-family: "proxima-nova", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color:#03473d;
    align-items: center;
	text-align:center;
	margin-top:20px;
}
a.read-more-btn:hover{
	color:#2b2b2b;
	text-decoration:underline;
	
}	
.container.press-single{
	padding:40px 0px;
}
.container.press-single h1{
color: var(--e-global-color-ceb7b20);
    font-family: "jaf-lapture-display", Sans-serif;
    font-size:38px;
    font-weight: 500;
    line-height:42px;	
}
.container.press-single p,.container.press-single li{
font-family: "proxima-nova", Sans-serif;
font-weight: 400;
font-size:19.5px;
}
/* Tablet and below */
@media (max-width: 768px) {
    .press-card {
        flex-direction: column;
        gap: 20px;
    }
	
	.press-card img {
    width: 100%;
    height: auto;
}
.press-title a {
font-size:30px;
line-height:35px;
}
.container.press-single{
	padding:40px 20px !important;
}
}
/* Mobile */
@media (max-width: 480px) {
    .press-card {
        gap: 15px;
        margin: 20px 0;
    }
}