

a.widget-artist-spotlight__portrait {
    position: relative; display: block; width: 100%;
    aspect-ratio: 1; overflow: hidden; border-radius: var(--w-radius);
    box-shadow: var(--w-shadow-base);
  }

.widget-artist-spotlight__art {
    position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; margin: 0; text-align: center;
  }

.widget-artist-spotlight__art > a { display: block; position: relative; width: 100%; height: 100%; min-height: 0; }

.widget-artist-spotlight__art-title {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 0.35rem 0.4rem;
    z-index: 1;
  }

.widget-artist-spotlight {
    background: linear-gradient(90deg, rgba(245,245,240,0.95) 0%, rgba(255,255,255,0.98) 40%, rgba(255,255,255,0.98) 100%);
    box-shadow: var(--w-shadow-base);
  }

.widget-artist-spotlight__title { font-family: var(--font-title); }

.widget-artist-spotlight__bio { line-height: 1.45; }
.widget-mpl__panel--tall { min-height: 9rem; }

.widget-mpl__panel--half { min-height: 4.5rem; }

.widget-mpl__info--tall { min-height: 9rem; }

.widget-mpl__narrow { width: 25%; min-width: 0; flex-shrink: 0; }

.widget-artist-otd5-slider { border: 1px solid #111; background: #f6f2e9; }

.widget-artist-otd5-slider__title { font-size: 1rem; font-weight: 700; margin-bottom: 0.75rem; }

.widget-artist-otd5-slider__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    background: #ddd;
  }

.widget-artist-otd5-slider__overlay {
    padding: 0.5rem 0.6rem;
    font-size: 0.85rem;
    line-height: 1.25;
  }

.widget-dqf--artist { --widget-dqf-accent: #1a4d2e; }

.widget-dqf--artist .widget-dqf__title { font-weight: 700; color: #111; }

.widget-dqf--artist .widget-dqf__photo {
    position: relative; display: block; width: 100%;
    border-radius: var(--w-radius); overflow: hidden; aspect-ratio: 1; max-width: 22rem;
    background: #e8e4dc;
  }

.widget-dqf--artist .widget-dqf__photo img { position: absolute; left:0; top:0; right:0; bottom:0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.widget-dqf--artist .widget-dqf__cta { background: var(--widget-dqf-accent); border: 0; color: #fff; font-weight: 600; }

.widget-dqf--artist .widget-dqf__cta:hover,.widget-dqf--artist .widget-dqf__cta:focus { background: #143c24; color: #fff; }

.widget-dqf--artist .widget-dqf__meta { line-height: 1.5; color: #333; }

.widget-dqf--artist .widget-dqf__fact { line-height: 1.45; color: #222; }

.widget-reimagine-4-slider {
    --w-accent: #c026d3;
    background: #fff;
    box-shadow: var(--w-shadow-base);
  }

.widget-reimagine-4-slider__title {
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
  }

.widget-reimagine-4-slider__cta {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem;
    border-radius: var(--w-radius);
    background: linear-gradient(135deg, #a21caf 0%, #7c3aed 100%);
    color: #fff;
    text-decoration: none;
    border: none;
    box-shadow: 0 0.15rem 0.5rem rgba(124, 58, 237, 0.45);
  }

.widget-reimagine-4-slider__cta:hover,.widget-reimagine-4-slider__cta:focus {
    filter: brightness(1.08);
    color:#fff;
  }

.widget-ready-to-ship {
    --wrs-accent: #1a1a1a;
    background: #fff;
    box-shadow: var(--w-shadow-base);
  }

.widget-ready-to-ship__heading {
    font-weight: 700;
    color: var(--wrs-accent);
  }

.widget-ready-to-ship__cell {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--w-radius);
  }

.widget-ready-to-ship__cell a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

.widget-ready-to-ship__title-on-image {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0.5rem 0.4rem 0.35rem;
    text-align: center;
    font-weight: 600;
    z-index: 1;
  }

.widget-ready-to-ship__shop {
    margin-top: 1.25rem;
  }

.widget-ready-to-ship__shop .btn {
    font-weight: 700;
    letter-spacing: 0.04em;
    min-width: 10rem;
  }

.widget-museum-4p__title-line { color: #111; }

.adc-artcard { display: block; }

.adc-artcard__frame { position: relative; display: block; overflow: hidden; border-radius: var(--adc-radius); background: var(--adc-soft); border: 1px solid var(--adc-line); aspect-ratio: 1 / 1; }

.adc-artcard__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }

.adc-artcard:hover .adc-artcard__frame img { transform: scale(1.04); }

.adc-artcard__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; z-index: 1; }

.adc-badge--movement { background: #0a0a09; color: #fff; text-transform: none; letter-spacing: 0.02em; font-size: 11px; font-weight: 600; max-width: calc(100% - 20px); }

.adc-artcard__meta { display: block; padding-top: 11px; }

.adc-artcard__artist { display: block; font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; color: var(--adc-ink); }

.adc-artcard__title { display: block; font-family: var(--adc-serif); font-style: italic; font-size: 14.5px; line-height: 1.25; color: var(--adc-muted); margin-top: 1px; }

.adc-artcard:hover .adc-artcard__title { color: var(--adc-accent); }

.adc-artcard__detail { display: block; font-size: 12px; color: var(--adc-faint); margin-top: 5px; }

.adc-artcard__price { display: block; font-size: 13.5px; font-weight: 600; color: var(--adc-ink); margin-top: 6px; }

.widget-museum-4__label,.widget-museum-6h__label,.widget-museum-single__caption,.widget-artist-spotlight__art-title,.widget-pop10__art-title,.widget-famous10__art-title {
  font-family: var(--font-title, inherit);
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  font-style: normal;
  font-synthesis: none;
}
.widget-artist-slider {
    background: linear-gradient(90deg, rgba(245,245,240,0.95) 0%, rgba(255,255,255,0.98) 40%, rgba(255,255,255,0.98) 100%);
    box-shadow: var(--w-shadow-base);
  }

.widget-artist-slider__portrait {
    position: relative; display: block; width: 100%;
    aspect-ratio: 1; overflow: hidden; border-radius: var(--w-radius);
  }

.widget-artist-slider__bio { line-height: 1.45; }
.widget-stf__cell {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--w-radius);
    background: #1a1a1a;
  }

.widget-stf__label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 0.5rem;
  }

.widget-mov-4 {
    --widget-mov-accent: #0d9488;
    background: #fff;
    box-shadow: var(--w-shadow-base);
  }

.widget-mov-4__portrait {
    position: relative; display: block; width: 100%;
    border-radius: var(--w-radius); overflow: hidden;
    aspect-ratio: 1; max-width: 100%;
    background: var(--widget-mov-accent, #0d9488);
  }

.widget-mov-4__name {
    padding: 0.65rem 0.75rem;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
  }

.widget-mov-4__row-thumb {
    flex: 0 0 3.5rem; width: 3.5rem; height: 3.5rem;
    border-radius: var(--w-radius); overflow: hidden; background: #f0f0f0;
  }

.widget-mov-4__row-thumb a { display: block; width: 100%; height: 100%; }

.widget-mov-4__row-thumb img { width: 100%; height: 100%; object-fit: cover; }

.widget-mov-4__cta {
    color: var(--widget-mov-accent); font-weight: 600; text-decoration: none; font-size: 0.95rem;
  }

.widget-mov-4__cta:hover,.widget-mov-4__cta:focus { text-decoration: underline; }

.widget-mov-4__head {
    color: #111; font-size: 1.15rem; line-height: 1.35; font-weight: 600;
  }

.widget-mov-4__head strong { font-weight: 800; }

.widget-mov-4__row-title { color: #111; }

.widget-mov-4__row-subtitle { color: #222; }
.widget-mpl { --mpl-bg: #f5f0e8; --mpl-border: #ddd6c8; --mpl-accent: #2c2c2c; --mpl-part-pad: 0.3rem; --mpl-art-pad: 0.22rem; }

.widget-mpl__part { padding: var(--mpl-part-pad); box-sizing: border-box; }

.widget-mpl__info { background: var(--mpl-bg); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 1.5rem 1.6rem; }

.widget-mpl__info h2 {
    font-family: var(--font-title);
    font-size: 1.65rem; font-weight: 400; color: var(--mpl-accent);
    margin-bottom: 0.45rem; line-height: 1.2; letter-spacing: 0.01em;
  }

.widget-mpl__info p { font-size: 0.8rem; color: #666; margin-bottom: 1.1rem; line-height: 1.45; }

.widget-mpl__filter-subtitle { font-size: 0.78rem; color: #3a3a3a; font-weight: 600; margin-bottom: 0.8rem; line-height: 1.35; }

.widget-mpl__cta {
    display: inline-flex; align-items: center; gap: 0.35em; align-self: flex-start;
    border: 1px solid var(--mpl-accent); color: var(--mpl-accent);
    text-transform: uppercase; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.09em;
    padding: 0.5rem 0.9rem; text-decoration: none; border-radius: 2px; white-space: nowrap;
  }

.widget-mpl__cta:hover { background: rgba(44,44,44,0.07); color:var(--mpl-accent); }

.widget-mpl__cta::before,.widget-mpl__cta::after { display: none; }

.widget-mpl__group-col { background: var(--mpl-bg); border-color: var(--mpl-border); display: flex; flex-direction: column; min-height: 0; }

.widget-mpl__group-stack { display: flex; flex-direction: column; flex: 1 1 auto; min-height: 0; width: 100%; }

.widget-mpl__panel { flex: 1 1 auto; }

.widget-mpl__tile { position: relative; overflow: hidden; display: block; height: 100%; min-height: 0; background: #e0dbd1; padding: var(--mpl-art-pad); box-sizing: border-box; }

.widget-mpl__img {
    position: absolute;
    left: var(--mpl-art-pad); top: var(--mpl-art-pad);
    width: calc(100% - 2 * var(--mpl-art-pad)); height: calc(100% - 2 * var(--mpl-art-pad));
    object-fit: cover; object-position: center;
    display: block; margin: 0;
  }

.widget-mpl__caption {
    flex: 0 0 auto; width: 100%; text-align: center;
    padding: 0.45rem 0.3rem 0.3rem; margin-top: 0;
    border-top: 1px solid rgba(44, 44, 44, 0.12);
    font-family: var(--font-body);
    font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; line-height: 1.3; text-transform: uppercase;
  }

.widget-mpl__caption a {
    color: var(--mpl-accent); text-decoration: none; display: inline-block; max-width: 100%;
    word-break: break-word;
  }

.widget-mpl__caption a:hover { text-decoration: underline; }

.widget-museum-4p {
    --wm4p-accent: #875D2A;
    --wm4p-accent-hover: #6f4a22;
    --wm4p-title: #1a1a1a;
    --wm4p-body: #333;
    --wm4p-caption-bg: #f2eee4;
    --wm4p-card-bg: #fff;
    --wm4p-gap: 0.6rem;
    --wm4p-media-max-h: 27rem;
    font-family: var(--font-body);
    background: var(--wm4p-card-bg);
    padding: 1.15rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
  }

@media (min-width: 768px) {
  .widget-museum-4p { padding: 1.35rem 1.6rem; }

}
.widget-museum-4p__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.95rem;
    align-items: stretch;
    min-width: 0;
  }

@media (min-width: 768px) {
  .widget-museum-4p__layout {
      grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr);
      gap: 1.15rem;
    }

}
.widget-museum-4p__hero {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 11rem;
    overflow: hidden;
    background: #e8e4dc;
  }

@media (min-width: 768px) {
  .widget-museum-4p__hero {
      min-height: 0;
      max-height: var(--wm4p-media-max-h);
      height: var(--wm4p-media-max-h);
    }

}
.widget-museum-4p__hero img {
    width: 100%;
    height: 100%;
    min-height: 11rem;
    object-fit: cover;
    object-position: center;
    display: block;
  }

@media (min-width: 768px) {
  .widget-museum-4p__hero img { min-height: 0; }

}
.widget-museum-4p__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: var(--wm4p-gap);
    min-width: 0;
    height: 100%;
  }

@media (min-width: 768px) {
  .widget-museum-4p__grid {
      max-height: var(--wm4p-media-max-h);
      height: var(--wm4p-media-max-h);
    }

}
.widget-museum-4p__tile {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
  }

.widget-museum-4p__tile-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-decoration: none;
    color: inherit;
  }

.widget-museum-4p__tile-link::before,.widget-museum-4p__tile-link::after { display: none; }

.widget-museum-4p__tile-img {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: #e8e4dc;
    aspect-ratio: 1;
  }

@media (min-width: 768px) {
  .widget-museum-4p__tile-img { aspect-ratio: auto; }

}
.widget-museum-4p__tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

.widget-museum-4p__label {
    flex: 0 0 auto;
    font-family: var(--font-body);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    color: var(--wm4p-accent);
    background: var(--wm4p-caption-bg);
    padding: 0.32rem 0.38rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.widget-museum-4p__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: start;
    text-align: left;
    min-width: 0;
    padding: 0.85rem 0 0;
    font-family: var(--font-body);
    font-style: normal;
  }

@media (min-width: 768px) {
  .widget-museum-4p__content { padding: 1.25rem 0.25rem 0; }

}
.widget-museum-4p__title {
    margin: 0 0 1.1rem;
    padding: 0;
    width: 100%;
    font-family: var(--font-title);
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    line-height: 1.2;
  }

.widget-museum-4p__title-line1,.widget-museum-4p__title-accent {
    display: block;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    font-variant: normal;
    text-transform: none;
  }

.widget-museum-4p__title-line2,.widget-museum-4p__title-line3 {
    display: inline;
    font-family: var(--font-title);
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    font-variant: normal;
    text-transform: none;
  }

.widget-museum-4p__title-line1 {
    font-size: 1.875rem;
    color: var(--wm4p-title);
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 0.35rem;
  }

@media (min-width: 768px) {
  .widget-museum-4p__title-line1 { font-size: 2.125rem; }

}
.widget-museum-4p__title-line2,.widget-museum-4p__title-line3 {
    font-size: 1.75rem;
    letter-spacing: 0.03em;
    color: var(--wm4p-accent);
    line-height: 1.3;
  }

@media (min-width: 768px) {
  .widget-museum-4p__title-line2,.widget-museum-4p__title-line3 { font-size: 2rem; }

}
.widget-museum-4p__meta {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--wm4p-body);
    margin: 0 0 1.25rem;
    width: 100%;
  }

.widget-museum-4p__meta p {
    margin: 0;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
  }

.widget-museum-4p__cta {
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 400;
    font-synthesis: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1.2rem;
    background: var(--wm4p-accent);
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    line-height: 1.35;
    transition: background 0.25s ease;
  }

@media (min-width: 768px) {
  .widget-museum-4p__cta {
      font-size: 0.875rem;
      padding: 0.85rem 1.35rem;
    }

}
.widget-museum-4p__cta::before,.widget-museum-4p__cta::after { display: none; }

.widget-museum-4p__cta:hover,.widget-museum-4p__cta:focus {
    background: var(--wm4p-accent-hover);
    color:#fff;
  }

.widget-museum-4p__cta-arrow {
    font-size: 0.9em;
    line-height: 1;
  }

.widget-museum-4p__hero,.widget-museum-4p__tile-img {
    overflow: hidden;
  }

.widget-quiz-artwork__card {
    background: #f5f5f6;
    border: 1px solid #c4c4c7;
  }

.widget-quiz-artwork__kicker {
    font-weight: 700;
    color: #111;
    font-size: 1.05rem;
  }

.widget-quiz-artwork__eyebrow {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #111;
  }

.widget-quiz-artwork__btn {
    background: #6d7a88;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

.widget-quiz-artwork__btn:hover,.widget-quiz-artwork__btn:focus {
    background: #5c6773;
    color: #fff;
  }

.widget-quiz-artwork__opt label {
    cursor: pointer;
  }

.widget-quiz-artwork__img {
    border-radius: var(--w-radius);
    overflow: hidden;
  }

.widget-quiz-artwork__img-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

.widget-quiz-artwork__caption {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    pointer-events: none;
    padding: 0.5rem 0.65rem 0.55rem;
  }

.widget-quiz-artwork__caption .widget-quiz-artwork__cap-artist {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.95;
    margin-top: 0.1rem;
  }

.widget-quiz-artwork__question { color: #111; line-height: 1.4; }

.widget-identify-masterpiece__card {
    background: #f5f5f6;
    border: 1px solid #c4c4c7;
  }

.widget-identify-masterpiece__title {
    font-weight: 700;
    color: #111;
    font-size: 1.05rem;
  }

.widget-identify-masterpiece__btn {
    background: #6d7a88;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

.widget-identify-masterpiece__btn:hover,.widget-identify-masterpiece__btn:focus {
    background: #5c6773;
    color: #fff;
  }

.widget-identify-masterpiece__cell {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--w-radius);
  }

.widget-identify-masterpiece__question { color: #111; line-height: 1.4; }
.widget-unique-nft-1 {
    --widget-unique-nft-fg: #fff;
    --widget-unique-nft-accent: #c9a227;
    background: #0d0d0d;
    box-shadow: var(--w-shadow-base);
    border: 1px solid rgba(255,255,255,0.08);
  }

.widget-unique-nft-1__headline {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--widget-unique-nft-fg);
    text-align: center;
    margin-bottom: 0.75rem;
  }

.widget-unique-nft-1__headline--tight {
    margin-bottom: 0.4rem;
  }

.widget-unique-nft-1__body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.88);
    text-align: center;
    margin-bottom: 1rem;
  }

.widget-unique-nft-1__body--default {
    color: rgba(255,255,255,0.72);
  }

.widget-unique-nft-1__figure {
    position: relative;
    width: 100%;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--w-radius);
    overflow: hidden;
    aspect-ratio: 1;
  }

.widget-unique-nft-1__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

.widget-unique-nft-1__over {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 0.75rem 0.85rem;
  }

.widget-unique-nft-1__overlay-title {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

.widget-unique-nft-1__cta {
    display: inline-block;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: none;
    color: #111;
    background: var(--widget-unique-nft-accent);
    border: none;
    border-radius: var(--w-radius);
    text-decoration: none;
    transition: filter 0.15s ease;
  }

.widget-unique-nft-1__cta:hover {
    color: #111;
    filter: brightness(1.08);
  }

.widget-faf { background: #f5f0e6; color: #111; border: 1px solid #000; }

.widget-faf__title { font-size: 1.05rem; font-weight: 700; text-transform: none; letter-spacing: 0.02em; margin-bottom: 0.75rem; }

.widget-faf__portrait,.widget-faf__painting {
    position: relative; display: block; width: 100%; aspect-ratio: 1; overflow: hidden;
    background: #e8e4dc;
  }

.widget-faf__painting__cap {
    padding: 0.4rem 0.5rem;
    font-size: 0.8rem; font-weight: 600; line-height: 1.25; text-align: left;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  }

.widget-faf__name { text-align: center; font-weight: 700; margin-top: 0.5rem; margin-bottom: 0; font-size: 0.95rem; }

.widget-faf__meta { font-size: 0.82rem; line-height: 1.4; font-weight: 400; }

.widget-faf__flash { margin: 0; padding-left: 1.1rem; }

.widget-faf__flash li { margin-bottom: 0.4rem; font-size: 0.86rem; line-height: 1.35; }

.widget-faf__ruler { height: 1px; background: #000; margin: 0; border: 0; opacity: 1; }

.widget-quiz-artist__card {
    background: #f5f5f6;
    border: 1px solid #c4c4c7;
  }

.widget-quiz-artist__btn {
    background: #6d7a88;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

.widget-quiz-artist__btn:hover,.widget-quiz-artist__btn:focus {
    background: #5c6773;
    color: #fff;
  }

.widget-quiz-artist__opt label {
    cursor: pointer;
  }

.widget-quiz-artist__img {
    border-radius: var(--w-radius);
    overflow: hidden;
  }

.widget-quiz-artist__img-inner {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    min-height: 0;
  }

.widget-quiz-artist__title-top {
    z-index: 1;
    margin: 0;
    padding: 0.55rem 0.65rem 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    pointer-events: none;
  }

.widget-quiz-artist__caption {
    z-index: 1;
    padding: 0.5rem 0.65rem 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    pointer-events: none;
  }

.widget-quiz-artist__question { color: #111; line-height: 1.4; }

.widget-quiz-artist__meta { color: #111; line-height: 1.45; }

.widget-article-kw {
    --widget-akw-accent: #0f172a;
    background: #fff;
    box-shadow: var(--w-shadow-base);
  }

.widget-article-kw__title {
    font-weight: 800;
    color: #111;
    letter-spacing: -0.02em;
    line-height: 1.3;
  }

.widget-article-kw__cell {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--w-radius);
    background: #1a1a1a;
  }

.widget-article-kw__cell a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

.widget-article-kw__meta {
    z-index: 2;
    padding: 0.5rem 0.55rem 0.55rem;
    max-height: 55%;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.35;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

.widget-article-kw__cell--wide {
    aspect-ratio: 16 / 9;
  }

.widget-curated-choice { --wcc-accent: #8b6f47; --wcc-border: #d0d0d0; }

.widget-curated-choice__tile { position: relative; overflow: hidden; display: block; height: 100%; min-height: 0; }

.widget-curated-choice__label {
    font-size: 0.78rem; font-weight: 700; line-height: 1.2; text-transform: none;
    padding: 0.45rem 0.65rem;
  }

.widget-curated-choice__label--small {
    font-size: 0.68rem; padding: 0.3rem 0.45rem;
  }

.widget-curated-choice__head { color: #0a0a0a; font-weight: 800; letter-spacing: 0.02em; line-height: 1.2; }

.widget-curated-choice__desc { font-size: 0.95rem; line-height: 1.65; }

.widget-curated-choice__btn {
    background: var(--wcc-accent); color: #fff; border: none; text-transform: uppercase; font-weight: 600;
    letter-spacing: 0.04em; font-size: 0.8rem; padding: 0.55rem 1.1rem; border-radius: var(--w-radius); text-decoration: none; display: inline-block;
  }

.widget-curated-choice__btn:hover { filter: brightness(1.06); color: #fff; }

.widget-mpl--adc {
    border: 1px solid var(--mpl-border, var(--adc-border));
    border-radius: var(--adc-radius, 2px);
}

.widget-curated-choice--adc {
    border-color: var(--wcc-border, var(--adc-border));
    box-shadow: var(--w-shadow-base, 0 1px 4px rgba(0,0,0,.07));
}

.widget-curated-choice__info { border-color: #e8e8e8; }

.widget-mpl__part { border-color: var(--mpl-border, var(--g400, #e0d8cc)); }

.widget-mpl__panel,.widget-mpl__min-h-panel { min-height: 14rem; }

.widget-mpl__min-h-half { min-height: 7rem; }

.widget-mpl__min-h-sm { min-height: 3.5rem; }

.widget-mpl__col-quarter { width: 25%; min-width: 0; }

.widget-mpl__col-half { width: 50%; min-width: 0; }

.widget-stf__header-band { letter-spacing: 0.04em; }

.widget-museum-6p__placeholder { min-height: 10rem; }

.widget-museum-4p__title { font-weight: 700; color: #111; }

.widget-museum-4p__meta { line-height: 1.5; color: #111; }

.widget-dqf__question { color: #111; line-height: 1.4; }

.widget-dqf__meta { color: #111; line-height: 1.45; }

@media (max-width: 991.98px) {
  .widget-mpl__col-quarter,.widget-mpl__col-half { width: 100%; }

  .widget-mpl__panel,.widget-mpl__min-h-panel { min-height: 10rem; }

  .widget-mpl__min-h-half { min-height: 6rem; }

}
@media (max-width: 767.98px) {
  .widget-imp10__movement-title { font-size: clamp(18px, 5vw, 24px); }

}
.widget-stf__label,.widget-stf__label a,.widget-mpl__category,.widget-mpl__category a,.widget-mpl__caption,.widget-mpl__caption a,.widget-tf-static__category,.widget-tf-static__category a,.widget-recent-own-static__category,.widget-recent-own-static__category a,.widget-stock-ready-static__category,.widget-stock-ready-static__category a,.widget-museum-4p__label,.widget-museum-6p__label,.widget-artist-otd5__label,.widget-artist-otd5__art-title,.widget-curated-choice__label,.widget-curated-choice__label--hero,.widget-curated-choice__label--small,.widget-imp10__art-title,.widget-quiz-artwork__caption {
  font-family: var(--font-title, inherit);
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-transform: none;
  font-style: normal;
  font-synthesis: none;
}

