.insights-wrap {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.insights-left {
    flex: 1.2;
    position: relative;
}
.insights-left img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}
.insights-left .ins-meta {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
}
.insights-left h1,
.insights-left h2,
.insights-left h3,
.insights-left h4,
.insights-left h5,
.insights-left h6 {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.insights-left h1 a,
.insights-left h2 a,
.insights-left h3 a,
.insights-left h4 a,
.insights-left h5 a,
.insights-left h6 a {
    color: #1a1a1a;
    text-decoration: none;
}
.insights-left h1 a:hover,
.insights-left h2 a:hover,
.insights-left h3 a:hover,
.insights-left h4 a:hover,
.insights-left h5 a:hover,
.insights-left h6 a:hover {
    color: #555;
}
.insights-left .ins-subtitle {
    font-size: clamp(12px, 1.1vw, 14px);
    color: #555;
    margin: 0;
}
.insights-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: center;
}
.insights-small-card {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.insights-small-card:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.insights-small-card:first-child {
    border-top: none;
}
.insights-small-card img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}
.insights-small-card .ins-meta {
    font-size: clamp(9px, 0.9vw, 11px);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
}
.insights-small-card h1,
.insights-small-card h2,
.insights-small-card h3,
.insights-small-card h4,
.insights-small-card h5,
.insights-small-card h6 {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
    color: #1a1a1a;
    max-width: 400px;
}
.insights-small-card h1 a,
.insights-small-card h2 a,
.insights-small-card h3 a,
.insights-small-card h4 a,
.insights-small-card h5 a,
.insights-small-card h6 a {
    color: #1a1a1a;
    text-decoration: none;
}
.insights-small-card h1 a:hover,
.insights-small-card h2 a:hover,
.insights-small-card h3 a:hover,
.insights-small-card h4 a:hover,
.insights-small-card h5 a:hover,
.insights-small-card h6 a:hover {
    color: #555;
}
.insights-small-card .ins-subtitle {
    font-size: clamp(11px, 1vw, 13px);
    color: #555;
    margin: 0;
}
.ins-image-wrap {
    position: relative;
    margin-bottom: 20px;
}
.ins-image-wrap img {
    margin-bottom: 0;
}
.ins-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.ins-tag {
    background-color: #1a1a6e;
    color: #fff;
    font-size: clamp(8px, 0.8vw, 10px);
    letter-spacing: 1px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.ins-excerpt {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}
.ins-tags-right {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.ins-tag-right {
    color: #fff;
    font-size: clamp(8px, 0.8vw, 10px);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ins-card-overlay-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

/* UPCOMING EVENT BANNER */
.ins-upcoming-wrap {
    position: relative;
    border: 1px solid #BEBEBE;
    margin-top: 40px;
    padding: 24px;
}
.ins-upcoming-arrow {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #BEBEBE;
    text-decoration: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ins-upcoming-arrow:hover {
    color: #555;
}
.ins-upcoming-inner {
    display: flex;
    gap: 24px;
    align-items: stretch;
}
.ins-upcoming-inner img {
    width: 180px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}
.ins-upcoming-content {
    flex: 1;
}
.ins-upcoming-badge {
    display: inline-block;
    border: 1px solid #BC955C;
    font-size: clamp(9px, 0.8vw, 11px);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #BC955C;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.ins-upcoming-meta {
    font-size: clamp(11px, 1vw, 13px);
    margin-bottom: 8px;
}

.ins-upcoming-date {
    color: #000614B2;
}
.ins-upcoming-sep {
    color: #BC955C;
}
.ins-upcoming-location {
    color: #00061480;
}

.ins-upcoming-title {
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 700;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: #001F60;
}
.ins-upcoming-title a {
    color: #001F60;
    text-decoration: none;
}
.ins-upcoming-title a:hover {
    color: #333;
}
.ins-upcoming-excerpt {
    font-size: clamp(12px, 1vw, 14px);
    color: #000614B2;
    margin: 0;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .insights-wrap {
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .insights-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .insights-left img {
        height: 260px;
    }
    .insights-right {
        width: 100%;
    }
    .insights-small-card {
        align-items: flex-start;
    }
    .insights-small-card img {
        width: 100px;
        height: 70px;
    }
    .ins-tags {
        gap: 4px;
    }
    .ins-tags-right {
        gap: 4px;
    }
    .ins-upcoming-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .ins-upcoming-inner img {
        width: 100%;
        height: 260px;
    }

    .ins-upcoming-arrow {
        display: none;
    }
}
@media (max-width: 480px) {
    .insights-left img {
        height: 200px;
    }
    .insights-small-card img {
        width: 80px;
        height: 60px;
    }
    .ins-upcoming-inner img {
        height: 200px;
    }
}
