/* =============================================================================
   TrueReleases – kompakte Unterseite im gemeinsamen Weltenschmiede-Design
   ============================================================================= */

.releases-page-wrapper {
    width: min(100% - 2.5rem, 92rem);
    margin: 0 auto;
    padding: 7.3rem 0 3.8rem;
}

.releases-page-shell { display: grid; gap: 1.35rem; }

.releases-hero,
.releases-directory {
    background: rgba(25, 32, 40, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.2);
}

.releases-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3.4rem);
    min-height: 18.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.releases-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 26, 34, 0.98) 0%, rgba(20, 26, 34, 0.8) 54%, rgba(20, 26, 34, 0.44) 100%),
        radial-gradient(circle at 82% 22%, rgba(212, 175, 55, 0.14), transparent 34%);
    pointer-events: none;
}

.releases-hero > * { position: relative; z-index: 1; max-width: 56rem; }
.releases-eyebrow,
.releases-section-eyebrow {
    margin: 0 0 0.65rem;
    color: var(--primary-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.releases-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.releases-hero > p:not(.releases-eyebrow) {
    margin: 1.1rem 0 0;
    max-width: 48rem;
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    line-height: 1.7;
}
.releases-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.5rem;
}
.releases-hero-meta span {
    padding: 0.48rem 0.78rem;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.045);
    color: rgba(255,255,255,0.74);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.releases-directory { padding: clamp(1.25rem, 2.8vw, 2.2rem); }
.releases-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.releases-section-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.release-reset-button { min-height: 2.6rem !important; padding: 0 1rem !important; font-size: 0.7rem !important; }

.release-filter-panel {
    display: grid;
    grid-template-columns: minmax(15rem, 1.7fr) repeat(4, minmax(9.5rem, 1fr));
    gap: 0.7rem;
    padding: 0.85rem;
    margin-bottom: 1.35rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(8, 12, 17, 0.34);
}
.release-filter-panel label { min-width: 0; margin: 0; }
.release-filter-panel label > span {
    display: block;
    margin: 0 0 0.38rem;
    color: rgba(255,255,255,0.58);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.release-filter-panel input,
.release-filter-panel select {
    width: 100%;
    height: 2.85rem;
    margin: 0;
    padding: 0 0.85rem;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 0.28rem;
    background: rgba(255,255,255,0.055);
    color: #fff;
    font-size: 0.84rem;
    box-shadow: none;
    color-scheme: dark;
}
.release-filter-panel input:focus,
.release-filter-panel select:focus {
    border-color: rgba(212,175,55,0.65);
    box-shadow: 0 0 0 2px rgba(212,175,55,0.1);
}
.release-filter-panel select option,
.release-filter-panel select optgroup {
    background: #1c232c;
    color: #fff;
}
.release-filter-panel input::placeholder { color: rgba(255,255,255,0.42); }

.release-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}
.release-work-card.profile-modal-work-item {
    appearance: none;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 0.32rem;
    background: rgba(255,255,255,0.035);
    color: #fff;
    text-align: left;
    line-height: normal !important;
    white-space: normal !important;
    cursor: pointer;
}
.release-work-card:hover,
.release-work-card:focus-visible {
    transform: translateY(-0.2rem);
    border-color: rgba(212,175,55,0.48);
    background: rgba(255,255,255,0.055);
}
.release-work-cover.profile-modal-work-cover {
    display: block;
    width: 100%;
    aspect-ratio: 2 / 3;
    min-height: 0;
    border-radius: 0;
    background-color: #111820;
    background-size: cover;
    background-position: center;
}
.release-work-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 0.8rem 0.82rem 0.85rem;
}
.release-work-card .profile-modal-work-title {
    display: -webkit-box;
    min-height: 2.5em;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.release-work-author {
    display: -webkit-box;
    margin-top: 0.45rem;
    overflow: hidden;
    color: rgba(255,255,255,0.58);
    font-size: 0.72rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.release-work-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.72rem;
}
.release-work-date { color: rgba(255,255,255,0.72); font-size: 0.68rem; }
.release-work-state {
    padding: 0.24rem 0.42rem;
    border: 1px solid rgba(255,255,255,0.16);
    color: rgba(255,255,255,0.74);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.release-work-state.is-upcoming { border-color: rgba(212,175,55,0.38); color: var(--primary-gold); }

.release-loading,
.release-empty {
    padding: 3rem 1rem;
    color: rgba(255,255,255,0.66);
    text-align: center;
}
.release-loading-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.6rem;
    vertical-align: -0.15rem;
    border: 2px solid rgba(255,255,255,0.18);
    border-top-color: var(--primary-gold);
    border-radius: 50%;
    animation: releaseSpin 0.8s linear infinite;
}
@keyframes releaseSpin { to { transform: rotate(360deg); } }

.release-detail-modal { width: min(58rem, calc(100vw - 2rem)); }
.release-detail-kicker {
    margin: 0.9rem 0 0.2rem;
    color: var(--primary-gold);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.release-author-button {
    display: inline-flex;
    align-items: center;
    min-height: 2.45rem;
    margin: 0.35rem 0 0.8rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 0.2rem;
    background: rgba(255,255,255,0.045);
    color: rgba(255,255,255,0.86);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}
.release-author-button:hover { border-color: rgba(212,175,55,0.52); color: #fff; }
.release-detail-genres { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 0.8rem; }
.release-detail-actions { margin-top: 1rem; }
.release-detail-actions .button { width: 100%; text-align: center; }
.release-profile-back {
    position: sticky;
    top: 0;
    z-index: 4;
    align-items: center;
    min-height: 2.35rem;
    margin: 0 0 0.9rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 0.2rem;
    background: #252d36;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
}
.release-profile-back::before { content: '←'; margin-right: 0.45rem; }
.release-profile-back:hover { border-color: rgba(212,175,55,0.55); color: var(--primary-gold); }

@media (max-width: 78rem) {
    .release-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .release-filter-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .release-search-field { grid-column: span 2; }
}

@media (max-width: 56rem) {
    .releases-page-wrapper { width: min(100% - 1.5rem, 92rem); padding-top: 5.8rem; }
    .release-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .release-filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .release-search-field { grid-column: 1 / -1; }
}

@media (max-width: 44rem) {
    .releases-page-wrapper { width: min(100% - 1rem, 92rem); padding-bottom: 2.3rem; }
    .releases-hero { min-height: auto; padding: 1.55rem 1.15rem; }
    .releases-hero h1 { font-size: clamp(2rem, 11vw, 3rem); }
    .releases-hero > p:not(.releases-eyebrow) { font-size: 0.9rem; }
    .releases-directory { padding: 1rem; }
    .releases-section-heading { align-items: stretch; flex-direction: column; }
    .release-reset-button { width: 100%; }
    .release-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
    .release-filter-panel { grid-template-columns: 1fr; padding: 0.7rem; }
    .release-search-field { grid-column: auto; }
    .release-work-copy { padding: 0.65rem; }
    .release-work-card .profile-modal-work-title { font-size: 0.76rem; }
    .release-work-author { font-size: 0.66rem; }
    .release-work-footer { align-items: flex-start; flex-direction: column; }
    .release-detail-modal { width: calc(100vw - 1rem); }
}

@media (max-width: 23rem) {
    .release-grid { grid-template-columns: 1fr; }
}

/* =============================================================================
   TrueShop – Ergänzungen auf Basis derselben kompakten TrueReleases-Oberfläche
   ============================================================================= */

.trueshop-hero::before {
    background:
        linear-gradient(90deg, rgba(20, 26, 34, 0.98) 0%, rgba(20, 26, 34, 0.82) 56%, rgba(20, 26, 34, 0.45) 100%),
        radial-gradient(circle at 84% 20%, rgba(212, 175, 55, 0.17), transparent 34%);
}

.trueshop-support-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.75rem;
    width: fit-content;
    max-width: 100%;
    margin-top: 1rem;
    padding: 0.6rem 0.8rem;
    border-left: 2px solid rgba(212, 175, 55, 0.65);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.5;
}

.trueshop-support-note strong { color: #fff; }

.trueshop-filter-panel {
    grid-template-columns: minmax(15rem, 1.7fr) repeat(4, minmax(9.5rem, 1fr));
}

.shop-work-card.release-work-card.profile-modal-work-item {
    cursor: default;
    transform: none;
}

.shop-work-card:hover {
    transform: translateY(-0.2rem);
    border-color: rgba(212, 175, 55, 0.48);
    background: rgba(255, 255, 255, 0.055);
}

.shop-work-main {
    appearance: none;
    display: flex !important;
    flex: 1;
    flex-direction: column;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font: inherit;
    letter-spacing: normal !important;
    line-height: normal !important;
    text-align: left;
    text-transform: none !important;
    white-space: normal !important;
    cursor: pointer;
}

.shop-work-main:hover,
.shop-work-main:focus,
.shop-work-main:active {
    background: transparent !important;
    box-shadow: none !important;
}

.shop-work-main:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.72);
    outline-offset: -2px;
}

.shop-work-formats {
    display: -webkit-box;
    margin-top: 0.45rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.73);
    font-size: 0.66rem;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shop-card-action {
    appearance: none;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    width: 100%;
    height: auto !important;
    min-height: 2.7rem;
    margin: 0;
    padding: 0.56rem 0.72rem !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.045) !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 0.64rem !important;
    font-weight: 700;
    letter-spacing: 0.08em !important;
    line-height: 1.35 !important;
    text-align: left;
    text-transform: uppercase !important;
    white-space: normal !important;
    cursor: pointer;
}

.shop-card-action strong {
    color: var(--primary-gold);
    font-size: 0.68rem;
    white-space: nowrap;
}

.shop-card-action:hover,
.shop-card-action:focus-visible {
    background: rgba(212, 175, 55, 0.11) !important;
    color: #fff !important;
}

.trueshop-detail-modal { width: min(62rem, calc(100vw - 2rem)); }

.trueshop-seller-notice {
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 2px solid rgba(212, 175, 55, 0.66);
    background: rgba(255, 255, 255, 0.04);
}

.trueshop-seller-notice strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
    font-size: 0.84rem;
}

.trueshop-seller-notice p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.78rem;
    line-height: 1.55;
}

.trueshop-seller-notice a {
    display: inline-block;
    margin-top: 0.45rem;
    border-bottom: 1px dotted rgba(212, 175, 55, 0.55);
    color: var(--primary-gold);
    font-size: 0.74rem;
}

.trueshop-options-section {
    margin-top: 1.3rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.trueshop-options-section h3 {
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.trueshop-option-list {
    display: grid;
    gap: 0.65rem;
}

.trueshop-option-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.9rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
}

.trueshop-option-copy { min-width: 0; }
.trueshop-option-badges { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.38rem; }
.trueshop-option-badge {
    display: inline-flex;
    padding: 0.2rem 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.trueshop-option-badge.is-preorder { border-color: rgba(212, 175, 55, 0.42); color: var(--primary-gold); }
.trueshop-option-badge.is-signed { border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.trueshop-option-card h4 { margin: 0; color: #fff; font-size: 0.88rem; letter-spacing: 0.07em; }
.trueshop-option-card p { margin: 0.35rem 0 0; color: rgba(255, 255, 255, 0.61); font-size: 0.74rem; line-height: 1.5; }
.trueshop-option-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.35rem 0.7rem; margin-top: 0.5rem; }
.trueshop-option-price strong { color: #fff; font-size: 0.9rem; }
.trueshop-option-price span { color: rgba(255, 255, 255, 0.57); font-size: 0.69rem; }
.trueshop-option-card small { display: block; margin-top: 0.25rem; color: rgba(255, 255, 255, 0.46); font-size: 0.62rem; }

.trueshop-option-buy {
    min-width: 8.2rem;
    min-height: 2.55rem !important;
    height: auto !important;
    padding: 0.55rem 0.8rem !important;
    line-height: 1.3 !important;
    white-space: normal !important;
}

body.trueshop-checkout-open { overflow: hidden; }

.trueshop-checkout-overlay {
    position: fixed;
    inset: 0;
    z-index: 30000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(0.35rem);
    -webkit-backdrop-filter: blur(0.35rem);
}

.trueshop-checkout-overlay.is-open { display: flex; }
.trueshop-checkout-overlay[hidden] { display: none !important; }
.trueshop-legal-overlay { z-index: 30010; }

.trueshop-checkout-card {
    position: relative;
    width: min(42rem, 100%);
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 0.35rem;
    background: rgba(25, 32, 40, 0.98);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.55);
    color: #fff;
}

.trueshop-overlay-close {
    position: absolute;
    top: 0.55rem;
    right: 0.65rem;
    z-index: 2;
    width: 2.2rem;
    height: 2.2rem;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    line-height: 2rem !important;
    letter-spacing: 0 !important;
}

.trueshop-checkout-heading { padding-right: 2.3rem; }
.trueshop-checkout-heading h2,
.trueshop-legal-card h2 {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.trueshop-checkout-heading > p:last-child {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.8rem;
    line-height: 1.55;
}

.trueshop-checkout-alert {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    margin-top: 0.85rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(212, 175, 55, 0.36);
    background: rgba(212, 175, 55, 0.08);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
}
.trueshop-checkout-alert strong { color: var(--primary-gold); }

.trueshop-checkout-product {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: 0.9rem;
    margin-top: 1rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
}
.trueshop-checkout-product img {
    width: 6rem;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    background: #111820;
}
.trueshop-checkout-type {
    margin: 0 0 0.25rem;
    color: var(--primary-gold);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.trueshop-checkout-product h3 { margin: 0; color: #fff; font-size: 1rem; letter-spacing: 0.05em; }
.trueshop-checkout-product h3 + p { margin: 0.35rem 0 0; color: rgba(255, 255, 255, 0.59); font-size: 0.73rem; line-height: 1.5; }
.trueshop-checkout-seller { margin: 0.45rem 0 0 !important; color: rgba(255, 255, 255, 0.7) !important; }
.trueshop-checkout-seller strong { color: #fff; }

.trueshop-checkout-prices { margin: 0.85rem 0 0; }
.trueshop-checkout-prices > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.48rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.trueshop-checkout-prices dt { color: rgba(255, 255, 255, 0.6); font-size: 0.76rem; }
.trueshop-checkout-prices dd { margin: 0; color: #fff; font-size: 0.78rem; font-weight: 700; }
.trueshop-checkout-prices .is-total { padding-top: 0.65rem; border-bottom: 0; }
.trueshop-checkout-prices .is-total dt,
.trueshop-checkout-prices .is-total dd { color: var(--primary-gold); font-size: 0.9rem; }
.trueshop-checkout-tax { margin: 0 0 0.75rem; color: rgba(255, 255, 255, 0.46); font-size: 0.65rem; text-align: right; }

#trueshopCheckoutForm { margin: 0; }
.trueshop-consent-row {
    display: grid !important;
    grid-template-columns: 1.1rem minmax(0, 1fr);
    align-items: start;
    gap: 0.55rem;
    margin: 0.55rem 0 !important;
    padding: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.72rem !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    text-transform: none !important;
}
.trueshop-consent-row.is-warning { border-color: rgba(212, 175, 55, 0.28); }
.trueshop-consent-row input {
    appearance: auto;
    width: 1rem;
    height: 1rem;
    margin: 0.15rem 0 0;
    opacity: 1;
    position: static;
    z-index: auto;
    accent-color: var(--primary-gold);
}
.trueshop-inline-link {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px dotted rgba(212, 175, 55, 0.65) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--primary-gold) !important;
    font: inherit !important;
    letter-spacing: normal !important;
    line-height: inherit !important;
    text-transform: none !important;
    white-space: normal !important;
}
.trueshop-checkout-submit {
    width: 100%;
    min-height: 2.8rem !important;
    height: auto !important;
    margin-top: 0.75rem;
    padding: 0.7rem 0.9rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
}

.trueshop-legal-card { width: min(38rem, 100%); }
.trueshop-legal-text {
    margin-top: 0.85rem;
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.78rem;
    line-height: 1.65;
    white-space: pre-wrap;
}

@media (max-width: 78rem) {
    .trueshop-filter-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 56rem) {
    .trueshop-filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 44rem) {
    .trueshop-support-note { width: 100%; }
    .trueshop-filter-panel { grid-template-columns: 1fr; }
    .trueshop-option-card { grid-template-columns: 1fr; }
    .trueshop-option-buy { width: 100%; }
    .trueshop-checkout-card { padding: 1rem; }
    .trueshop-checkout-product { grid-template-columns: 4.7rem minmax(0, 1fr); gap: 0.7rem; }
    .trueshop-checkout-product img { width: 4.7rem; }
}

@media (max-width: 28rem) {
    .shop-card-action { align-items: flex-start; flex-direction: column; }
    .trueshop-checkout-product { grid-template-columns: 1fr; }
    .trueshop-checkout-product img { width: min(8rem, 55%); margin: 0 auto; }
}
