.gks-event-list {
    row-gap: 24px;
}

.gks-event-card {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e7edf3;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(33, 48, 73, 0.08);
    display: grid;
    gap: 18px;
    grid-template-columns: 168px minmax(0, 1fr);
    min-height: 240px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.gks-event-card:hover {
    border-color: #d6e2ed;
    box-shadow: 0 18px 42px rgba(33, 48, 73, 0.13);
    transform: translateY(-3px);
}

.gks-event-media {
    background: #eaf1f5;
    border-radius: 10px;
    display: block;
    aspect-ratio: 4 / 5;
    min-height: 220px;
    overflow: hidden;
    position: relative;
}

.gks-event-media img {
    height: 100%;
    inset: 0;
    object-fit: contain;
    position: absolute;
    width: 100%;
}

.gks-event-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px 12px 10px 0;
}

.gks-event-kicker {
    align-items: center;
    color: #8194a8;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 7px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.gks-event-kicker i {
    color: #0b8b60;
    font-size: 13px;
}

.gks-event-title {
    color: #27364a;
    display: -webkit-box;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 12px;
    min-height: 45px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gks-event-title a {
    color: inherit;
}

.gks-event-title a:hover {
    color: #0b8b60;
    text-decoration: none;
}

.gks-event-info {
    border: 1px solid #dfe8f0;
    border-radius: 10px;
    color: #6f8498;
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    max-width: 235px;
    padding: 12px 13px;
}

.gks-event-info strong {
    color: #456077;
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.gks-event-info span {
    align-items: flex-start;
    display: flex;
    font-size: 12px;
    gap: 7px;
    line-height: 1.35;
}

.gks-event-info i {
    color: #9aabb9;
    font-size: 12px;
    margin-top: 2px;
}

.gks-event-link {
    align-items: center;
    align-self: flex-end;
    color: #334155;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    margin-top: auto;
}

.gks-event-link i {
    color: #0b8b60;
    font-size: 12px;
    transition: transform .18s ease;
}

.gks-event-link:hover {
    color: #0b8b60;
    text-decoration: none;
}

.gks-event-link:hover i {
    transform: translateX(3px);
}

.gks-event-grid .th-blog.blog-single.style2 {
    background: #ffffff;
    border: 1px solid #e5edf4;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(20, 35, 55, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gks-event-grid .th-blog.blog-single.style2:hover {
    border-color: #bfd5df;
    box-shadow: 0 18px 40px rgba(20, 35, 55, 0.13);
    transform: translateY(-4px);
}

.gks-event-grid .th-blog.blog-single.style2 .blog-img {
    align-items: center;
    background: linear-gradient(180deg, #f6faf8 0%, #eef6f3 100%);
    border-bottom: 1px solid #edf3f7;
    border-radius: 0;
    display: flex;
    height: 255px !important;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    position: relative;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-img a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-img img {
    display: block;
    height: 100% !important;
    inset: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain !important;
    position: static;
    width: auto !important;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    padding: 18px 18px 16px;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-meta {
    align-items: center;
    color: #6a7d91;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    gap: 10px 14px;
    line-height: 1.25;
    margin: 0 0 14px;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-meta br {
    display: none;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-meta a,
.gks-event-grid .th-blog.blog-single.style2 .blog-meta .author {
    align-items: center;
    background: #eaf8f1;
    border-radius: 999px;
    color: #0b8b60;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 11px;
}

.gks-event-grid .th-blog.blog-single.style2 .blog-meta i {
    color: #0b8b60;
    margin-right: 5px;
}

.gks-event-grid .th-blog.blog-single.style2 .box-title {
    color: #17233c;
    display: -webkit-box;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22;
    margin: 0 0 18px;
    min-height: 49px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gks-event-grid .th-blog.blog-single.style2 .box-title a {
    color: inherit;
}

.gks-event-grid .th-blog.blog-single.style2 .box-title a:hover {
    color: #0b8b60;
    text-decoration: none;
}

.gks-event-grid .th-blog.blog-single.style2 .link-btn {
    align-items: center;
    align-self: stretch;
    background: #0b8b60;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
    min-height: 44px;
    padding: 12px 14px;
    width: 100%;
}

.gks-event-grid .th-blog.blog-single.style2 .link-btn:hover {
    background: #08764f;
    color: #ffffff;
    text-decoration: none;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-image {
    align-items: center;
    background: #f5faf7;
    border-bottom: 1px solid #edf3f7;
    display: flex;
    height: 245px;
    justify-content: center;
    overflow: hidden;
    padding: 14px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-image img {
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-chip {
    align-self: flex-start;
    background: #eaf8f1;
    border-radius: 999px;
    color: #0b8b60;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
    padding: 8px 12px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-main {
    align-items: flex-start;
    display: grid;
    gap: 16px;
    grid-template-columns: 76px minmax(0, 1fr);
    margin-bottom: 16px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-datebox {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe8f0;
    border-radius: 10px;
    color: #738397;
    display: grid;
    justify-items: center;
    min-height: 96px;
    padding: 10px 6px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-datebox span {
    color: #0b8b60;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-datebox strong {
    color: #17233c;
    font-family: 'Jost', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-datebox small {
    color: #7f8ea1;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-copy {
    min-width: 0;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-copy .box-title {
    margin-bottom: 10px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-venue {
    align-items: flex-start;
    color: #60758b;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    line-height: 1.35;
    margin: 0;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-venue i {
    color: #0b8b60;
    margin-top: 2px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-lines {
    border-top: 1px solid #edf2f6;
    display: grid;
    gap: 0;
    margin-bottom: 16px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-lines div {
    align-items: center;
    border-bottom: 1px solid #edf2f6;
    color: #60758b;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    min-height: 38px;
}

.gks-event-grid .th-blog.blog-single.style2 .gks-event-lines i {
    color: #0b8b60;
    font-size: 15px;
    width: 18px;
}

.gks-event-grid > .gks-event-more {
    flex: 0 0 100% !important;
    margin-top: 34px !important;
    max-width: 100% !important;
    text-align: center;
    width: 100% !important;
}

.gks-event-more .th-btn {
    min-width: 260px;
}

@media (min-width: 1200px) {
    .gks-event-grid > [class*="col-"]:not(.gks-event-more) {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .gks-event-grid > [class*="col-"]:not(.gks-event-more) {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .gks-event-list {
        row-gap: 18px;
    }

    .gks-event-card,
    .gks-event-grid .th-blog.blog-single.style2 {
        display: block;
        min-height: 0;
        padding: 10px;
    }

    .gks-event-media,
    .gks-event-grid .th-blog.blog-single.style2 .blog-img {
        height: 285px !important;
        min-height: 0;
        width: 100%;
    }

    .gks-event-grid .th-blog.blog-single.style2 .blog-img img {
        position: static;
    }

    .gks-event-body,
    .gks-event-grid .th-blog.blog-single.style2 .blog-content {
        padding: 15px 4px 4px;
    }

    .gks-event-title,
    .gks-event-grid .th-blog.blog-single.style2 .box-title {
        font-size: 19px;
        min-height: 0;
        -webkit-line-clamp: 3;
    }

    .gks-event-grid .th-blog.blog-single.style2 .gks-event-image {
        height: 300px;
    }

    .gks-event-grid .th-blog.blog-single.style2 .gks-event-main {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .gks-event-info {
        max-width: none;
    }

    .gks-event-link,
    .gks-event-grid .th-blog.blog-single.style2 .link-btn {
        align-self: stretch;
        margin-top: 4px;
    }

    .gks-event-more .th-btn {
        min-width: 0;
        width: 100%;
    }
}
