.single-vl_event img.wp-post-image {
    display: none !important;
}
.single-vl_event .vl-single-event img.wp-post-image {
    display: block !important;
}
.single-vl_event header.entry-header {
    display: none !important;
}
.vl-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 60px 0 20px 0;
}
.vl-event-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    padding-bottom: 15px;
}
.vl-event-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px 20px 0 0;
}
.vl-event-info {
    padding: 15px;
}
.vl-event-info h3 {
    font-size: 18px;
    font-family: "CoreSansA Regular", sans-serif;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.vl-event-info h3 a {
    color: #171717;
    text-decoration: none;
}
.vl-event-date {
    font-weight: bold;
    color: #2b5c82;
    margin: 0;
    font-size: 16px;
}
.vl-single-event {
    max-width: 1200px;
    margin: 0 auto;
    font-family: sans-serif;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.vl-event-left-col {
    flex: 0 0 350px;
    width: 350px;
}
.vl-event-right-col {
    flex: 1;
}
.vl-event-featured-image {
    width: 100%;
    margin-bottom: 15px;
}
.vl-event-featured-image img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}
.vl-event-actions {
    display: flex;
    gap: 10px;
    width: 100%;
}
.vl-dropdown {
    position: relative;
    display: inline-block;
    flex: 1;
}
.vl-dropdown-btn {
    background-color: #2b5c82;
    color: white;
    padding: 10px;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.vl-dropdown-btn:hover {
    background-color: #1a3c57;
}
.vl-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    border-radius: 4px;
    top: 100%;
    left: 0;
}
.vl-dropdown-content.show {
    display: block;
}
.vl-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
}
.vl-dropdown-content a:hover {
    background-color: #f9f9f9;
}
.vl-event-right-col h2 {
    background-color: #2b5c82;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    margin-top: 0;
    font-size: 22px;
    display: inline-block;
}
.vl-meta-date {
    font-weight: bold;
    color: #444;
    margin-bottom: 20px;
    font-size: 15px;
}
.vl-event-description,
.vl-event-description p {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #171717;
}
.vl-event-extra {
    margin-top: 30px;
}
.vl-event-extra p {
    color: #171717 !important;
    font-size: 16px;
    font-weight: 400;
}
.vl-event-extra strong {
    color: #171717 !important;
}
@media (max-width: 900px) {
    .vl-single-event {
        flex-direction: column;
    }
    .vl-event-left-col {
        flex: 1;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .vl-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .vl-events-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 998px) {
    /* Nullime teema poolt lisatud dünaamilise margin-topi */
    body.single-vl_event #hongo-main-content-wrap,
    body.single-vl_event .hongo-main-content-wrap {
        margin-top: 0 !important;
    }

    /* Nihutame sisu päise alt välja ja lisame visuaalse vahe */
    body.single-vl_event .default-page-space {
        padding-top: 140px !important;
    }
}