/* Academy frontend tweaks on Sportius theme */
.container .alert {
    border-radius: 6px;
    margin-bottom: 0;
}

.cms-content img {
    max-width: 100%;
    height: auto;
}

.cms-content p:last-child {
    margin-bottom: 0;
}

/* ---- About page typography / spacing ---- */
.rts-about-us-section > .container > .cms-content {
    margin-bottom: 18px !important;
    max-width: 720px;
}

.rts-about-us-section .about-wrap,
.rts-about-us-section .about-flow {
    display: block;
}

.rts-about-us-section .about-picture--float {
    float: left;
    width: min(42%, 360px);
    margin: 0 26px 18px 0;
}

.rts-about-us-section .about-picture--float img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.rts-about-us-section .about-actions {
    clear: both;
    margin-top: 10px;
}

.rts-about-us-section .about-content::after {
    content: "";
    display: table;
    clear: both;
}

.rts-about-us-section .section-title-area {
    margin-bottom: 18px;
}

.rts-about-us-section .cms-content {
    max-width: 720px;
}

.rts-about-us-section .cms-content p {
    margin: 0 0 14px;
    line-height: 1.75;
}

.rts-about-us-section .cms-content h2,
.rts-about-us-section .cms-content h3,
.rts-about-us-section .cms-content h4 {
    margin: 22px 0 10px;
    line-height: 1.2;
}

.rts-about-us-section .cms-content ul,
.rts-about-us-section .cms-content ol {
    margin: 0 0 14px 1.15rem;
    padding: 0;
}

.rts-about-us-section .cms-content li {
    margin-bottom: 8px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .rts-about-us-section .about-picture--float {
        float: none;
        width: 100%;
        max-width: 520px;
        margin: 0 0 18px 0;
    }
    .rts-about-us-section .about-actions {
        clear: none;
    }
}

/* ---- Homepage About block: wrap content around image ---- */
.rts-about-section .about-inner .contents.about-home-flow {
    padding: 90px 90px 0;
}

.rts-about-section .about-inner .about-thumb--float {
    float: left;
    width: min(42%, 420px);
    margin: 6px 34px 20px 0;
}

.rts-about-section .about-inner .about-thumb--float img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.rts-about-section .about-home-content::after {
    content: "";
    display: table;
    clear: both;
}

.rts-about-section .about-home-actions {
    clear: both;
    margin-top: 6px;
}

.rts-about-section .about-inner .contents.about-home-flow p {
    max-width: none; /* remove theme's fixed max-width so wrap feels natural */
}

@media (max-width: 991px) {
    .rts-about-section .about-inner .contents.about-home-flow {
        padding: 50px 24px 0;
    }
    .rts-about-section .about-inner .about-thumb--float {
        float: none;
        width: 100%;
        max-width: 560px;
        margin: 0 0 18px 0;
    }
    .rts-about-section .about-home-actions {
        clear: none;
    }
}

.basket-icon {
    position: relative;
}

/* ---- News detail page: more colorful ---- */
.rts-blog-details.news-feed-section {
    background:
        radial-gradient(900px 320px at 15% 10%, rgba(228, 27, 35, 0.10), rgba(0,0,0,0) 70%),
        radial-gradient(700px 280px at 85% 0%, rgba(69, 170, 242, 0.10), rgba(0,0,0,0) 65%);
}

.rts-blog-details .blog-details.news-left2 {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.rts-blog-details .blog-details.news-left2 .news-top {
    border-bottom: 0;
    margin-bottom: 32px;
}

.rts-blog-details .blog-details.news-left2 .news-hero {
    padding: 10px 0 6px;
}

.rts-blog-details .blog-details.news-left2 .news-title {
    font-weight: 800;
    letter-spacing: -0.6px;
    line-height: 1.05;
    background: linear-gradient(90deg, #111, #e41b23 55%, #111);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rts-blog-details .blog-details.news-left2 .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rts-blog-details .blog-details.news-left2 .news-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    color: #222;
    background: rgba(17, 17, 17, 0.06);
    border: 1px solid rgba(17, 17, 17, 0.10);
    text-decoration: none;
}

.rts-blog-details .blog-details.news-left2 .news-chip i {
    color: #e41b23;
}

.rts-blog-details .blog-details.news-left2 .news-chip--cat {
    background: rgba(228, 27, 35, 0.10);
    border-color: rgba(228, 27, 35, 0.18);
    color: #111;
}

.rts-blog-details .blog-details.news-left2 .news-chip:hover {
    transform: translateY(-1px);
}

.rts-blog-details .blog-details.news-left2 .blog-image img {
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.rts-blog-details .blog-details.news-left2 .news-excerpt {
    color: #333;
    font-weight: 600;
    border-left: 4px solid #e41b23;
    padding-left: 14px;
    margin-bottom: 34px;
}

.rts-blog-details .blog-details.news-left2 .news-content {
    color: #222;
}

.rts-blog-details .blog-details.news-left2 .news-content p {
    color: #444;
    line-height: 1.85;
    margin-bottom: 14px;
}

.rts-blog-details .blog-details.news-left2 .news-content h1,
.rts-blog-details .blog-details.news-left2 .news-content h2,
.rts-blog-details .blog-details.news-left2 .news-content h3 {
    margin-top: 26px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.rts-blog-details .blog-details.news-left2 .news-content a {
    color: #e41b23;
    text-decoration: underline;
    text-decoration-color: rgba(228, 27, 35, 0.35);
    text-underline-offset: 3px;
}

.rts-blog-details .blog-details.news-left2 .news-content blockquote {
    border: 1px solid rgba(228, 27, 35, 0.25);
    background: linear-gradient(135deg, rgba(228, 27, 35, 0.08), rgba(17, 17, 17, 0.02));
    border-radius: 12px;
    padding: 18px 18px 18px 20px;
}

@media (max-width: 768px) {
    .rts-blog-details .blog-details.news-left2 {
        padding: 26px;
    }
    .rts-blog-details .blog-details.news-left2 .news-title {
        font-size: 34px;
    }
}

/* News comments + form polish */
.rts-blog-details .news-comments .comment-header {
    margin-bottom: 18px;
}

.rts-blog-details .news-comments .comment-header h3 {
    letter-spacing: 1px;
}

.rts-blog-details .news-comments .comment-section .comment-text .text .section-title {
    display: block; /* avoid wide horizontal spacing */
    margin-bottom: 8px;
}

.rts-blog-details .news-comments .comment-section .comment-text .text .section-title .title {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rts-blog-details .news-comments .comment-section .comment-text {
    background: linear-gradient(135deg, rgba(17,17,17,0.02), rgba(228,27,35,0.05));
    border: 1px solid rgba(17,17,17,0.08);
    border-radius: 14px;
    padding: 14px 14px;
    margin-bottom: 12px;
    gap: 14px;
}

.rts-blog-details .news-comments .comment-section.first-child .comment-text {
    padding-top: 18px;
    border-top: 1px solid rgba(17,17,17,0.08);
}

.rts-blog-details .news-comments .commentator .avatar-initial {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    background: linear-gradient(135deg, #e41b23, #111);
    box-shadow: 0 10px 24px rgba(228, 27, 35, 0.25);
    flex: 0 0 auto;
}

.rts-blog-details .news-comments .comment-section .comment-text .text {
    padding-left: 0; /* theme expects left padding; our card already has spacing */
}

.rts-blog-details .news-comments .comment-section .comment-text .text .section-title {
    margin-bottom: 10px;
}

.rts-blog-details .news-comments .comment-section .comment-text .text .section-title .sub-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.rts-blog-details .news-comments .comment-section .comment-text .text .section-title .sect-title {
    font-size: 13px;
    color: #666;
}

.rts-blog-details .news-comments .comment-section .comment-text .text .description {
    color: #444;
    font-size: 14px;
    line-height: 1.65;
}

.rts-blog-details .news-comments .comment-form .contact-form {
    border-radius: 14px;
    border: 1px solid rgba(17,17,17,0.08);
    background: linear-gradient(135deg, rgba(69,170,242,0.06), rgba(228,27,35,0.04));
    padding: 18px;
}

.rts-blog-details .news-comments .comment-form .contact-form .input-box input,
.rts-blog-details .news-comments .comment-form .contact-form .input-box textarea {
    border-radius: 10px;
    border-color: rgba(17,17,17,0.18);
    background: rgba(255,255,255,0.92);
}

.rts-blog-details .news-comments .comment-form .contact-form .form-btn {
    border-radius: 12px;
    background: linear-gradient(135deg, #e41b23, #c4171e);
    box-shadow: 0 14px 30px rgba(228, 27, 35, 0.28);
}

.rts-blog-details .news-comments .news-comment-form .input-box::before,
.rts-blog-details .news-comments .news-comment-form .input-box.text-input::before,
.rts-blog-details .news-comments .news-comment-form .input-box.name-input::before,
.rts-blog-details .news-comments .news-comment-form .input-box.mail-input::before {
    display: none !important;
    content: none !important;
}

.rts-blog-details .news-comments .news-comment-form .input-box {
    margin-bottom: 14px;
}

.rts-blog-details .news-comments .news-comment-form input,
.rts-blog-details .news-comments .news-comment-form textarea {
    width: 100%;
    padding: 14px 14px;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid rgba(17,17,17,0.18);
    background: rgba(255,255,255,0.96);
    transition: box-shadow .2s ease, border-color .2s ease, transform .15s ease;
}

.rts-blog-details .news-comments .news-comment-form textarea {
    min-height: 150px;
    padding: 14px 14px;
}

.rts-blog-details .news-comments .news-comment-form input:focus,
.rts-blog-details .news-comments .news-comment-form textarea:focus {
    outline: none;
    border-color: rgba(228, 27, 35, 0.55);
    box-shadow: 0 0 0 4px rgba(228, 27, 35, 0.12);
    transform: translateY(-1px);
}

.rts-blog-details .news-comments .news-comment-form .form-btn-area {
    margin-top: 6px;
}

.rts-blog-details .news-comments .news-comment-form .form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    min-width: 190px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.rts-blog-details .news-comments .news-comment-form .form-btn:hover {
    filter: brightness(1.02);
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(228, 27, 35, 0.32);
}

/* ---- CTA banner: colorful standout ---- */
.rts-cta-section.cta-pop {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 320px at 20% 10%, rgba(228, 27, 35, 0.35), rgba(0,0,0,0) 70%),
        radial-gradient(800px 340px at 85% 0%, rgba(69, 170, 242, 0.28), rgba(0,0,0,0) 65%),
        linear-gradient(135deg, #0f0f12, #111111 55%, #0a0a0b);
    background-size: cover;
    background-position: center;
}

.rts-cta-section.cta-pop[style*="background-image"] {
    background-blend-mode: overlay, overlay, normal, normal;
}

.rts-cta-section.cta-pop::before,
.rts-cta-section.cta-pop::after {
    content: "";
    position: absolute;
    inset: auto;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.55;
    pointer-events: none;
}

.rts-cta-section.cta-pop::before {
    left: -180px;
    top: -200px;
    background: radial-gradient(circle at 30% 30%, rgba(228,27,35,0.9), rgba(228,27,35,0));
}

.rts-cta-section.cta-pop::after {
    right: -220px;
    bottom: -240px;
    background: radial-gradient(circle at 30% 30%, rgba(69,170,242,0.85), rgba(69,170,242,0));
}

.rts-cta-section.cta-pop .cta-pop-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.55));
    pointer-events: none;
}

.rts-cta-section.cta-pop .cta-pop-inner {
    max-width: 820px;
    padding: 38px 26px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.06);
    box-shadow:
        0 26px 90px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
}

.rts-cta-section.cta-pop .cta-pop-title {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

.rts-cta-section.cta-pop .cta-pop-desc {
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 18px;
    max-width: 720px;
}

.rts-cta-section.cta-pop .cta-pop-btn {
    border-radius: 14px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #e41b23, #ff3b43);
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 18px 42px rgba(228, 27, 35, 0.35);
}

.rts-cta-section.cta-pop .cta-pop-btn:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 22px 55px rgba(228, 27, 35, 0.45);
}

@media (max-width: 768px) {
    .rts-cta-section.cta-pop .cta-pop-inner {
        padding: 28px 18px;
        border-radius: 16px;
    }
    .rts-cta-section.cta-pop .cta-pop-title {
        font-size: 34px;
    }
}

/* ---- Events index: more colorful cards ---- */
.rts-blog-section .event-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgba(228, 27, 35, 0.06), rgba(69, 170, 242, 0.05));
    transition: transform .18s ease, box-shadow .18s ease;
}

.rts-blog-section .event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12);
}

.rts-blog-section .event-card .blog-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.rts-blog-section .event-card .blog-content {
    padding: 22px 22px 20px;
}

.rts-blog-section .event-card .event-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(228, 27, 35, 0.12);
    border: 1px solid rgba(228, 27, 35, 0.20);
    color: #111;
    font-weight: 700;
    letter-spacing: 1px;
}

.rts-blog-section .event-card .blog-title a {
    display: block;
    margin-top: 10px;
    color: #111;
    letter-spacing: -0.2px;
}

.rts-blog-section .event-card .event-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rts-blog-section .event-card .event-meta-item {
    margin: 0;
    color: #444;
    font-size: 14px;
}

.rts-blog-section .event-card .event-meta-item i {
    color: #e41b23;
    margin-right: 6px;
}

.rts-blog-section .event-card .event-excerpt {
    margin: 0 0 14px;
    color: #555;
    line-height: 1.7;
}

.rts-blog-section .event-card .event-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #111, #2a2a2a);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
}

.rts-blog-section .event-card .event-link i {
    color: #fff;
}

.rts-blog-section .event-card .event-link:hover {
    background: linear-gradient(135deg, #e41b23, #c4171e);
    box-shadow: 0 14px 34px rgba(228, 27, 35, 0.25);
}

@media (max-width: 768px) {
    .rts-blog-section .event-card .blog-thumb img {
        height: 200px;
    }
    .rts-blog-section .event-card .blog-content {
        padding: 18px 18px 16px;
    }
}

/* ---- Event details registration form: more colorful ---- */
.rts-blog-details .event-register-card {
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    background:
        radial-gradient(900px 320px at 15% 0%, rgba(228, 27, 35, 0.12), rgba(0,0,0,0) 70%),
        radial-gradient(700px 260px at 90% 0%, rgba(69, 170, 242, 0.12), rgba(0,0,0,0) 65%),
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.86));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.rts-blog-details .event-register-head h3 {
    font-weight: 900;
    letter-spacing: -0.3px;
    margin: 0;
}

.rts-blog-details .event-register-form .form-control {
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, 0.18);
    background: rgba(255,255,255,0.95);
    padding: 12px 14px;
    font-size: 15px;
    transition: box-shadow .2s ease, border-color .2s ease, transform .15s ease;
}

.rts-blog-details .event-register-form textarea.form-control {
    min-height: 120px;
}

.rts-blog-details .event-register-form .form-control:focus {
    outline: none;
    border-color: rgba(228, 27, 35, 0.55);
    box-shadow: 0 0 0 4px rgba(228, 27, 35, 0.12);
    transform: translateY(-1px);
}

.rts-blog-details .event-register-btn.btn.btn-primary {
    border: 0;
    border-radius: 14px;
    padding: 12px 18px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #e41b23, #ff3b43);
    box-shadow: 0 16px 38px rgba(228, 27, 35, 0.30);
}

.rts-blog-details .event-register-btn.btn.btn-primary:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 20px 50px rgba(228, 27, 35, 0.40);
}

.rts-blog-details .event-register-btn.btn.btn-primary:focus {
    box-shadow: 0 0 0 4px rgba(69, 170, 242, 0.18), 0 16px 38px rgba(228, 27, 35, 0.30);
}

/* ---- Footer polish (branding + newsletter) ---- */
.footer.footer1 {
    background:
        radial-gradient(900px 320px at 15% 0%, rgba(228, 27, 35, 0.16), rgba(0,0,0,0) 70%),
        radial-gradient(700px 260px at 90% 0%, rgba(69, 170, 242, 0.12), rgba(0,0,0,0) 65%),
        #111111;
}

.footer.footer1 .footer-logo img {
    max-width: 170px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.35));
}

.footer.footer1 .footer-text {
    max-width: 320px; /* less cramped */
}

.footer.footer1 .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer.footer1 .social-links .platform {
    width: 44px;
    height: 44px;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer.footer1 .social-links .platform:hover {
    background: linear-gradient(135deg, #e41b23, #c4171e);
    border-color: rgba(255, 255, 255, 0.16);
}

.footer.footer1 .address-widget .widget-list-item {
    max-width: none;
}

.footer.footer1 .address-widget .widget-list-item i {
    color: #e41b23;
}

.footer.footer1 .footer-newsletter-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.footer.footer1 .footer-newsletter-input {
    flex: 1 1 auto;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 0 14px;
}

.footer.footer1 .footer-newsletter-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.footer.footer1 .footer-newsletter-input:focus {
    outline: none;
    border-color: rgba(228, 27, 35, 0.6);
    box-shadow: 0 0 0 4px rgba(228, 27, 35, 0.12);
}

.footer.footer1 .footer-newsletter-btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    border: 0;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.8px;
    background: linear-gradient(135deg, #e41b23, #ff3b43);
    box-shadow: 0 14px 34px rgba(228, 27, 35, 0.22);
}

.footer.footer1 .footer-newsletter-btn:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 18px 45px rgba(228, 27, 35, 0.30);
}

.footer.footer1 .footer-bottom-credits {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer.footer1 .footer-developer-credit {
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.footer.footer1 .footer-developer-credit a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(228, 27, 35, 0.45);
}

.footer.footer1 .footer-developer-credit a:hover {
    color: #e41b23;
    border-bottom-color: #e41b23;
}

@media (min-width: 769px) {
    .footer.footer1 .footer-bottom-area .bottom-area-inner {
        align-items: center;
    }
}

@media (max-width: 576px) {
    .footer.footer1 .footer-newsletter-row {
        flex-direction: column;
    }
    .footer.footer1 .footer-newsletter-btn {
        width: 100%;
    }
}

.search-input-inner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ---- Header nav: prevent crushed / concatenated menu links ---- */
#rtsHeader.rts-header1 .navbar-part .navbar-inner {
    gap: 12px;
}

#rtsHeader.rts-header1 .navbar-part .navbar-inner .logo,
#rtsHeader.rts-header1 .navbar-part .navbar-inner .logo-sticky {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    max-width: min(240px, 38vw);
    line-height: 0;
}

/* Uploaded logos (PNG/JPG) — keep header height normal */
#rtsHeader.rts-header1 .navbar-part .navbar-inner .logo img,
#rtsHeader.rts-header1 .navbar-part .navbar-inner .logo-sticky img {
    display: block;
    width: auto;
    height: auto;
    max-height: 72px;
    max-width: 100%;
    object-fit: contain;
}

#rtsHeader.rts-header1 .sticky-menu .navbar-part .navbar-inner .logo-sticky img {
    max-height: 56px;
}

@media (max-width: 900px) {
    #rtsHeader.rts-header1 .navbar-part .navbar-inner .logo,
    #rtsHeader.rts-header1 .navbar-part .navbar-inner .logo-sticky {
        max-width: min(180px, 52vw);
    }

    #rtsHeader.rts-header1 .navbar-part .navbar-inner .logo img,
    #rtsHeader.rts-header1 .navbar-part .navbar-inner .logo-sticky img {
        max-height: 52px;
    }
}

.offset-widget.offset-logo img {
    max-height: 80px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Only action items pin to the right; menu sits in the center flex area */
#rtsHeader.rts-header1 .navbar-part .navbar-inner .rts-menu {
    margin-left: 0;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

#rtsHeader.rts-header1 .navbar-part .navbar-inner .header-action-items {
    margin-left: auto;
    flex-shrink: 0;
}

#rtsHeader.rts-header1 .navbar-part .navbar-inner .rts-menu .menus.menu-toggle {
    width: 100%;
    display: flex;
    justify-content: center;
}

#rtsHeader.rts-header1 .nav__menu {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#rtsHeader.rts-header1 .nav__menu > li {
    flex-shrink: 0;
}

#rtsHeader.rts-header1 .navbar-part .rts-menu .menu-item,
.navbar-part1 .rts-menu .menu-item {
    display: inline-block;
    white-space: nowrap;
    padding: 28px 14px !important;
    letter-spacing: 0.5px;
}

#rtsHeader.rts-header1 .navbar-part .rts-menu .menu-item:first-child,
#rtsHeader.rts-header1 .navbar-part .rts-menu .menu-item:last-child {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.navbar-part1 .menu-item {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

@media (min-width: 1400px) {
    #rtsHeader.rts-header1 .navbar-part .rts-menu .menu-item {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Not enough room: use slide-out menu (hamburger is always on header1) */
@media (max-width: 1199px) {
    #rtsHeader.rts-header1 .navbar-part .navbar-inner > .rts-menu {
        display: none !important;
    }
}

/* Header auth: Sign in + Register */
.nav-auth-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 16px;
}

.nav-login-btn,
.nav-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px 22px;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.nav-login-btn {
    color: #111 !important;
    background: transparent;
    border: 2px solid #111;
    box-shadow: none;
}

.nav-login-btn:hover {
    color: #fff !important;
    background: #111;
    border-color: #111;
    transform: translateY(-1px);
}

.nav-register-btn {
    margin-right: 0;
    color: #fff !important;
    background: #e41b23;
    border: 2px solid #e41b23;
    box-shadow: 0 4px 14px rgba(228, 27, 35, 0.45);
}

.nav-register-btn:hover {
    color: #fff !important;
    background: #c4171e;
    border-color: #c4171e;
    box-shadow: 0 6px 20px rgba(228, 27, 35, 0.55);
    transform: translateY(-1px);
}

/* Sticky header uses a white bar (main.css) — keep Sign In dark/outlined */
#rtsHeader.rts-header1 .sticky-menu .header-action-items,
#rtsHeader.rts-header1 .sticky-menu .nav-auth-actions {
    overflow: visible;
    flex-shrink: 0;
}

#rtsHeader.rts-header1 .sticky-menu .nav-login-btn {
    color: #111 !important;
    border-color: #111;
    background: transparent;
}

#rtsHeader.rts-header1 .sticky-menu .nav-login-btn:hover {
    color: #fff !important;
    background: #111;
    border-color: #111;
}

#rtsHeader.rts-header1 .sticky-menu .nav-login-btn,
#rtsHeader.rts-header1 .sticky-menu .nav-register-btn {
    padding: 10px 16px;
    font-size: 13px;
}

#rtsHeader.rts-header1 .sticky-menu .navbar-part .rts-menu .menu-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nav-register-btn--account {
    margin-right: 16px;
    background: #111;
    border-color: #111;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.nav-register-btn--account:hover {
    background: #333;
    border-color: #333;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

#rtsHeader.rts-header1 .sticky-menu .nav-register-btn--account {
    background: #e41b23;
    border-color: #e41b23;
}

.mobile-register-wrap {
    margin: 20px 0 24px;
    padding: 0 20px;
    list-style: none;
}

.nav-auth-actions--mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-right: 0;
}

.nav-login-btn--mobile,
.nav-register-btn--mobile {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 14px 20px;
    font-size: 15px;
}

.nav-login-btn--mobile {
    color: #111 !important;
    background: #fff;
    border: 2px solid #ddd;
}

.nav-login-btn--mobile:hover {
    border-color: #111;
    background: #f4f4f4;
    color: #111 !important;
}

@media (max-width: 1199px) {
    .header-action-items .nav-auth-actions {
        display: inline-flex;
    }

    .header-action-items .nav-register-btn:not(.nav-register-btn--mobile) {
        display: inline-flex;
    }
}

@media (max-width: 480px) {
    .nav-auth-actions {
        gap: 8px;
        margin-right: 10px;
    }

    .nav-login-btn,
    .nav-register-btn {
        padding: 10px 14px;
        font-size: 12px;
        letter-spacing: 1px;
    }
}

/* ---- Auth pages (login / register) ---- */
.auth-page {
    padding-top: 0;
}

.auth-page-card {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(17, 17, 17, 0.12);
    background: #fff;
}

.auth-page-aside {
    background: linear-gradient(145deg, #e41b23 0%, #9b0f15 55%, #111 100%);
    color: #fff;
    position: relative;
    min-height: 100%;
}

.auth-page-aside::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/banner/bannerbg1.jpg") center / cover no-repeat;
    opacity: 0.15;
    pointer-events: none;
}

.auth-page-aside-inner {
    position: relative;
    z-index: 1;
    padding: 48px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    width: fit-content;
}

.auth-aside-title {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}

.auth-aside-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
}

.auth-perks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auth-perks li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.auth-perks li i {
    color: #ffd54f;
    margin-top: 3px;
    flex-shrink: 0;
}

.auth-form-panel {
    margin-right: 0;
    padding: 48px 40px;
}

.auth-form-panel .section-title {
    font-size: 32px;
    line-height: 1.2;
}

.auth-form-panel .pretitle {
    color: #e41b23;
}

.auth-form-lead {
    margin-top: 8px;
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
}

.auth-form-card {
    border: none;
    box-shadow: none;
    background: transparent;
}

.auth-form-card .card-body {
    padding: 0 !important;
}

.auth-field {
    margin-bottom: 22px !important;
}

.auth-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #111;
}

.auth-optional {
    font-weight: 400;
    text-transform: none;
    color: #888;
    letter-spacing: 0;
}

.auth-input-wrap {
    position: relative;
}

.auth-field-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #e41b23;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.auth-form .form-control {
    border: 2px solid #eee !important;
    border-radius: 8px !important;
    padding: 16px 18px 16px 48px !important;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-form .form-control:focus {
    border-color: #e41b23 !important;
    box-shadow: 0 0 0 4px rgba(228, 27, 35, 0.12) !important;
}

.auth-form .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.auth-error {
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
}

.auth-remember {
    display: flex;
    align-items: center;
}

.auth-remember .form-check-input:checked {
    background-color: #e41b23;
    border-color: #e41b23;
}

.auth-submit-wrap {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

.auth-submit-btn {
    width: 100% !important;
    max-width: none !important;
    height: 56px !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: "Oswald", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: linear-gradient(90deg, #e41b23, #c4171e) !important;
    box-shadow: 0 8px 24px rgba(228, 27, 35, 0.35);
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.auth-submit-btn:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #c4171e, #9b0f15) !important;
    box-shadow: 0 12px 28px rgba(228, 27, 35, 0.45);
    transform: translateY(-2px);
}

.auth-submit-btn:hover i {
    transform: translateX(8px);
}

.auth-switch {
    margin-top: 28px;
    font-size: 15px;
    color: #666;
}

.auth-switch a {
    color: #e41b23;
    font-weight: 700;
    text-decoration: none;
}

.auth-switch a:hover {
    color: #9b0f15;
    text-decoration: underline;
}

.auth-switch-muted {
    font-size: 14px;
}

.auth-switch-muted a {
    font-weight: 500;
    color: #444;
}

@media (max-width: 991px) {
    .auth-page-aside-inner {
        padding: 36px 28px;
    }

    .auth-aside-title {
        font-size: 28px;
    }

    .auth-form-panel {
        padding: 36px 28px 44px;
    }
}

@media (max-width: 575px) {
    .auth-page-card {
        border-radius: 8px;
    }

    .auth-form-panel {
        padding: 28px 20px 36px;
    }
}

/* ---- Player registration wizard ---- */
.registration-wizard-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(17, 17, 17, 0.08);
    padding: 40px;
}

.wizard-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f4f4f4;
}

.wizard-progress-step {
    flex: 1;
    min-width: 90px;
    text-align: center;
    opacity: 0.45;
    border: none;
    background: transparent;
    padding: 0;
    cursor: default;
}

.wizard-progress-step:not(:disabled) {
    cursor: pointer;
}

.wizard-progress-step:not(:disabled):hover .wizard-progress-num {
    transform: scale(1.05);
}

.wizard-step[hidden] {
    display: none !important;
}

.wizard-step.is-active {
    animation: wizardFadeIn 0.35s ease;
}

@keyframes wizardFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.field-error {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
}

.registration-wizard .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.review-edit {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #e41b23;
    text-decoration: underline;
}

.wizard-progress-step.is-active,
.wizard-progress-step.is-done {
    opacity: 1;
}

.wizard-progress-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #111;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
}

.wizard-progress-step.is-active .wizard-progress-num {
    background: #e41b23;
    color: #fff;
}

.wizard-progress-step.is-done .wizard-progress-num {
    background: #111;
    color: #fff;
}

.wizard-progress-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.wizard-back-btn {
    padding: 14px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
}

.plan-cards .plan-card {
    display: block;
    position: relative;
    height: 100%;
    padding: 28px 22px;
    border: 2px solid #eee;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    background: #fff;
}

.plan-cards .plan-card:hover {
    border-color: #e41b23;
    box-shadow: 0 8px 24px rgba(228, 27, 35, 0.12);
}

.plan-cards .plan-card.is-selected {
    border-color: #e41b23;
    background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
    box-shadow: 0 12px 32px rgba(228, 27, 35, 0.18);
}

.plan-card-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.plan-card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #e41b23;
    color: #fff;
    border-radius: 4px;
}

.plan-card-name {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.plan-card-price {
    font-size: 28px;
    font-weight: 700;
    color: #e41b23;
    margin-bottom: 4px;
}

.plan-card-interval {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}

.plan-card-desc {
    font-size: 14px;
    color: #444;
    margin-bottom: 12px;
}

.plan-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.plan-card-features li {
    margin-bottom: 6px;
}

.plan-card-features i {
    color: #e41b23;
    margin-right: 6px;
}

.review-blocks {
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .review-blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

.review-block {
    position: relative;
    padding: 24px;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #eee;
}

.review-block-highlight {
    background: linear-gradient(145deg, #fff5f5, #fff);
    border-color: rgba(228, 27, 35, 0.25);
}

.review-block h4 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #e41b23;
}

.review-block dl {
    margin: 0;
    font-size: 14px;
}

.review-block dt {
    font-weight: 600;
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 10px;
}

.review-block dt:first-child {
    margin-top: 0;
}

.review-block dd {
    margin: 2px 0 0;
}

.players-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
}

.player-entry-card {
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
}

.player-entry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}

.player-entry-title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    color: #111;
}

.add-player-btn {
    border-color: #e41b23;
    color: #e41b23;
}

.add-player-btn:hover {
    background: #e41b23;
    color: #fff;
}

.wizard-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: linear-gradient(145deg, #fff5f5, #fff);
    border: 1px solid rgba(228, 27, 35, 0.25);
    border-radius: 10px;
    font-size: 16px;
}

.wizard-total-bar strong {
    font-size: 22px;
    color: #e41b23;
}

.payment-line-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-line-items li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.payment-line-items li:last-child {
    border-bottom: none;
}

.review-edit {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #e41b23;
}

.review-plan-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.review-plan-price {
    font-size: 26px;
    color: #e41b23;
    font-weight: 700;
}

.payment-summary {
    background: #111;
    color: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 24px;
}

.payment-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
}

.payment-summary-total {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 8px;
    padding-top: 16px;
    font-size: 18px;
}

.payment-summary-total strong {
    color: #ffd54f;
}

.payment-secure-note {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.registration-success-card {
    padding: 48px 32px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(17, 17, 17, 0.08);
}

.registration-success-card .success-icon {
    font-size: 72px;
    color: #28a745;
    margin-bottom: 16px;
}

.success-details dt {
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    margin-top: 12px;
}

.success-details dd {
    font-weight: 600;
    margin: 0;
}

.registration-wizard .form-control {
    padding: 14px 16px !important;
}

.registration-wizard .form-control::placeholder {
    color: #999;
    opacity: 1;
}

.registration-wizard textarea.form-control::placeholder {
    color: #aaa;
}

@media (max-width: 767px) {
    .registration-wizard-card {
        padding: 24px 18px;
    }

    .wizard-progress-step {
        min-width: calc(33% - 8px);
    }
}

/* —— Account hub (dashboard, orders, profile, shop) —— */
.account-page {
    background: linear-gradient(180deg, #fafafa 0%, #fff 120px);
}

.account-alert {
    border-radius: 10px;
    margin-bottom: 20px;
}

.account-page-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(17, 17, 17, 0.1);
}

.account-page-aside {
    background: linear-gradient(160deg, #111 0%, #1a1a1a 40%, #2d1517 100%);
    color: #fff;
    position: relative;
}

.account-page-aside::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(228, 27, 35, 0.35) 0%, transparent 55%);
    pointer-events: none;
}

.account-page-aside-inner {
    position: relative;
    z-index: 1;
    padding: 40px 28px;
    height: 100%;
}

.account-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(228, 27, 35, 0.25);
    border: 1px solid rgba(228, 27, 35, 0.5);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    color: #fff;
}

.account-aside-user {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.account-aside-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e41b23, #ff4d55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0;
}

.account-aside-user strong {
    display: block;
    font-size: 16px;
}

.account-aside-user span {
    font-size: 13px;
    opacity: 0.75;
}

.account-side-navigation {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.account-nav-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

.account-nav-btn:hover,
.account-nav-btn.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.account-nav-btn.active {
    background: linear-gradient(90deg, rgba(228, 27, 35, 0.5), rgba(228, 27, 35, 0.15));
    box-shadow: inset 3px 0 0 #e41b23;
}

.account-nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.account-nav-icon--dash { background: rgba(228, 27, 35, 0.35); color: #ff8a8f; }
.account-nav-icon--orders { background: rgba(52, 152, 219, 0.35); color: #7ec8ff; }
.account-nav-icon--profile { background: rgba(155, 89, 182, 0.35); color: #d7a8f0; }
.account-nav-icon--shop { background: rgba(241, 196, 15, 0.35); color: #ffe082; }
.account-nav-icon--logout { background: rgba(255, 255, 255, 0.12); color: #ccc; }

.account-nav-btn--logout {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    border-radius: 0;
}

.account-logout-form {
    margin: 0;
}

.account-aside-perks {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    font-size: 13px;
    opacity: 0.85;
}

.account-aside-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.account-aside-perks i {
    color: #e41b23;
}

.account-page-main {
    padding: 36px 32px;
    min-height: 480px;
}

.account-panel.hide {
    display: none !important;
}

.account-welcome-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    margin-bottom: 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e41b23 0%, #c4161d 50%, #111 100%);
    color: #fff;
}

.account-welcome-banner .pretitle {
    color: rgba(255, 255, 255, 0.75);
}

.account-welcome-banner .account-panel-title {
    color: #fff;
    margin-bottom: 8px;
}

.account-welcome-banner p {
    margin: 0;
    opacity: 0.9;
    font-size: 15px;
}

.account-welcome-icon {
    font-size: 56px;
    opacity: 0.35;
    flex-shrink: 0;
}

.account-panel-title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 8px;
}

.account-panel-title .pretitle {
    display: block;
    font-size: 12px;
    color: #e41b23;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.account-panel-header {
    margin-bottom: 28px;
}

.account-subheading {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin: 28px 0 16px;
    color: #111;
}

.account-recent-orders {
    margin-top: 32px;
    padding: 28px 32px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
}

.account-recent-orders .account-subheading {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 4px;
}

.account-recent-orders .account-orders-table-wrap {
    margin: 0;
}

.account-recent-orders .account-orders-table th:first-child,
.account-recent-orders .account-orders-table td:first-child {
    padding-left: 24px;
}

.account-recent-orders .account-orders-table th:last-child,
.account-recent-orders .account-orders-table td:last-child {
    padding-right: 24px;
}

.account-panel.dashboard > .account-stat-grid,
.account-panel.dashboard > .account-welcome-banner {
    margin-left: 0;
    margin-right: 0;
}

.account-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    .account-stat-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.account-stat-card {
    position: relative;
    padding: 22px 18px;
    border-radius: 12px;
    color: #fff;
    overflow: hidden;
    min-height: 140px;
    display: flex;
    flex-direction: column;
}

.account-stat-card::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.account-stat-card--red { background: linear-gradient(145deg, #e41b23, #a81319); }
.account-stat-card--dark { background: linear-gradient(145deg, #222, #111); }
.account-stat-card--gold { background: linear-gradient(145deg, #d4a012, #9a7209); }
.account-stat-card--teal { background: linear-gradient(145deg, #0d9488, #0f766e); }
.account-stat-card--purple { background: linear-gradient(145deg, #7c3aed, #5b21b6); }

.account-nav-icon--players { background: rgba(13, 148, 136, 0.35); color: #5eead4; }

.account-nav-count {
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 50px;
    background: #e41b23;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.guardian-players-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guardian-player-card {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(17, 17, 17, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.guardian-player-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(228, 27, 35, 0.1);
    border-color: rgba(228, 27, 35, 0.2);
}

.guardian-player-card-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #e41b23, #ff6b6b);
    border-radius: 14px 0 0 14px;
}

.guardian-player-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #e41b23, #c4161d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.guardian-player-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guardian-player-name {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.guardian-player-meta {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
}

.guardian-player-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.guardian-player-plan {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.guardian-player-expiry {
    font-size: 12px;
    color: #888;
}

.guardian-player-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-width: 140px;
}

.guardian-players-empty {
    text-align: center;
    padding: 48px 24px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px dashed #ddd;
}

.guardian-players-empty i {
    font-size: 48px;
    color: #e41b23;
    opacity: 0.4;
    margin-bottom: 16px;
}

.account-recent-players {
    padding: 28px 32px;
    background: #fafafa;
    border-radius: 12px;
    border: 1px solid #eee;
}

.account-back-link {
    color: #e41b23;
    font-weight: 600;
    text-decoration: none;
}

.account-back-link:hover {
    color: #c4161d;
}

.guardian-player-profile-card {
    background: linear-gradient(160deg, #111 0%, #2d1517 100%);
    color: #fff;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
}

.guardian-player-profile-photo img,
.guardian-player-profile-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
    border: 4px solid rgba(228, 27, 35, 0.5);
}

.guardian-player-profile-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e41b23, #a81319);
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.guardian-player-profile-name {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 8px;
    color: #fff;
}

.guardian-player-profile-role {
    opacity: 0.85;
    margin-bottom: 24px;
}

.guardian-player-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.guardian-player-info-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.guardian-player-info-list li span {
    opacity: 0.7;
}

.guardian-player-section-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 32px;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
}

.guardian-player-section-header h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}

.guardian-player-section-header .pretitle {
    display: block;
    font-size: 11px;
    color: #e41b23;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.subscription-status-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: #fafafa;
    border-radius: 10px;
    border-left: 4px solid #e41b23;
}

.renewal-box {
    padding: 20px 24px;
    background: linear-gradient(145deg, #fff5f5, #fff);
    border-radius: 12px;
    border: 1px solid rgba(228, 27, 35, 0.2);
}

.subscription-card .account-subheading {
    margin-top: 0;
}

@media (max-width: 767px) {
    .guardian-player-card {
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto auto;
    }

    .guardian-player-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .guardian-player-section-card {
        padding: 20px 18px;
    }
}

.account-stat-icon {
    font-size: 28px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.account-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.account-stat-value {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: 4px 0 12px;
}

.account-stat-link {
    margin-top: auto;
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    text-align: left;
}

a.account-stat-link {
    display: inline-block;
}

.account-stat-link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.account-panel-body {
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
}

.account-orders-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #eee;
    background: #fff;
}

.account-orders-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.account-orders-table thead {
    background: linear-gradient(90deg, #111, #2a2a2a);
    color: #fff;
}

.account-orders-table th {
    padding: 14px 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    white-space: nowrap;
}

.account-orders-table td {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: middle;
}

.account-orders-table tbody tr:hover {
    background: #fff8f8;
}

.account-orders-table .order-number {
    font-weight: 700;
    color: #e41b23;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.3px;
}

.status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.status-badge--success { background: #d4edda; color: #155724; }
.status-badge--info { background: #d1ecf1; color: #0c5460; }
.status-badge--warning { background: #fff3cd; color: #856404; }
.status-badge--danger { background: #f8d7da; color: #721c24; }
.status-badge--neutral { background: #e9ecef; color: #495057; }

.account-order-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #e41b23;
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.account-order-view-btn:hover {
    background: #c4161d;
    color: #fff !important;
    transform: translateX(2px);
}

.account-orders-empty {
    text-align: center;
    padding: 48px 24px !important;
    color: #888;
}

.account-orders-empty i {
    font-size: 48px;
    color: #ddd;
    display: block;
    margin-bottom: 12px;
}

.account-profile-form .auth-input-wrap .form-control {
    padding-left: 44px !important;
}

.account-shop-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff5f5, #fff);
    border: 1px solid rgba(228, 27, 35, 0.2);
}

.account-shop-cta h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 6px;
    color: #e41b23;
}

.account-shop-cta p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Order detail page */
.account-order-detail-card {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 20px 60px rgba(17, 17, 17, 0.08);
}

.account-order-detail-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f4f4f4;
}

.account-order-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.account-order-meta-item {
    padding: 16px 18px;
    background: #fafafa;
    border-radius: 10px;
    border-left: 4px solid #e41b23;
    height: 100%;
}

.account-order-meta-item .label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
    font-weight: 600;
    margin-bottom: 4px;
}

.account-order-meta-item .value {
    font-weight: 600;
    color: #111;
}

.account-orders-table tfoot td {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.account-orders-table .order-total-row td {
    background: linear-gradient(90deg, #fff5f5, #fff);
    font-size: 16px;
}

.order-grand-total {
    color: #e41b23;
    font-size: 20px;
}

.account-order-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

.account-back-btn {
    padding: 14px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
}

/* Shop page accents */
.shop-page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    margin-bottom: 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #111 0%, #2d1517 100%);
    color: #fff;
}

.shop-page-header .items-onlist {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.shop-page-header .items-onlist span {
    color: #e41b23;
}

.shop-filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.shop-filter-bar .form-control {
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

.shop-filter-bar .product-filter {
    background: #e41b23;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.shop-filter-bar .product-filter:hover {
    background: #c4161d;
    color: #fff;
}

.rts-merch-section .product-item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #eee;
}

.rts-merch-section .product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(228, 27, 35, 0.12);
    border-color: rgba(228, 27, 35, 0.25);
}

.rts-merch-section .addto-cart {
    color: #e41b23 !important;
    font-weight: 700;
}

.shop-page-header--compact {
    padding: 18px 24px;
}

.shop-empty-card {
    padding: 64px 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.08);
}

.shop-empty-card i {
    font-size: 56px;
    color: #e41b23;
    opacity: 0.4;
    margin-bottom: 16px;
}

.shop-summary-card {
    padding: 28px 24px;
    border-radius: 14px;
    background: linear-gradient(145deg, #fff5f5, #fff);
    border: 1px solid rgba(228, 27, 35, 0.2);
    box-shadow: 0 8px 24px rgba(228, 27, 35, 0.08);
}

.shop-summary-card h4 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #e41b23;
    margin-bottom: 20px;
}

.shop-summary-line strong {
    color: #e41b23;
    font-size: 20px;
}

.shop-checkout-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06);
    border: 1px solid #eee;
}

.shop-checkout-card .input-div input,
.shop-checkout-card .input-div textarea {
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 16px;
    transition: border-color 0.2s;
}

.shop-checkout-card .input-div input:focus,
.shop-checkout-card .input-div textarea:focus {
    border-color: #e41b23;
    outline: none;
}

/* —— Shop cart page —— */
.shop-cart-page {
    background: linear-gradient(180deg, #fafafa 0%, #fff 200px);
}

.shop-cart-hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 36px;
    margin-bottom: 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e41b23 0%, #a81319 45%, #111 100%);
    color: #fff;
    box-shadow: 0 20px 50px rgba(228, 27, 35, 0.25);
    position: relative;
    overflow: hidden;
}

.shop-cart-hero::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -10%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.shop-cart-hero-content {
    position: relative;
    z-index: 1;
}

.shop-cart-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.shop-cart-hero-title {
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #fff;
}

.shop-cart-hero-text {
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
}

.shop-cart-hero-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.shop-cart-btn-outline {
    padding: 12px 22px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #fff !important;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    background: transparent;
    transition: background 0.2s, border-color 0.2s;
}

.shop-cart-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
    color: #fff !important;
}

.cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-item-card {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 22px 24px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 8px 28px rgba(17, 17, 17, 0.06);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.cart-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(228, 27, 35, 0.12);
    border-color: rgba(228, 27, 35, 0.25);
}

.cart-item-card-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #e41b23, #ff6b6b);
}

.cart-item-thumb {
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #f8f8f8, #eee);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-category {
    display: inline-block;
    padding: 4px 10px;
    background: linear-gradient(90deg, rgba(228, 27, 35, 0.12), rgba(228, 27, 35, 0.05));
    color: #e41b23;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.cart-item-title {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 1.2;
}

.cart-item-title a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.cart-item-title a:hover {
    color: #e41b23;
}

.cart-item-prices {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 16px;
}

.cart-item-unit {
    font-size: 18px;
    font-weight: 700;
    color: #e41b23;
}

.cart-item-was {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.cart-item-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.cart-qty-pill {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 50px;
    padding: 4px;
    border: 2px solid #eee;
}

.cart-qty-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.cart-qty-btn:hover {
    background: #e41b23;
    color: #fff;
}

.cart-qty-btn--plus:hover {
    background: #111;
}

.cart-qty-input {
    width: 44px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #111;
}

.cart-remove-btn {
    border: none;
    background: none;
    color: #888;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}

.cart-remove-btn:hover {
    color: #e41b23;
    background: #fff5f5;
}

.cart-item-total {
    text-align: right;
    padding-left: 16px;
    border-left: 2px dashed #eee;
    min-width: 110px;
}

.cart-item-total-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 600;
    margin-bottom: 6px;
}

.cart-item-line-total {
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    color: #111;
    display: block;
}

.shop-cart-summary {
    position: sticky;
    top: 100px;
    background: linear-gradient(160deg, #fff 0%, #fff8f8 100%) !important;
    border: 2px solid rgba(228, 27, 35, 0.2) !important;
    box-shadow: 0 16px 48px rgba(228, 27, 35, 0.12) !important;
}

.shop-cart-summary-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(228, 27, 35, 0.15);
}

.shop-cart-summary-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e41b23, #c4161d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.shop-cart-summary-header h4 {
    margin: 0;
    font-size: 22px;
}

.shop-cart-summary-lines {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.shop-cart-summary-lines li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #444;
}

.shop-cart-summary-lines li span:last-child {
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.shop-cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #111, #2d1517);
    color: #fff;
}

.shop-cart-summary-total span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
}

.shop-cart-summary-total strong {
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    color: #ff8a8f;
}

.shop-cart-summary-note {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.shop-cart-summary-note i {
    color: #e41b23;
    margin-right: 6px;
}

.shop-cart-checkout-btn {
    padding: 16px 24px !important;
    font-size: 15px !important;
}

.shop-cart-perks {
    list-style: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px dashed rgba(228, 27, 35, 0.2);
}

.shop-cart-perks li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.shop-cart-perks li i {
    color: #e41b23;
    width: 18px;
    text-align: center;
}

.shop-cart-empty {
    max-width: 480px;
    margin: 0 auto;
}

.shop-cart-empty-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff5f5, #ffe0e0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-cart-empty-icon i {
    font-size: 44px;
    color: #e41b23;
    opacity: 0.7;
}

.shop-cart-empty h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.shop-cart-empty p {
    color: #666;
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .shop-cart-summary {
        position: static;
    }
}

@media (max-width: 767px) {
    .shop-cart-hero {
        padding: 24px 20px;
        text-align: center;
    }

    .shop-cart-hero-actions {
        width: 100%;
        justify-content: center;
    }

    .shop-cart-hero-title {
        font-size: 28px;
    }

    .cart-item-card {
        grid-template-columns: 90px 1fr;
        grid-template-rows: auto auto;
    }

    .cart-item-total {
        grid-column: 1 / -1;
        border-left: none;
        border-top: 2px dashed #eee;
        padding: 16px 0 0;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cart-item-line-total {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .account-page-aside-inner {
        padding: 28px 20px;
    }

    .account-page-main {
        padding: 28px 24px;
    }

    .account-recent-orders {
        padding: 22px 20px;
    }

    .account-welcome-banner {
        flex-direction: column;
        text-align: center;
    }

    .account-welcome-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .account-orders-table thead {
        display: none;
    }

    .account-orders-table tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid #eee;
        border-radius: 10px;
        overflow: hidden;
    }

    .account-orders-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        border-bottom: 1px solid #f5f5f5;
    }

    .account-orders-table td::before {
        content: attr(data-label);
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        color: #888;
    }

    .account-orders-table td:last-child {
        justify-content: center;
        background: #fafafa;
    }
}
