.show-grid-86aa2efa {
    display: grid;
    gap: 20px;
}

.show-announcement-86aa2efa {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.show-link-86aa2efa {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.show-image-86aa2efa {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.show-link-86aa2efa:hover .show-image-86aa2efa {
    transform: scale(1.05);
}

.show-content-86aa2efa {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
    color: #fff;
    pointer-events: none;
}

.show-title-86aa2efa {
    margin: 0 0 8px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.show-excerpt-86aa2efa {
    font-size: 1rem;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show-no-results-86aa2efa {
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 8px;
    color: #666;
}

/* Responsive Grid Base */
@media (max-width: 1024px) {
    .show-grid-86aa2efa {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .show-grid-86aa2efa {
        grid-template-columns: 1fr !important;
    }
    .show-image-86aa2efa {
        height: 400px;
    }
}
