/**
 * Aura Gift Box - Frontend Styles
 * Version: 2.3.0
 */

/* ==========================================================================
   Promo Boxes Section
   ========================================================================== */

.aura-promo-section {
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.aura-promo-header {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
}

.aura-promo-boxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aura-promo-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
}

.aura-promo-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aura-promo-icon svg {
    width: 22px;
    height: 22px;
}

.aura-promo-content {
    flex: 1;
    min-width: 0;
}

.aura-promo-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.aura-promo-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

/* ==========================================================================
   Multi-pack Notice (below price)
   ========================================================================== */

.product p.price {
    margin-bottom: 0 !important;
}

.aura-multipack-wrapper {
    display: block;
    clear: both;
    width: 100%;
    margin: -6px 0 16px 0;
}

.aura-multipack-unit {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 2px;
}

.aura-multipack-notice {
    font-size: 13px;
    color: #0d7a3e;
    cursor: pointer;
    transition: color 0.2s ease;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
}

.aura-multipack-notice:hover {
    color: #065f2e;
    text-decoration-style: solid;
}

/* ==========================================================================
   Product Title Wrapper
   ========================================================================== */

.aura-product-title-wrapper {
    margin-bottom: 0.5em;
}

.aura-product-title-wrapper .aura-product-title {
    font-size: inherit !important;
    font-weight: 700 !important;
    margin: 0 0 0.2em 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

.aura-product-title-wrapper .aura-product-subtitle {
    font-size: inherit !important;
    font-weight: 400 !important;
    margin: 0 0 0.2em 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

.aura-product-title-wrapper .aura-product-details {
    font-size: 0.85em !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

/* Hide original empty H1 */
.summary.entry-summary .product_title:empty {
    display: none !important;
}

/* ==========================================================================
   Auto Description (Benefits List)
   ========================================================================== */

.aura-auto-description {
    margin: 16px 0 28px 0 !important;
    padding: 14px 16px !important;
    background: #f7f7f9 !important;
    border-radius: 8px !important;
    border: none !important;
}

.aura-description-intro {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 10px 0 !important;
}

.aura-benefits-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.aura-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    margin: 0 !important;
    padding: 0 !important;
}

.aura-benefits-list li::before {
    display: none !important;
}

.aura-check-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

/* ==========================================================================
   Product Stats Row (Recent Sales + Lowest Price in one line)
   ========================================================================== */

.aura-product-stats {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 4px !important;
    font-size: 12px !important;
    color: #64748b !important;
    margin: 0 !important;
}

.aura-product-stats::after {
    display: none !important;
}

.recent-sales-box {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
}


.recent-sales-box::before {
    content: "" !important;
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'/%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 3px !important;
}

.recent-sales-count {
    font-weight: 600 !important;
    color: #334155 !important;
    margin-right: 1px !important;
}

/* ==========================================================================
   Lowest Price Info
   ========================================================================== */

.aura-product-stats .aura-lowest-price-info {
    margin: 0 !important;
    font-size: 12px !important;
    color: #64748b !important;
    text-align: left !important;
}

.aura-lowest-price-info {
    margin-top: 6px;
    font-size: 12px;
    color: #64748b;
    text-align: left;
}

.aura-lowest-price {
    font-weight: 600 !important;
    color: #334155 !important;
}

/* Mobile: Stack product stats vertically */
@media (max-width: 600px) {
    .aura-product-stats {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .aura-product-stats::after {
        display: none !important;
    }

    .recent-sales-box,
    .aura-product-stats .aura-lowest-price-info {
        width: 100% !important;
    }
}

/* ==========================================================================
   External Elements Styling (from functions.php)
   ========================================================================== */

/* Hide original short description (table) */
.woocommerce-product-details__short-description {
    display: none !important;
}

/* ==========================================================================
   Aura Points with Info Button
   ========================================================================== */

.aura-points-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 8px 0 !important;
}

.aura-points-wrapper .simpleshopmessage {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 13px !important;
    color: #374151 !important;
    font-weight: 500 !important;
}

.aura-points-info-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #e5e7eb !important;
    color: #6b7280 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    border: none !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.aura-points-info-btn:hover {
    background: #3f880b !important;
    color: #fff !important;
}

/* ==========================================================================
   Aura Club Modal - Minimalist Design
   ========================================================================== */

.aura-club-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.aura-club-modal-overlay.active {
    display: flex;
}

.aura-club-modal {
    background: #fff;
    border-radius: 20px;
    max-width: 420px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    animation: modalFadeIn 0.25s ease-out;
}

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

.aura-club-modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 16px 20px 0;
}

.aura-club-modal-close {
    width: 36px;
    height: 36px;
    border: none;
    background: #f8fafc;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.15s ease;
}

.aura-club-modal-close:hover {
    background: #f1f5f9;
    color: #64748b;
}

.aura-club-modal-close svg {
    width: 20px;
    height: 20px;
}

.aura-club-modal-content {
    padding: 0 28px 28px;
}

/* Hero Section */
.aura-club-hero {
    text-align: center;
    margin-bottom: 28px;
}

.aura-club-logo {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.aura-club-logo svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.aura-club-hero h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.aura-club-subtitle {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    font-weight: 400;
}

/* Sections */
.aura-club-section {
    margin-bottom: 24px;
}

.aura-club-section h3 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aura-club-section > p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Steps */
.aura-club-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.aura-club-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.aura-club-step-number {
    width: 28px;
    height: 28px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    flex-shrink: 0;
}

.aura-club-step-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.aura-club-step-content strong {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.aura-club-step-content span {
    font-size: 13px;
    color: #64748b;
}

/* Example Box */
.aura-club-example-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.aura-club-example-title {
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
}

.aura-club-example-box p {
    margin: 0;
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
}

.aura-club-example-box strong {
    color: #0f172a;
    font-weight: 600;
}

/* Notice */
.aura-club-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #f0f4f8;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.aura-club-notice svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: #0f172a;
    margin-top: 1px;
}

.aura-club-notice span {
    font-size: 13px;
    color: #334155;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 480px) {
    .aura-club-modal {
        max-width: 100%;
        margin: 10px;
        border-radius: 16px;
    }

    .aura-club-modal-content {
        padding: 0 20px 24px;
    }

    .aura-club-hero h2 {
        font-size: 20px;
    }
}

/* Show simpleshopmessage when wrapped */
.aura-points-wrapper .simpleshopmessage {
    display: inline-flex !important;
}

/* Trustmate widget styling */
.aura-trustmate-rating {
    margin-bottom: 10px !important;
}

.tm-hornet-container .tm-hornet-wrapper.size-0 {
    margin-top: 20px !important;
}

/* ==========================================================================
   Product Price Styling
   ========================================================================== */

.single-product .summary p.price ins {
    font-weight: 600 !important;
    text-decoration: none !important;
}

.single-product .summary p.price ins .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 1.3em !important;
}

/* ==========================================================================
   TrustMate Mobile - Powiększone gwiazdki i tekst
   ========================================================================== */

@media (max-width: 768px) {
    /* Gwiazdki - większe */
    .tm-hornet-container .tm-hornet-wrapper .tm-grade-label__stars {
        width: 22em !important;
    }

    /* Tekst oceny - większy */
    .tm-hornet-container .tm-hornet-wrapper .tm-grade-label__text {
        font-size: 3em !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 480px) {
    /* Gwiazdki - jeszcze większe na telefonach */
    .tm-hornet-container .tm-hornet-wrapper .tm-grade-label__stars {
        width: 30em !important;
    }

    /* Tekst - jeszcze większy */
    .tm-hornet-container .tm-hornet-wrapper .tm-grade-label__text {
        font-size: 4.4em !important;
        font-weight: 400 !important;
    }

    /* Cena produktu - większa na mobile */
    .single-product .summary p.price {
        font-size: 1.4em !important;
    }

    /* Główna cena (aktualna) - pogrubiona */
    .single-product .summary p.price ins {
        font-weight: 600 !important;
    }

    .single-product .summary p.price ins .woocommerce-Price-amount {
        font-weight: 600 !important;
    }
}

/* Compact "Select Type" boxes */
.custom-product-types-2col .custom-qty-option .option-content {
    min-height: 60px !important;
    max-height: 60px !important;
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-types-2col .qty-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* "Select Type" header - same style as "Current promotions" */
.custom-quantity-options .quantity-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    margin-bottom: 12px !important;
}

.custom-quantity-options {
    margin-top: 0 !important;
}

/* Women's Day / Promo boxes - red accent */
.womens-day-option {
    border-color: #BA0001 !important;
}

.custom-qty-option input:checked + .womens-day-option {
    border-color: #BA0001 !important;
    background: #FFF5F5 !important;
    box-shadow: 0 2px 4px rgba(186,0,1,0.15) !important;
}

.womens-day-badge {
    background: #FFEBEE !important;
    color: #BA0001 !important;
}

/* Hide quantity field and make Add to Cart button full width */
.single-product form.cart .quantity {
    display: none !important;
}

.single-product form.cart {
    display: flex;
    flex-direction: column;
}

.single-product form.cart .single_add_to_cart_button {
    width: 100% !important;
    margin-left: 0 !important;
}

/* ==========================================================================
   Mobile Responsive
   ========================================================================== */

@media (max-width: 480px) {
    .aura-promo-box {
        padding: 12px 14px;
        gap: 10px;
    }

    .aura-promo-icon svg {
        width: 20px;
        height: 20px;
    }

    .aura-promo-title {
        font-size: 13px;
    }

    .aura-promo-desc {
        font-size: 11px;
    }

    .aura-benefits-list {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Countdown Timer
   ========================================================================== */

.aura-promo-countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.12);
    font-size: 12px;
}

.aura-countdown-label {
    color: #555;
    font-weight: 500;
    font-size: 11px;
}

.aura-countdown-time {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.06);
    padding: 4px 8px;
    border-radius: 4px;
}

.aura-time-part {
    display: inline-flex;
    align-items: baseline;
    margin: 0 3px;
}

.aura-time-part:first-child {
    margin-left: 0;
}

.aura-time-part:last-child {
    margin-right: 0;
}

.aura-time-value {
    font-weight: 700;
    color: #333;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.aura-time-unit {
    font-weight: 600;
    color: #666;
    font-size: 9px;
    margin-left: 1px;
    text-transform: uppercase;
}

.aura-time-seconds .aura-time-value {
    animation: pulse-seconds 1s ease-in-out infinite;
}

@keyframes pulse-seconds {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@media (max-width: 480px) {
    .aura-promo-countdown {
        flex-wrap: wrap;
        gap: 6px;
    }

    .aura-countdown-time {
        padding: 5px 10px;
    }

    .aura-time-value {
        font-size: 12px;
    }

    .aura-time-unit {
        font-size: 9px;
    }

    .aura-time-part {
        margin: 0 3px;
    }
}

/* ==========================================================================
   Payment Icons (Product Page Widget)
   ========================================================================== */

.info-container .aura-payment-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.info-container .aura-payment-icons img {
    height: 24px;
    width: auto;
    flex-shrink: 0;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.info-container .aura-payment-icons img:hover {
    opacity: 1;
}

.info-container .payment-methods {
    text-align: center;
    padding: 15px;
}

.info-container .payment-methods strong {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

@media (max-width: 480px) {
    .info-container .aura-payment-icons {
        gap: 8px;
    }

    .info-container .aura-payment-icons img {
        height: 20px;
    }
}

/* ==========================================================================
   Aura Info Widget (Product Page - 3 boxes + IRiBS)
   ========================================================================== */

.aura-info-widget {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
}

.aura-info-top {
    display: flex;
    border-bottom: 2px solid #EA580C;
}

.aura-info-top .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-right: 1px solid #e5e7eb;
}

.aura-info-top .info-item:last-child {
    border-right: none;
}

.aura-info-top .info-item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #9ca3af;
}

.aura-info-top .info-item .text {
    display: flex;
    flex-direction: column;
}

.aura-info-top .info-item .text .label {
    font-size: 12px;
    color: #4b5563;
}

.aura-info-top .info-item .text .value {
    font-size: 13px;
    font-weight: 500;
    color: #111827;
}

/* Aura Points - 60% */
.aura-info-top .info-item.aura-points {
    flex: 1.3;
}

.aura-info-top .info-item.aura-points svg {
    color: #EA580C;
}

.aura-info-top .info-item.aura-points .text .value {
    color: #EA580C;
}

/* Dostawa - 40% */
.aura-info-top .info-item.shipping {
    flex: 1;
}

/* IRiBS Box */
.aura-iribs-box {
    margin: 0;
    padding: 14px 16px;
    border: 2px solid #EA580C;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

.aura-iribs-header {
    display: block;
    margin-bottom: 8px;
    line-height: 1;
}

.aura-iribs-header img {
    height: 32px;
    width: auto;
    display: block;
}


.aura-iribs-title {
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
}

.aura-iribs-desc {
    font-size: 12px;
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

/* Info Widget Mobile */
@media (max-width: 480px) {
    .aura-info-top {
        flex-direction: column;
    }

    .aura-info-top .info-item {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 12px 14px;
    }

    .aura-info-top .info-item:last-child {
        border-bottom: none;
    }

    .aura-info-top .info-item.aura-points,
    .aura-info-top .info-item.shipping {
        flex: none;
    }

    .aura-info-top .info-item svg {
        width: 22px;
        height: 22px;
    }

    .aura-info-top .info-item .text .label {
        font-size: 11px;
    }

    .aura-info-top .info-item .text .value {
        font-size: 13px;
    }

    .aura-iribs-box {
        padding: 12px 14px;
    }

    .aura-iribs-header img {
        height: 28px;
    }

    .aura-iribs-title {
        font-size: 12px;
    }

    .aura-iribs-desc {
        font-size: 11px;
    }
}

/* ==========================================================================
   Aura Payment Widget (Product Page)
   ========================================================================== */

.aura-payment-widget {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 12px;
    margin: 15px 0;
}

.aura-payment-widget p {
    margin: 0 0 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    text-align: center;
}

.aura-payment-widget .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.aura-payment-widget .icons img {
    height: 24px;
    width: auto;
    flex-shrink: 1;
}

@media (max-width: 480px) {
    .aura-payment-widget .icons {
        gap: 10px;
    }

    .aura-payment-widget .icons img {
        height: 26px;
    }
}

@media (max-width: 360px) {
    .aura-payment-widget .icons img {
        height: 22px;
    }

    .aura-payment-widget .icons {
        gap: 8px;
    }
}

/* ==========================================================================
   Product Widget Links
   ========================================================================== */

.product-widget a {
    border-bottom: 1px solid #ccc;
    color: #111;
    padding-bottom: 14px;
}

/* ==========================================================================
   NEW UI/UX - PAYMENTS & BENEFITS WIDGET v2.0
   ========================================================================== */

/* Main Container */
.aura-product-widget-v2 {
    width: 100% !important;
    max-width: 672px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    margin: 20px 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif !important;
    box-sizing: border-box !important;
}

.aura-product-widget-v2 *,
.aura-product-widget-v2 *::before,
.aura-product-widget-v2 *::after {
    box-sizing: border-box !important;
}

/* ==========================================================================
   SECTION 1: Payment Methods
   ========================================================================== */

.aura-payments-section {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px !important;
}

.aura-payments-section .section-content {
    text-align: center !important;
    width: 100% !important;
}

.aura-payments-section .section-title {
    color: #334155 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    margin: 0 0 12px 0 !important;
    letter-spacing: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

/* Payment Icons Container - Single Row */
.aura-payment-icons-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 4px !important;
}

/* Single Payment Icon Box */
.aura-payment-icon-box {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    transition: border-color 0.2s ease !important;
    padding: 10px 6px !important;
}

.aura-payment-icon-box:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}

.aura-payment-icon-box img {
    width: auto !important;
    height: 20px !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

/* ==========================================================================
   SECTION 2: Benefits & IRiBS Certificate
   ========================================================================== */

.aura-benefits-section {
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}

/* Benefits Grid - 3 Columns - CRITICAL: must be 3 columns! */
.aura-benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: auto !important;
    background: #ffffff !important;
    width: 100% !important;
}

/* Single Benefit Box */
.aura-benefit-box {
    padding: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border-right: 1px solid #f1f5f9 !important;
    border-bottom: none !important;
    width: 100% !important;
    min-width: 0 !important;
}

.aura-benefit-box:last-child {
    border-right: none !important;
}

/* Benefit Icon */
.aura-benefit-icon {
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 8px !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.aura-benefit-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

/* Aura Points Accent */
.aura-benefit-box.aura-points .aura-benefit-icon {
    color: #0f172a !important;
}

/* Benefit Text Container */
.aura-benefit-text {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.3 !important;
    align-items: center !important;
}

.aura-benefit-label {
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.aura-benefit-value {
    font-weight: 700 !important;
    font-size: 11px !important;
    margin-top: 2px !important;
    color: #0f172a !important;
    padding: 0 !important;
}

/* Aura Points Value */
.aura-benefit-box.aura-points .aura-benefit-value {
    color: #0f172a !important;
}

/* Aura Points Info Button */
.aura-benefit-box.aura-points {
    position: relative !important;
}

.aura-benefit-box.aura-points .aura-points-info-btn {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0 !important;
    line-height: 16px !important;
    text-align: center !important;
}

.aura-benefit-box.aura-points .aura-points-info-btn:hover {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #fff !important;
}

/* Separator Line */
.aura-benefits-separator {
    height: 1px !important;
    width: 100% !important;
    background: #f1f5f9 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ==========================================================================
   IRiBS Certificate Box
   ========================================================================== */

.aura-iribs-wrapper {
    width: 100% !important;
    background: #ffffff !important;
    padding: 12px !important;
}

.aura-iribs-certificate {
    border: 1px solid #0f172a !important;
    border-radius: 12px !important;
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    width: 100% !important;
    background: #ffffff !important;
}

.aura-iribs-logo {
    height: 28px !important;
    width: auto !important;
    object-fit: contain !important;
    margin-bottom: 4px !important;
    display: block !important;
}

.aura-iribs-certificate .iribs-title {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    border: none !important;
    background: none !important;
}

.aura-iribs-certificate .iribs-description {
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.aura-iribs-certificate .iribs-description .brand-highlight {
    color: #0f172a !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   DESKTOP/TABLET RESPONSIVE (md: 768px+)
   ========================================================================== */

@media (min-width: 768px) {
    .aura-product-widget-v2 {
        gap: 6px !important;
    }

    .aura-payments-section {
        padding: 16px !important;
    }

    .aura-payments-section .section-title {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }

    .aura-payment-icons-row {
        gap: 8px !important;
    }

    .aura-payment-icon-box {
        border-radius: 6px !important;
        padding: 12px 8px !important;
    }

    .aura-payment-icon-box img {
        height: 24px !important;
    }

    .aura-benefits-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .aura-benefit-box {
        padding: 16px !important;
    }

    .aura-benefit-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .aura-benefit-label {
        font-size: 11px !important;
    }

    .aura-benefit-value {
        font-size: 12px !important;
    }

    .aura-iribs-wrapper {
        padding: 12px !important;
    }

    .aura-iribs-certificate {
        padding: 12px !important;
    }

    .aura-iribs-logo {
        height: 28px !important;
    }

    .aura-iribs-certificate .iribs-title {
        font-size: 13px !important;
    }
}

/* ==========================================================================
   SMALL MOBILE (max-width: 380px)
   ========================================================================== */

@media (max-width: 380px) {
    .aura-payments-section {
        padding: 10px !important;
    }

    .aura-payment-icons-row {
        gap: 2px !important;
    }

    .aura-payment-icon-box {
        height: 36px !important;
    }

    .aura-benefits-grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .aura-benefit-box {
        padding: 6px !important;
    }

    .aura-benefit-icon {
        width: 14px !important;
        height: 14px !important;
        margin-bottom: 6px !important;
    }

    .aura-benefit-label {
        font-size: 9px !important;
    }

    .aura-benefit-value {
        font-size: 10px !important;
    }

    .aura-iribs-wrapper {
        padding: 8px !important;
    }

    .aura-iribs-certificate {
        padding: 10px !important;
    }

    .aura-iribs-logo {
        height: 24px !important;
    }

    .aura-iribs-certificate .iribs-title {
        font-size: 12px !important;
    }

    .aura-iribs-certificate .iribs-description {
        font-size: 11px !important;
    }
}
