.wpshow-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    padding: 20px;
}

.wpshow-pagination {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
}

.wpshow-pagination a.page-numbers,
.wpshow-pagination span.page-numbers {
    display: inline-block;
    margin: 0 4px;
    text-decoration: none;
    color: #333;
}

.wpshow-pagination .current {
    color: #000;
}

.wpshow-pagination .dots {
    letter-spacing: 2px;
}

.wpshow-pagination .separator {
    margin: 0 8px;
    color: #333;
}

.wpshow-nav-link {
    text-transform: uppercase;
    margin-left: 10px !important;
    text-decoration: none;
    color: #333;
}

.wpshow-nav-link.disabled {
    color: #333;
    text-decoration: none;
}

.wpshow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 36px;
    grid-row-gap: 36px;
}

.wpshow-item {
    text-align: center;
}

.wpshow-thumb-link {
    display: block;
    margin-bottom: 15px;
}

.wpshow-thumb-link img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.wpshow-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.wpshow-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.wpshow-subtitle {
    font-size: 15px;
    color: #777;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .wpshow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wpshow-grid {
        grid-template-columns: 1fr;
    }
}
