body {
    background: #fafafa;
    color: #1c1c1c;
    min-height: 100vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.top-strip {
    background: #f8f8f8;
    color: #555;
    padding: 6px 12px;
    border-bottom: 1px solid #ececec;
}

.flash-deal-bar {
    background: linear-gradient(90deg, #1f1b2e, #2a2438);
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.flash-deal-bar-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    max-width: 100%;
}

.flash-deal-bar-link:hover {
    color: #fff;
    text-decoration: underline;
}

.flash-deal-bar-badge {
    display: inline-block;
    background: #c9a227;
    color: #1a1520;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.2rem 0.45rem;
    border-radius: 3px;
}

.flash-deal-bar-text {
    font-weight: 600;
}

.site-navbar {
    z-index: 1050;
}

.brand-logo {
    font-size: 2rem;
    letter-spacing: 0.2px;
    color: #2e2e2e !important;
    font-weight: 700;
}

.site-navbar .container {
    min-height: 112px;
}

.site-navbar .navbar-brand.brand-logo {
    padding-top: 0;
    padding-bottom: 0;
}

.brand-logo-image {
    height: 100px !important;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.main-nav .nav-link {
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.etsy-nav-link {
}

.etsy-nav-label {
    display: inline-block;
    font-family: "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-style: italic;
    color: #f1641e !important;
    text-transform: none;
    letter-spacing: -0.01em;
}

.etsy-nav-link:hover .etsy-nav-label {
    color: #c94e14 !important;
}

.nav-icons i {
    font-size: 1.05rem;
}

.product-card-media-wrap {
    position: relative;
}

.product-card-media-wrap .category-wishlist-form {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    z-index: 5;
    margin: 0;
}

.wishlist-icon-btn {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    padding: 1px 6px;
}

.page-banner {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
    background: #f4f4f4;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.page-banner h1 {
    margin: 0;
    font-size: 2.3rem;
}

.page-banner small {
    color: #6c757d;
}

.home-hero {
    background-size: cover;
    background-position: center;
    border-radius: 0;
    padding: 7rem 2.4rem;
    margin-bottom: 0;
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-hero h1 {
    max-width: 520px;
    font-weight: 700;
}

.home-hero-inner {
    max-width: 420px;
    margin-left: 3.5%;
}

.home-hero--media-video {
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    padding: 7rem 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #141218;
}

.home-hero-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.home-hero-video-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(20, 20, 20, 0.25), rgba(20, 20, 20, 0.35));
    pointer-events: none;
}

.home-hero--media-video .home-hero-inner {
    position: relative;
    z-index: 2;
    margin-left: 3.5%;
}

.home-hero-subtitle {
    max-width: 420px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.mog-hero-title {
    font-size: 2rem;
    letter-spacing: 0.28em;
    color: #f6f6f6;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    margin-bottom: 1rem;
}

.soft-card {
    border: 1px solid #ececec;
    border-radius: 14px;
    background: #fff;
}

.home-slider-full {
    margin-top: -1.5rem;
    margin-bottom: 0.75rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.home-slider-full .carousel-inner,
.home-slider-full .carousel-item {
    overflow: hidden;
    max-width: 100%;
}

.home-slider-full .home-hero,
.home-slider-full .home-hero--media-video {
    max-width: 100%;
    box-sizing: border-box;
}

.home-slider-dots {
    margin-top: -36px;
    position: relative;
    z-index: 2;
}

.home-slider-dots button {
    width: 22px;
    height: 3px;
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    margin: 0 2px;
}

.home-slider-dots button.active {
    background: #fff;
}

.mog-home-bg {
    background: #f4f4f4;
}

.tiny-label {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6a6a6a;
}

.mog-section-title {
    font-size: 20px;
    letter-spacing: 0.14em;
}

.mog-card {
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
}

.mog-product-title {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.45;
}

.mog-price {
    font-size: 12px;
    letter-spacing: 0.04em;
}

.mog-store-image {
    min-height: 340px;
    object-fit: cover;
}

.mog-store-panel {
    background: #f4f4f4;
    padding: 18px;
}

.product-grid-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-grid-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f0f0f0;
}

.product-placeholder {
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eceff3;
    color: #798090;
    font-weight: 600;
}

.product-detail-image {
    max-height: 520px;
    object-fit: cover;
    border: 1px solid #eee;
}

.thumb-strip img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 8px;
}

.price-accent {
    color: #202020;
    font-weight: 700;
}

.promo-card {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.promo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.78);
}

.promo-card > * {
    position: relative;
}

.promo-one {
    background-image: url("https://images.unsplash.com/photo-1616047006789-b7afeb8c6f00?auto=format&fit=crop&w=1000&q=70");
}

.promo-two {
    background-image: url("https://images.unsplash.com/photo-1620626011761-996317b8d101?auto=format&fit=crop&w=1000&q=70");
}

.mini-thumb {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #f1f1f1;
}

.review-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    min-height: 142px;
}

.etsy-detail-page {
    margin-top: 0.8rem;
}

.etsy-gallery-layout {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: start;
}

.etsy-thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.etsy-thumbs img,
.etsy-thumbs .mini-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    object-fit: cover;
    background: #fff;
    cursor: pointer;
    opacity: 0.75;
    transition: opacity 0.15s, border-color 0.15s;
}

.etsy-thumbs img:hover {
    opacity: 1;
}

.etsy-thumbs img.active {
    opacity: 1;
    border-color: #222;
    box-shadow: 0 0 0 2px #222;
}

.etsy-main-image-wrap {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.etsy-main-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    cursor: zoom-in;
}

/* Lightbox */
.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay.open {
    display: flex;
}

.lightbox-inner {
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-inner img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 8px 48px rgba(0,0,0,0.6);
}

.lightbox-close {
    position: fixed;
    top: 18px;
    right: 24px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10000;
    opacity: 0.85;
}

.lightbox-close:hover {
    opacity: 1;
}

.lightbox-hint {
    text-align: center;
    color: rgba(255,255,255,.45);
    font-size: 12px;
    margin: 8px 0 0;
}

/* Thumbnail items in detail gallery */
.etsy-thumb-item {
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 1/1;
}
.etsy-thumb-item img,
.etsy-thumb-item picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Prevent layout shift on listing cards */
.product-image,
.category-card-image {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* picture element acts as block container */
picture {
    display: block;
}

.product-listing-media {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-listing-media picture,
.product-listing-media img {
    width: 100%;
    display: block;
}

.etsy-sidebar {
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 20px;
    background: #fff;
    position: sticky;
    top: 86px;
}

.etsy-stock {
    color: #8a5a00;
    font-size: 13px;
    margin-bottom: 8px;
}

.etsy-sidebar h1 {
    font-size: 1.45rem;
    line-height: 1.35;
    margin-bottom: 10px;
}

.etsy-price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.etsy-rating {
    margin: 8px 0 14px;
    font-size: 14px;
    color: #1d1d1d;
}

.etsy-rating span {
    color: #6b6b6b;
}

.etsy-shipping-lines {
    font-size: 13px;
    color: #5f5f5f;
    display: grid;
    gap: 6px;
}

.etsy-cart-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 999px;
    padding: 12px 18px;
    background: #22202b !important;
    border: 1px solid #22202b !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
}

.etsy-cart-btn:hover {
    background: #121019 !important;
    border-color: #121019 !important;
    color: #fff !important;
}

.etsy-cart-form {
    margin-bottom: 4px;
}

.etsy-policy {
    font-size: 12px;
    color: #5f5f5f;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
}

.etsy-review-callout,
.etsy-info-block {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.etsy-review-callout h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.etsy-review-callout p {
    margin: 0;
    color: #676767;
    font-size: 14px;
}

.etsy-info-block h4 {
    font-size: 1.03rem;
    margin-bottom: 10px;
}

.etsy-info-block ul {
    padding-left: 18px;
    color: #555;
    font-size: 14px;
    margin-top: 0;
}

.etsy-accordion {
    display: grid;
    gap: 10px;
}

.etsy-acc-item {
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    padding: 14px 15px;
}

.etsy-acc-item h5 {
    margin-bottom: 6px;
    font-size: 15px;
}

.etsy-acc-item p {
    color: #666;
    font-size: 13px;
}

.category-page-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.category-main-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
}

.category-search-sort {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.category-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 999px;
    overflow: hidden;
    background: #f7f7f7;
}

.category-search-form input {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 8px 12px;
    min-width: 220px;
    font-size: 15px;
}

.category-search-form button {
    border: 0;
    background: transparent;
    padding: 8px 12px;
    color: #2d2d2d;
}

.category-sort-form {
    font-size: 15px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
    gap: 6px;
}

.category-sort-form select {
    border: 0;
    background: transparent;
    color: #1f1f1f;
    font-size: 15px;
    outline: 0;
}

.category-sidebar {
    border-right: 1px solid #ececec;
    padding-right: 1rem;
}

.category-sidebar a {
    text-decoration: none;
    color: #2f2f2f;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 0;
    font-size: 15px;
}

.category-sidebar a strong {
    font-weight: 500;
    color: #737373;
}

.category-sidebar a.active {
    color: #111;
    font-weight: 600;
}

.category-shop-meta {
    margin-top: 1rem;
    font-size: 14px;
    color: #676767;
    display: grid;
    gap: 8px;
}

.category-shop-meta a {
    color: #676767;
    text-decoration: underline;
    padding: 0;
}

.category-section-title {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.category-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.category-card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f2f2f2;
}

.category-card-title {
    font-size: 14px;
    line-height: 1.35;
    min-height: 33px;
    margin-bottom: 4px;
    color: #252525;
}

.category-card-price {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #1d1d1d;
}

.category-card-price small {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
}

.category-card-badge {
    margin-top: 3px;
    display: inline-block;
    font-size: 10px;
    border-radius: 4px;
    background: #d5f5be;
    color: #225400;
    padding: 1px 5px;
}

.site-footer .footer-links {
    background: #fff;
    border-top: 1px solid #ececec;
}

.newsletter-form {
    max-width: 560px;
    display: flex;
    gap: 8px;
}

.newsletter-form input {
    flex: 1;
    border: 1px solid #d9d9d9;
    padding: 11px 12px;
    background: #fff;
    color: #1c1c1c;
}

.newsletter-form input::placeholder {
    color: #9a9a9a;
}

.newsletter-form button {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    color: #fff;
    padding: 11px 16px;
}

.login-card-mogu {
    max-width: 560px;
    margin: 1rem auto;
}

.cart-layout {
    display: grid;
    grid-template-columns: 1.6fr 0.9fr;
    gap: 1rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 18px;
    margin-bottom: 1.5rem;
}

.contact-form-card {
    padding: 20px;
}

.contact-form-card h2 {
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.contact-form-card .form-control {
    border-radius: 10px;
    border-color: #dfe4ea;
}

.contact-info-stack {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}

.contact-info-card {
    padding: 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #1f2a44;
    flex: 0 0 auto;
}

.contact-info-card h3 {
    font-size: 1rem;
    margin: 0 0 3px;
}

.contact-info-card p {
    margin: 0;
    color: #5f6778;
    font-size: 14px;
}

.contact-info-card a {
    color: #2f4b9b;
    text-decoration: none;
}

.contact-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    padding: 11px 14px;
    color: #fff;
    text-decoration: none;
    background: #21b35d;
    border: 1px solid #1aa251;
}

.contact-icon-links {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.contact-icon-link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
    text-decoration: none;
    color: #2f4b9b;
    border: 1px solid #d8dfee;
    background: #f7f9ff;
}

.contact-icon-link.whatsapp {
    color: #1aa251;
    border-color: #bfe8ce;
    background: #ecfbf2;
}

.about-story-wrap {
    display: grid;
    gap: 14px;
    margin-bottom: 1.5rem;
}

.about-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 0;
    overflow: hidden;
}

.about-hero-text {
    padding: 24px;
}

.about-kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #697188;
    margin-bottom: 8px;
}

.about-hero-text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.about-hero-text p {
    color: #5f6778;
    margin: 0;
    line-height: 1.7;
}

.about-rich-text p {
    color: #5f6778;
    line-height: 1.7;
    margin: 0 0 10px;
}

.about-rich-text p:last-child {
    margin-bottom: 0;
}

.about-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 150px;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.about-gallery-card {
    overflow: hidden;
}

.about-gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.about-gallery-content {
    padding: 14px;
}

.about-gallery-content h3 {
    font-size: 1.05rem;
    margin: 0 0 6px;
}

.about-gallery-content p {
    margin: 0;
    color: #5f6778;
    font-size: 14px;
    line-height: 1.55;
}

.about-gallery-wide {
    grid-column: 1 / -1;
}

.about-gallery-wide img {
    height: 300px;
}

.table > :not(caption) > * > * {
    padding: 0.9rem 0.6rem;
}

@media (max-width: 991px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-info-stack {
        grid-template-columns: 1fr;
    }

    .about-hero {
        grid-template-columns: 1fr;
    }

    .about-hero-media img {
        min-height: 240px;
    }

    .about-gallery-grid {
        grid-template-columns: 1fr;
    }

    .home-hero {
        padding: 4rem 1.2rem;
        min-height: 52vh;
    }

    .home-hero--media-video {
        padding: 4rem 1.2rem;
        min-height: 52vh;
    }

    .home-hero--media-video .home-hero-inner {
        margin-left: 0;
    }

    .mog-hero-title {
        font-size: 1.4rem;
        letter-spacing: 0.12em;
    }

    .etsy-gallery-layout {
        grid-template-columns: 1fr;
    }

    .etsy-thumbs {
        flex-direction: row;
        overflow-x: auto;
    }

    .etsy-sidebar {
        position: static;
    }

    .category-sidebar {
        border-right: 0;
        border-bottom: 1px solid #ececec;
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .category-search-form input {
        min-width: 165px;
    }
}

/* ── WhatsApp Chat Widget ──────────────────────────────────── */
.wa-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.wa-fab {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25d366;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,.45);
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}
.wa-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 22px rgba(37,211,102,.55);
}

.wa-box {
    width: 310px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
    background: #fff;
    animation: waSlideUp .22s ease;
}
@keyframes waSlideUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.wa-box-header {
    background: #075e54;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
}
.wa-box-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.wa-box-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}
.wa-box-status {
    font-size: 12px;
    opacity: .85;
    display: flex;
    align-items: center;
    gap: 4px;
}
.wa-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a8ffb0;
}
.wa-box-info {
    flex: 1;
}
.wa-close {
    background: transparent;
    border: none;
    color: rgba(255,255,255,.8);
    font-size: 16px;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
}
.wa-close:hover { color: #fff; }

.wa-box-body {
    background: #ece5dd url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3C/svg%3E");
    padding: 18px 14px;
}
.wa-bubble {
    background: #fff;
    border-radius: 0 10px 10px 10px;
    padding: 10px 14px 6px;
    max-width: 90%;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    position: relative;
}
.wa-bubble p {
    margin: 0 0 4px;
    font-size: 14px;
    color: #111;
    line-height: 1.45;
}
.wa-time {
    font-size: 11px;
    color: #999;
    display: block;
    text-align: right;
}

.wa-box-footer {
    padding: 14px 16px;
    background: #f0f0f0;
}
.wa-start-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: background .18s;
}
.wa-start-btn:hover {
    background: #1ebe5d;
    color: #fff;
}

@media (max-width: 480px) {
    .wa-widget {
        bottom: 16px;
        right: 14px;
    }
    .wa-box {
        width: calc(100vw - 28px);
    }
}
