.agrb-represented-artists {
    width: 100%;
    margin: 28px 0 34px;
    padding: 22px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.agrb-section-intro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.agrb-section-kicker,
.agrb-represented-by-heading {
    color: #171717;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}

.agrb-section-line {
    width: 46px;
    height: 2px;
    margin-top: 8px;
    background: #e79b00;
}

.agrb-toggle-artists {
    display: inline-flex;
    min-height: 44px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #1e1e1e;
    border-radius: 3px;
    background: #1e1e1e;
    color: #f6b400;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.agrb-toggle-artists:hover,
.agrb-toggle-artists:focus {
    background: #f6b400;
    color: #171717;
}

.agrb-toggle-arrow {
    font-size: 16px;
}

.agrb-artist-panel {
    margin-top: 14px;
}

/* Jose Artist List proportions inside Fioxen's existing Swiper library. */
.agrb-slider-shell {
    position: relative;
    width: 100%;
    padding: 0 46px;
}

.agrb-artist-grid {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.agrb-artist-grid .swiper-wrapper {
    align-items: stretch;
}

.agrb-artist-grid .swiper-slide {
    display: flex;
    height: auto;
    min-width: 0;
    box-sizing: border-box;
}

.agrb-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #222;
    border-radius: 50%;
    background: #222;
    color: #ffb300;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}

.agrb-slider-prev { left: 0; }
.agrb-slider-next { right: 0; }

.agrb-slider-nav:hover,
.agrb-slider-nav:focus-visible {
    border-color: #ffb300;
    background: #ffb300;
    color: #222;
}

.agrb-slider-nav[hidden] {
    display: none !important;
}

.agrb-slider-nav.agrb-slider-disabled,
.agrb-slider-nav.agrb-slider-locked {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.agrb-slider-fallback {
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.agrb-slider-fallback .agrb-artist-grid {
    overflow: visible;
}

.agrb-artist-card {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    margin: 0;
    padding: 20px;
    flex-direction: column;
    overflow: visible;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.agrb-artist-card:hover {
    transform: translateY(-6px);
    border-color: #ffb300;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1), 0 0 24px rgba(255, 179, 0, .08);
}

.agrb-artist-head {
    display: flex;
    width: 100%;
    min-height: 96px;
    padding: 10px;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border: 1.5px solid #e0e0e0;
    border-radius: 18px;
    background: #fdfdfd;
    box-sizing: border-box;
}

.agrb-artist-avatar {
    display: block;
    width: 75px;
    height: 75px;
    flex: 0 0 75px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.agrb-artist-identity {
    min-width: 0;
    flex: 1;
}

.agrb-artist-identity h3 {
    display: flex;
    min-width: 0;
    margin: 0 0 8px;
    align-items: center;
    gap: 7px;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.agrb-artist-name {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.15;
    white-space: nowrap;
}

.agrb-verified {
    position: relative !important;
    top: -1px !important;
    display: inline-flex !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    flex: 0 0 20px !important;
    align-self: center !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    line-height: 0 !important;
    vertical-align: middle !important;
}

.agrb-verified svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    fill: #1da1f2 !important;
    filter: drop-shadow(0 1px 1.5px rgba(29, 161, 242, .28));
}

.agrb-verified .agrb-verified-check {
    fill: none !important;
    stroke: #fff !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.agrb-artist-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.agrb-artist-meta span {
    display: inline-flex;
    min-height: 25px;
    padding: 4px 9px;
    align-items: center;
    gap: 5px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #f8f8f8;
    color: #4b4b4b;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.agrb-artist-meta .agrb-country {
    background: #fdfdfd;
}

.agrb-country-icon {
    width: 10px;
    height: 12px;
    flex: 0 0 10px;
    fill: currentColor;
}

.agrb-artwork-mosaic {
    display: grid;
    width: 100%;
    height: 210px;
    margin-top: 12px;
    gap: 12px;
    overflow: hidden;
    border-radius: 12px;
}

.agrb-mosaic-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f3f3;
}

.agrb-mosaic-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.agrb-artwork-mosaic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.agrb-mosaic-image:hover img {
    transform: scale(1.05);
}

.agrb-mosaic-1 {
    grid-template-columns: 1fr;
}

.agrb-mosaic-2 {
    grid-template-columns: 2.2fr 1fr;
}

.agrb-mosaic-3,
.agrb-mosaic-4 {
    grid-template-columns: 2.2fr 1fr;
    grid-template-rows: repeat(3, 1fr);
}

.agrb-mosaic-3 .agrb-image-0,
.agrb-mosaic-4 .agrb-image-0 {
    grid-row: 1 / 4;
}

.agrb-mosaic-3 .agrb-image-1 {
    grid-row: 1 / 3;
}

.agrb-mosaic-3 .agrb-image-2 {
    grid-row: 3;
}

.agrb-mosaic-4 .agrb-image-1 { grid-row: 1; }
.agrb-mosaic-4 .agrb-image-2 { grid-row: 2; }
.agrb-mosaic-4 .agrb-image-3 { grid-row: 3; }

.agrb-artwork-count {
    display: inline-flex;
    min-height: 32px;
    margin: 10px auto 9px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid #ffb300;
    border-radius: 50px;
    background: #fff;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.agrb-artwork-count span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #ffb300;
    box-shadow: 0 0 5px rgba(255, 179, 0, .5);
}

.agrb-profile-button {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 2px solid #222;
    border-radius: 10px;
    background: #222;
    color: #ffb300 !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .1em;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.agrb-profile-button:hover {
    border-color: #ffb300;
    background: #ffb300;
    color: #222 !important;
}

.agrb-loading,
.agrb-error {
    padding: 18px;
    text-align: center;
    color: #555;
}

/* Listivo-side Represented By block. */
.agrb-represented-by {
    width: 100%;
    margin: 28px 0 34px;
}

.agrb-represented-by-heading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 11px;
}

.agrb-represented-by-heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: #e79b00;
    content: '';
}

.agrb-represented-by-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.agrb-represented-by-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.agrb-gallery-link {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 96px;
    padding: 10px 18px 10px 22px;
    align-items: center;
    gap: 18px;
    overflow: hidden;
    border: 1px solid #e1e5e8;
    border-radius: 8px;
    background: #fff;
    color: #161616 !important;
    text-decoration: none !important;
    box-shadow: 0 7px 22px rgba(17, 24, 32, .035);
    transform: translateY(0);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.agrb-gallery-link:hover,
.agrb-gallery-link:focus-visible {
    border-color: #d9dde1;
    color: #161616 !important;
    box-shadow: 0 12px 28px rgba(17, 24, 32, .09);
    transform: translateY(-3px);
}

.agrb-gallery-accent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #e79b00;
}

.agrb-gallery-logo {
    display: flex;
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e6e8ea;
    border-radius: 6px;
    background: #fff;
}

.agrb-gallery-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
}

.agrb-gallery-logo-fallback::before {
    color: #c5c8cb;
    font-size: 26px;
    content: '▦';
}

.agrb-gallery-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.agrb-gallery-title {
    overflow: hidden;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agrb-gallery-meta {
    display: flex;
    margin-top: 7px;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #69727a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.agrb-gallery-meta-separator {
    color: #e79b00;
}

.agrb-gallery-action {
    display: inline-flex;
    min-height: 42px;
    padding: 0 19px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #202020;
    border-radius: 4px;
    background: #202020;
    color: #ffb300;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .065em;
    text-transform: uppercase;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.agrb-gallery-link:hover .agrb-gallery-action,
.agrb-gallery-link:focus-visible .agrb-gallery-action {
    border-color: #ffb300;
    background: #ffb300;
    color: #202020;
}

.agrb-gallery-action b {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
}


@media (max-width: 767px) {
    .agrb-represented-artists {
        margin: 22px 0;
        padding: 16px;
    }

    .agrb-section-intro {
        align-items: stretch;
        flex-direction: column;
    }

    .agrb-toggle-artists {
        width: 100%;
    }

    .agrb-represented-by {
        margin: 24px 0 30px;
    }

    .agrb-represented-by-heading {
        margin-bottom: 16px;
    }

    .agrb-represented-by-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .agrb-gallery-link {
        min-height: 88px;
        padding: 10px 14px 10px 18px;
        gap: 13px;
        transform: none !important;
    }

    .agrb-gallery-logo {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .agrb-gallery-title {
        font-size: 15px;
    }

    .agrb-gallery-meta {
        margin-top: 5px;
        font-size: 10px;
    }

    .agrb-gallery-action {
        width: 38px;
        min-height: 38px;
        padding: 0;
        border-radius: 50%;
    }

    .agrb-gallery-action > span {
        display: none;
    }

    .agrb-slider-shell {
        padding: 0 34px;
    }

    .agrb-slider-nav {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }

    .agrb-artist-card {
        padding: 15px;
        transform: none !important;
    }

    .agrb-artist-head {
        min-height: auto;
        padding: 0 0 10px;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
    }

    .agrb-artist-avatar {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
    }

    .agrb-artist-identity h3 {
        font-size: 16px;
    }

    .agrb-artwork-mosaic {
        height: 210px;
    }
}

@media (max-width: 480px) {
    .agrb-artwork-mosaic {
        height: 180px;
    }

    .agrb-artwork-count {
        max-width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        font-size: 10px;
        white-space: normal;
    }
}

/* v1.0.5 - Isolate card images from Fioxen's global Swiper image rules. */
.agrb-represented-artists .agrb-artist-grid .swiper-slide > .agrb-artist-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

.agrb-represented-artists .agrb-artist-head > a {
    display: block !important;
    width: 75px !important;
    height: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
    flex: 0 0 75px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
}

.agrb-represented-artists .agrb-artist-grid .swiper-slide .agrb-artist-avatar {
    position: static !important;
    display: block !important;
    width: 75px !important;
    height: 75px !important;
    min-width: 75px !important;
    min-height: 75px !important;
    max-width: 75px !important;
    max-height: 75px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 75px !important;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 50% !important;
    transform: none !important;
}

.agrb-represented-artists .agrb-artwork-mosaic {
    min-height: 210px !important;
    max-height: 210px !important;
}

.agrb-represented-artists .agrb-artwork-mosaic .agrb-mosaic-image,
.agrb-represented-artists .agrb-artwork-mosaic .agrb-mosaic-image > a {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

.agrb-represented-artists .agrb-artist-grid .swiper-slide .agrb-artwork-mosaic img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 767px) {
    .agrb-represented-artists .agrb-artist-head > a {
        width: 65px !important;
        height: 65px !important;
        min-width: 65px !important;
        max-width: 65px !important;
        flex-basis: 65px !important;
    }

    .agrb-represented-artists .agrb-artist-grid .swiper-slide .agrb-artist-avatar {
        width: 65px !important;
        height: 65px !important;
        min-width: 65px !important;
        min-height: 65px !important;
        max-width: 65px !important;
        max-height: 65px !important;
        flex-basis: 65px !important;
    }
}

@media (max-width: 480px) {
    .agrb-represented-artists .agrb-artwork-mosaic {
        min-height: 180px !important;
        max-height: 180px !important;
    }
}


/* v1.0.6 - automatic lazy loading, circular controls and unclipped hover. */
.agrb-represented-artists .agrb-toggle-artists {
    display: none !important;
}

.agrb-represented-artists .agrb-slider-nav {
    border-radius: 50% !important;
}

.agrb-represented-artists .agrb-artist-grid .swiper-slide {
    overflow: visible !important;
}

.agrb-represented-artists .agrb-artist-card {
    overflow: hidden;
}

/* =========================================================
   LISTIVO REPRESENTED BY: MULTIPLE GALLERY LAYOUTS
   1 gallery = full width, 2 galleries = two columns,
   3+ galleries = manual carousel (no autoplay).
   ========================================================= */
.agrb-represented-by-grid--double {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agrb-gallery-slider-shell {
    position: relative;
    width: 100%;
    padding: 6px 48px 10px;
    box-sizing: border-box;
}

.agrb-represented-by-grid--carousel {
    display: block;
    width: 100%;
    overflow: hidden;
}

.agrb-represented-by-grid--carousel .swiper-wrapper {
    align-items: stretch;
}

.agrb-represented-by-grid--carousel .swiper-slide {
    display: flex;
    height: auto;
    min-width: 0;
    box-sizing: border-box;
}

.agrb-represented-by-grid--carousel .swiper-slide > .agrb-gallery-link {
    height: 100%;
}

.agrb-gallery-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e6ea;
    border-radius: 50%;
    background: #ffffff;
    color: #161616;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(17, 24, 32, .12);
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.agrb-gallery-slider-prev { left: 0; }
.agrb-gallery-slider-next { right: 0; }

.agrb-gallery-slider-nav svg {
    display: block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agrb-gallery-slider-nav:hover,
.agrb-gallery-slider-nav:focus-visible {
    border-color: #ffb300;
    background: #ffb300;
    color: #161616;
    box-shadow: 0 14px 28px rgba(255, 179, 0, .22);
}

.agrb-gallery-slider-nav:active {
    transform: translateY(-50%) scale(.97);
}

.agrb-gallery-slider-nav.agrb-gallery-slider-disabled,
.agrb-gallery-slider-nav.agrb-gallery-slider-locked {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.agrb-gallery-slider-fallback .agrb-represented-by-grid--carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.agrb-gallery-slider-fallback .swiper-wrapper {
    display: contents;
}

.agrb-gallery-slider-fallback .swiper-slide {
    width: calc((100% - 16px) / 2);
    min-width: calc((100% - 16px) / 2);
    scroll-snap-align: start;
}

@media (max-width: 767px) {
    .agrb-represented-by-grid--double {
        grid-template-columns: 1fr;
    }

    .agrb-gallery-slider-shell {
        padding: 4px 0 8px;
    }

    .agrb-gallery-slider-nav {
        display: none !important;
    }

    .agrb-gallery-slider-fallback .agrb-represented-by-grid--carousel {
        gap: 0;
        overflow: visible;
        scroll-snap-type: none;
    }

    .agrb-gallery-slider-fallback .swiper-slide {
        width: 100%;
        min-width: 100%;
    }
}


/* =========================================================
   v1.0.16 - FIOXEN ARTIST CAROUSEL CONTROLS + LOADING DOTS
   ========================================================= */
.agrb-represented-artists .agrb-slider-nav {
    width: 44px;
    height: 44px;
    border: 1px solid #222;
    background: #222;
    color: #ffb300;
    box-shadow: 0 10px 24px rgba(17, 17, 17, .18);
}

.agrb-represented-artists .agrb-slider-nav svg {
    display: block;
    width: 19px;
    height: 19px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agrb-represented-artists .agrb-slider-nav:hover,
.agrb-represented-artists .agrb-slider-nav:focus-visible {
    border-color: #ffb300;
    background: #ffb300;
    color: #222;
    box-shadow: 0 13px 28px rgba(255, 179, 0, .24);
}

.agrb-represented-artists .agrb-slider-nav:active {
    transform: translateY(-50%) scale(.97);
}

.agrb-loading {
    min-height: 74px;
    padding: 20px 18px;
    align-items: center;
    justify-content: center;
}

.agrb-loading:not([hidden]) {
    display: flex;
}

.agrb-loading-dots {
    display: inline-flex;
    min-height: 18px;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.agrb-loading-dots > i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffb300;
    box-shadow: 0 0 0 1px rgba(34, 34, 34, .06);
    animation: agrb-loading-bounce 1.05s ease-in-out infinite;
}

.agrb-loading-dots > i:nth-child(2) {
    animation-delay: .14s;
    background: #222;
}

.agrb-loading-dots > i:nth-child(3) {
    animation-delay: .28s;
}

.agrb-loading-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes agrb-loading-bounce {
    0%, 60%, 100% {
        opacity: .42;
        transform: translateY(0) scale(.86);
    }
    30% {
        opacity: 1;
        transform: translateY(-6px) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .agrb-loading-dots > i {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 767px) {
    .agrb-represented-artists .agrb-slider-shell {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .agrb-represented-artists .agrb-slider-nav {
        display: none !important;
    }

    .agrb-represented-artists .agrb-artist-grid {
        width: 100% !important;
    }

    .agrb-represented-artists .agrb-artist-grid .swiper-slide,
    .agrb-represented-artists .agrb-artist-grid .swiper-slide > .agrb-artist-card {
        width: 100% !important;
        max-width: none !important;
    }

    .agrb-loading {
        min-height: 64px;
    }
}


/* =========================================================
   v1.0.18 - desktop heading, mobile swipe hint
   ========================================================= */
@media (min-width: 768px) {
    .agrb-represented-artists .agrb-section-kicker {
        font-size: 14px;
        letter-spacing: .115em;
    }
}

.agrb-swipe-hint {
    display: none;
}

@media (max-width: 767px) {
    .agrb-represented-artists .agrb-swipe-hint {
        position: absolute;
        top: 52%;
        left: 50%;
        z-index: 12;
        display: inline-flex;
        min-height: 36px;
        padding: 0 14px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border: 1px solid rgba(255,179,0,.7);
        border-radius: 999px;
        background: rgba(24,24,24,.92);
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .035em;
        white-space: nowrap;
        pointer-events: none;
        opacity: 0;
        box-shadow: 0 10px 26px rgba(0,0,0,.22);
        transform: translate(-50%,-50%) scale(.96);
        transition: opacity .32s ease, transform .32s ease;
    }

    .agrb-represented-artists .agrb-swipe-hint svg {
        display: block;
        width: 24px;
        height: 15px;
        fill: none;
        stroke: #ffb300;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        animation: agrb-swipe-nudge 1.15s ease-in-out infinite;
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-visible {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-hidden {
        opacity: 0;
        transform: translate(-50%,-50%) scale(.96);
    }
}

@keyframes agrb-swipe-nudge {
    0%, 100% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
}

@media (prefers-reduced-motion: reduce) {
    .agrb-represented-artists .agrb-swipe-hint,
    .agrb-represented-artists .agrb-swipe-hint svg {
        animation: none;
        transition: none;
    }
}


/* =========================================================
   v1.0.19 - reliable mobile swipe hint
   ========================================================= */
@media (max-width: 767px) {
    .agrb-represented-artists .agrb-swipe-hint {
        top: 16px !important;
        right: 14px !important;
        left: auto !important;
        z-index: 40 !important;
        visibility: visible !important;
        transform: translateY(-4px) scale(.96) !important;
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-visible {
        opacity: 1 !important;
        transform: translateY(0) scale(1) !important;
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-4px) scale(.96) !important;
    }
}


/* =========================================================
   v1.0.20 - centered modern mobile swipe cue
   ========================================================= */
@media (max-width: 767px) {
    .agrb-represented-artists .agrb-slider-shell {
        position: relative !important;
    }

    .agrb-represented-artists .agrb-swipe-hint {
        top: 50% !important;
        right: auto !important;
        left: 50% !important;
        z-index: 50 !important;
        min-height: 48px !important;
        padding: 7px 16px 7px 12px !important;
        gap: 10px !important;
        border: 1px solid rgba(255,179,0,.88) !important;
        border-radius: 999px !important;
        background: rgba(20,20,20,.90) !important;
        color: #fff !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: .035em !important;
        visibility: visible !important;
        opacity: 0 !important;
        box-shadow: 0 14px 34px rgba(0,0,0,.28) !important;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        transform: translate(-50%,-50%) scale(.94) !important;
        transition: opacity .28s ease, transform .28s ease !important;
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-visible {
        opacity: 1 !important;
        transform: translate(-50%,-50%) scale(1) !important;
    }

    .agrb-represented-artists .agrb-swipe-hint.agrb-swipe-hint-hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate(-50%,-50%) scale(.94) !important;
    }

    .agrb-represented-artists .agrb-swipe-hint .agrb-swipe-hand {
        display: block !important;
        width: 32px !important;
        height: 29px !important;
        flex: 0 0 32px !important;
        fill: none !important;
        stroke: #ffb300 !important;
        stroke-width: 1.7 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
        animation: agrb-hand-swipe 1.25s ease-in-out infinite !important;
    }

    .agrb-represented-artists .agrb-swipe-hint .agrb-swipe-arrows {
        stroke-width: 1.8 !important;
    }
}

@keyframes agrb-hand-swipe {
    0%, 100% { transform: translateX(-3px) rotate(-2deg); }
    50% { transform: translateX(3px) rotate(2deg); }
}

@media (prefers-reduced-motion: reduce) {
    .agrb-represented-artists .agrb-swipe-hint .agrb-swipe-hand {
        animation: none !important;
    }
}


/* =========================================================
   v1.0.21 - controlled mobile centering + persistent swipe cue
   ========================================================= */
@media (max-width: 767px) {
    .agrb-represented-artists .agrb-swipe-hint {
        top: 50% !important;
        left: 50% !important;
        min-height: 66px !important;
        padding: 9px 19px 9px 10px !important;
        gap: 12px !important;
        border: 1px solid rgba(255,179,0,.96) !important;
        background: linear-gradient(135deg, rgba(15,15,15,.95), rgba(35,35,35,.92)) !important;
        box-shadow: 0 18px 42px rgba(0,0,0,.34), 0 0 0 4px rgba(255,179,0,.07) !important;
        backdrop-filter: blur(9px) saturate(1.08) !important;
        -webkit-backdrop-filter: blur(9px) saturate(1.08) !important;
    }

    .agrb-represented-artists .agrb-swipe-icon {
        display: inline-flex !important;
        width: 48px !important;
        height: 48px !important;
        flex: 0 0 48px !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid rgba(255,179,0,.34) !important;
        border-radius: 50% !important;
        background: rgba(255,179,0,.10) !important;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.025) !important;
    }

    .agrb-represented-artists .agrb-swipe-hint .agrb-swipe-hand {
        width: 38px !important;
        height: 34px !important;
        flex: 0 0 38px !important;
        stroke-width: 1.75 !important;
        filter: drop-shadow(0 3px 7px rgba(255,179,0,.20));
        animation-duration: 1.45s !important;
    }

    .agrb-represented-artists .agrb-swipe-copy {
        display: flex !important;
        min-width: 0 !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        text-align: left !important;
    }

    .agrb-represented-artists .agrb-swipe-copy strong {
        color: #fff !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
        letter-spacing: .075em !important;
        text-transform: uppercase !important;
    }

    .agrb-represented-artists .agrb-swipe-copy small {
        color: rgba(255,255,255,.66) !important;
        font-size: 9px !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        letter-spacing: .035em !important;
    }
}
