/* TryDota restore (2026): the shop is a showcase only — no purchases. */
body {
    font-family: "Roboto", Arial, sans-serif;
}

.showcase-note {
    max-width: 760px;
    margin: 0 auto 30px;
    padding: 12px 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.35);
    border-left: 3px solid #e8a33d;
}

.showcase-note a {
    font-weight: 600;
}

.angled-img.is-static,
.angled-img.is-static:hover,
.angled-img.is-static:focus {
    cursor: default;
}

.angled-img .rarity-desc {
    min-height: 4.2em;
    margin: -1.2rem 18px 1.5rem;
    font-size: 1.35rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.75);
}

.angled-img .btn.disabled,
.angled-img .btn[aria-disabled="true"] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.angled-img .price.price-none {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.youplay-features .feature a {
    color: #fff;
    text-decoration: underline;
}

.showcase-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.showcase-links li {
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .youplay-banner.banner-top h1 {
        font-size: 3rem;
    }

    .angled-img .rarity-desc {
        min-height: 0;
    }

    .youplay-features .feature {
        margin-bottom: 20px;
    }
}
