.pg-7a890361-gallery-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pg-7a890361-main-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
}

.pg-7a890361-main-image {
    width: 100%;
    height: 100%;
    display: block;
    transition: src 0.3s ease;
}

.pg-7a890361-counter {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-family: sans-serif;
    pointer-events: none;
    z-index: 2;
}

.pg-7a890361-thumbnails-grid {
    display: grid;
    width: 100%;
}

.pg-7a890361-thumb-wrapper {
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.pg-7a890361-thumb-wrapper:hover {
    transform: translateY(-2px);
}

.pg-7a890361-thumb-wrapper.is-active {
    outline: 2px solid #3498db;
    border-color: #ffffff;
}

.pg-7a890361-thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
