/* =========================================
   SINGLE PRODUCT - SHORT DESCRIPTION
========================================= */

.woocommerce-product-details__short-description {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    font-family: var(--font-main);
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 8px;
    color: #555;
}

/* =========================================
   SINGLE PRODUCT - FULL DESCRIPTION
========================================= */

.trendronic-product-description {
    margin-top: 12px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    font-family: var(--font-main);
    padding-bottom: 22px;
    border-bottom: 1px solid #e8e8e8;
    max-height: 180px;
    overflow-y: auto;
    padding-left: 5px;
}

.trendronic-product-description::-webkit-scrollbar {
    width: 4px;
}

.trendronic-product-description::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.trendronic-product-description::-webkit-scrollbar-thumb {
    background: rgba(10, 90, 156, 0.27);
    border-radius: 4px;
}

.trendronic-product-description p {
    margin-bottom: 8px;
    color: #555;
}

.trendronic-product-description ul,
.trendronic-product-description ol {
    padding-right: 22px;
    margin-bottom: 10px;
    color: #555;
}

.trendronic-product-description li {
    margin-bottom: 5px;
}

.trendronic-product-description strong {
    color: #0a5a9c;
    font-weight: 600;
}

/* =========================================
   REVIEWS SECTION — WRAPPER & HEADER
========================================= */

.trendronic-reviews-section {
    margin-top: 60px;
    padding: 0 0 60px;
    font-family: var(--font-main);
    direction: rtl;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.trendronic-reviews-header {
    text-align: center;
    margin-bottom: 40px;
}

.trendronic-reviews-title {
    font-size: 28px;
    font-weight: 700;
    color: #0a5a9c;
    margin-bottom: 8px;
    display: inline-block;
}

.trendronic-reviews-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #0a5a9c, #4fa3e0);
    border-radius: 2px;
    margin: 10px auto 0;
}

.trendronic-reviews-subtitle {
    color: #888;
    font-size: 15px;
    margin: 0;
}

/* =========================================
   CUSTOMER REVIEWS PLUGIN — REAL CLASS OVERRIDES
   Based on actual rendered HTML
========================================= */

/* ---- Root shortcode container ---- */
.trendronic-reviews-section .cr-all-reviews-shortcode {
    background: transparent;
    border: none;
    padding: 0;
}

/* =========================================
   SUMMARY BOX
========================================= */

.trendronic-reviews-section .cr-summaryBox-wrap {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%) !important;
    border: 1px solid #cde3f7 !important;
    border-radius: 20px !important;
    padding: 28px 36px !important;
    margin-bottom: 36px !important;
    box-shadow: 0 4px 24px rgba(10, 90, 156, 0.07) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
}

/* Left: big number + stars + count */
.trendronic-reviews-section .cr-overall-rating-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 110px;
}

.trendronic-reviews-section .cr-average-rating span {
    font-size: 56px !important;
    font-weight: 800 !important;
    color: #0a5a9c !important;
    line-height: 1 !important;
    display: block;
}

.trendronic-reviews-section .cr-total-rating-count {
    font-size: 13px !important;
    color: #7a9bb5 !important;
    text-align: center;
    margin-top: 4px;
}

/* Stars color — fills the SVG layer */
.trendronic-reviews-section .cr-rating-icon-frnt {
    color: #FFB800 !important;
}

.trendronic-reviews-section .cr-rating-icon-base {
    color: #d8e8f5 !important;
}

/* Right: histogram table */
.trendronic-reviews-section .ivole-summaryBox {
    flex: 1;
}

.trendronic-reviews-section .cr-histogramTable {
    width: 100% !important;
    border-collapse: collapse !important;
}

.trendronic-reviews-section .ivole-histogramRow {
    height: 26px;
}

/* Star label (e.g. "5 star") */
.trendronic-reviews-section .ivole-histogramCell1 {
    font-size: 13px !important;
    color: #6a8faf !important;
    white-space: nowrap;
    padding-left: 0 !important;
    padding-right: 10px !important;
    width: 48px;
}

/* Meter bar container */
.trendronic-reviews-section .ivole-histogramCell2 {
    width: 100%;
    padding: 0 10px !important;
}

.trendronic-reviews-section .ivole-meter {
    background: #d8e8f5 !important;
    border-radius: 100px !important;
    height: 8px !important;
    overflow: hidden !important;
}

.trendronic-reviews-section .ivole-meter-bar {
    background: linear-gradient(90deg, #0a5a9c, #4fa3e0) !important;
    height: 100% !important;
    border-radius: 100px !important;
    transition: width 0.6s ease !important;
}

/* Percentage */
.trendronic-reviews-section .ivole-histogramCell3 {
    font-size: 13px !important;
    color: #6a8faf !important;
    white-space: nowrap;
    padding-right: 0 !important;
    width: 36px;
    text-align: left;
}

/* Separators — hide the default ones, layout handles spacing */
.trendronic-reviews-section .cr-summary-separator,
.trendronic-reviews-section .cr-summary-separator-side,
.trendronic-reviews-section .cr-summary-separator-int {
    display: none !important;
}

/* ---- "Add a Review" button inside summary bar ---- */
.trendronic-reviews-section .cr-add-review-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.trendronic-reviews-section .cr-all-reviews-add-review {
    background: linear-gradient(135deg, #0a5a9c, #1875c7) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: var(--font-main) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 16px rgba(10, 90, 156, 0.28) !important;
    white-space: nowrap;
}

.trendronic-reviews-section .cr-all-reviews-add-review:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(10, 90, 156, 0.38) !important;
}

/* =========================================
   SEARCH BAR
========================================= */

.trendronic-reviews-section .cr-ajax-search {
    margin-bottom: 20px !important;
}

.trendronic-reviews-section .cr-ajax-search>div {
    display: flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #d0e4f5 !important;
    border-radius: 12px !important;
    padding: 0 16px !important;
    gap: 10px !important;
    flex: 1 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    margin-left: 10px;
}

.trendronic-reviews-section .cr-ajax-search>div:focus-within {
    border-color: #0a5a9c !important;
    box-shadow: 0 0 0 3px rgba(10, 90, 156, 0.1) !important;
}

.trendronic-reviews-section .cr-ajax-search {
    display: flex !important;
    align-items: center !important;
}

.trendronic-reviews-section .cr-input-text {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    font-family: var(--font-main) !important;
    color: #333 !important;
    flex: 1 !important;
    padding: 12px 0 !important;
    min-width: 0 !important;
}

.trendronic-reviews-section .cr-input-text::placeholder {
    color: #aab4be !important;
}

.trendronic-reviews-section .cr-ajax-search-icon {
    flex-shrink: 0;
    opacity: 0.5;
}

.trendronic-reviews-section .cr-clear-input {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.trendronic-reviews-section .cr-clear-input:hover {
    opacity: 0.8;
}

.trendronic-reviews-section .cr-button-search {
    background: #0a5a9c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: var(--font-main) !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    flex-shrink: 0;
}

.trendronic-reviews-section .cr-button-search:hover {
    background: #084d88 !important;
}

/* =========================================
   COUNT ROW & SORT
========================================= */

.trendronic-reviews-section .cr-count-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap;
    gap: 10px;
}

.trendronic-reviews-section .cr-count-row-count {
    font-size: 14px !important;
    color: #7a9bb5 !important;
    font-weight: 500 !important;
}

.trendronic-reviews-section .cr-ajax-reviews-sort {
    border: 1px solid #d0e4f5 !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    font-size: 14px !important;
    font-family: var(--font-main) !important;
    color: #333 !important;
    background: #fff !important;
    outline: none !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease !important;
}

.trendronic-reviews-section .cr-ajax-reviews-sort:focus {
    border-color: #0a5a9c !important;
}

/* =========================================
   NO REVIEWS MESSAGE
========================================= */

.trendronic-reviews-section .cr-search-no-reviews {
    text-align: center !important;
    color: #9ab3c8 !important;
    font-size: 15px !important;
    padding: 40px 0 !important;
    margin: 0 !important;
}

/* =========================================
   REVIEW FORM (SLIDE-IN PANEL)
========================================= */

.trendronic-reviews-section .cr-review-form-wrap {
    background: linear-gradient(135deg, #f8fbff 0%, #f0f7ff 100%) !important;
    border: 1px solid #cde3f7 !important;
    border-radius: 20px !important;
    padding: 28px 32px !important;
    margin-bottom: 32px !important;
    box-shadow: 0 4px 24px rgba(10, 90, 156, 0.07) !important;
}

/* Form nav bar (title + close button) */
.trendronic-reviews-section .cr-review-form-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #d6e8f7 !important;
}

.trendronic-reviews-section .cr-nav-left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #0a5a9c !important;
}

.trendronic-reviews-section .cr-nav-left svg path {
    stroke: #0a5a9c !important;
}

.trendronic-reviews-section .cr-nav-right {
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
}

.trendronic-reviews-section .cr-nav-right:hover {
    opacity: 1;
}

/* "Not accepting reviews" notice */
.trendronic-reviews-section .cr-review-form-not-logged-in {
    background: #fff8e6 !important;
    border: 1px solid #ffe5a0 !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    color: #7a6000 !important;
    font-size: 14px !important;
    text-align: center;
}

/* =========================================
   INDIVIDUAL REVIEW CARDS
   (Will style when reviews exist)
========================================= */

/* Generic review item class used by this plugin */
.trendronic-reviews-section .cr-review-item,
.trendronic-reviews-section .cr-all-reviews-ajax .cr-review {
    background: #fff !important;
    border: 1px solid #e4eef8 !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 2px 12px rgba(10, 90, 156, 0.05) !important;
    transition: box-shadow 0.25s ease, transform 0.25s ease !important;
    position: relative !important;
}

.trendronic-reviews-section .cr-review-item:hover,
.trendronic-reviews-section .cr-all-reviews-ajax .cr-review:hover {
    box-shadow: 0 8px 28px rgba(10, 90, 156, 0.12) !important;
    transform: translateY(-2px) !important;
}

/* Avatar initials circle */
.trendronic-reviews-section .cr-avatar-initials,
.trendronic-reviews-section .cr-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0a5a9c, #4fa3e0) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* Reviewer name */
.trendronic-reviews-section .cr-reviewer-name,
.trendronic-reviews-section .cr-author {
    font-weight: 700 !important;
    color: #1a2a3a !important;
    font-size: 15px !important;
}

/* Review date */
.trendronic-reviews-section .cr-review-date,
.trendronic-reviews-section .cr-date {
    color: #aab4be !important;
    font-size: 13px !important;
}

/* Review star icons */
.trendronic-reviews-section .cr-review-item .cr-rating-icon-frnt,
.trendronic-reviews-section .cr-all-reviews-ajax .cr-rating-icon-frnt {
    color: #FFB800 !important;
}

.trendronic-reviews-section .cr-review-item .cr-rating-icon-base,
.trendronic-reviews-section .cr-all-reviews-ajax .cr-rating-icon-base {
    color: #dde8f0 !important;
}

/* Review body text */
.trendronic-reviews-section .cr-review-content,
.trendronic-reviews-section .cr-review-text {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #444 !important;
    margin-top: 12px !important;
}

/* Verified purchase badge */
.trendronic-reviews-section .cr-verified-badge,
.trendronic-reviews-section .cr-verified {
    background: #e8f7ee !important;
    color: #1a9e50 !important;
    border-radius: 100px !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: 1px solid #b6e8cc !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Show More button */
.trendronic-reviews-section .cr-show-more-btn,
.trendronic-reviews-section .cr-show-more,
.trendronic-reviews-section button.cr-all-reviews-show-more {
    display: block !important;
    width: fit-content !important;
    margin: 28px auto 0 !important;
    background: transparent !important;
    border: 2px solid #0a5a9c !important;
    color: #0a5a9c !important;
    border-radius: 100px !important;
    padding: 11px 38px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    font-family: var(--font-main) !important;
}

.trendronic-reviews-section .cr-show-more-btn:hover,
.trendronic-reviews-section .cr-show-more:hover,
.trendronic-reviews-section button.cr-all-reviews-show-more:hover {
    background: #0a5a9c !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(10, 90, 156, 0.22) !important;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 768px) {
    .trendronic-reviews-section {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .trendronic-reviews-title {
        font-size: 22px;
    }

    .trendronic-reviews-section .cr-summaryBox-wrap {
        flex-direction: column !important;
        padding: 22px 20px !important;
        text-align: center !important;
    }

    .trendronic-reviews-section .cr-overall-rating-wrap {
        align-items: center;
    }

    .trendronic-reviews-section .cr-review-form-wrap {
        padding: 20px 18px !important;
    }

    .trendronic-reviews-section .cr-ajax-search {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .trendronic-reviews-section .cr-ajax-search>div {
        margin-left: 0 !important;
    }

    .trendronic-reviews-section .cr-button-search {
        width: 100% !important;

    }
}

.woocommerce div.product .woocommerce-product-rating {
    display: none;
}

/* =========================================
   MODERN STOCK BADGE (URGENCY STYLING)
========================================= */

.woocommerce div.product p.stock.in-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffebeb 100%) !important;
    border: 1.5px solid #feb2b2 !important;
    color: #e53e3e !important;
    padding: 10px 18px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    font-family: var(--font-main) !important;
    box-shadow: 0 4px 15px rgba(229, 62, 62, 0.12) !important;
    margin: 15px 0 25px !important;
    position: relative !important;
    direction: rtl !important;
}

.woocommerce div.product p.stock.in-stock::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #e53e3e;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(229, 62, 62, 0.45);
    animation: cr-stock-pulse 1.8s infinite;
}

@keyframes cr-stock-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(229, 62, 62, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(229, 62, 62, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(229, 62, 62, 0);
    }
}

/* =========================================
   PRODUCT BUNDLE BUILDER STYLING
========================================= */
.product-bundles-wrapper {
    font-family: var(--font-main), sans-serif;
    background: #fdfdfd;
    border: 1px solid #f1f3f5;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.bundle-main-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.5px;
}

.bundle-visual-flow-container {
    background: #ffffff;
    border: 1px solid #edf2f7;
}

.bundle-visual-item {
    width: 140px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bundle-visual-item.is-excluded {
    opacity: 0.45;
    filter: grayscale(80%);
    transform: scale(0.95);
}

.bundle-visual-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
    background: #f7fafc;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-visual-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bundle-visual-title {
    font-size: 13px;
    font-weight: 500;
    color: #4a5568;
    max-width: 120px;
    margin: 0 auto;
}

.bundle-visual-item.is-excluded .bundle-visual-title {
    text-decoration: line-through;
}

.bundle-visual-price {
    font-size: 14px;
}

.bundle-visual-price .woocommerce-Price-amount {
    color: var(--primary-color) !important;
}

.bundle-badge {
    font-size: 9px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.bundle-plus-connector {
    width: 32px;
    height: 32px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.bundle-plus-connector.is-excluded {
    opacity: 0.35;
    transform: rotate(45deg);
}

.bundle-summary-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bundle-summary-title {
    color: #2d3748;
}

.bundle-checkbox-list li {
    font-size: 14px;
}

.bundle-checkbox-list .form-check-input {
    border-color: #cbd5e0;
}

.bundle-checkbox-list .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.bundle-price-details {
    font-size: 15px;
}

.net-total {
    color: var(--primary-color) !important;
    font-weight: 800;
}

.savings-alert {
    animation: savings-pulse 2s infinite ease-in-out;
}

@keyframes savings-pulse {
    0% {
        background-color: rgba(72, 187, 120, 0.1);
        transform: scale(1);
    }
    50% {
        background-color: rgba(72, 187, 120, 0.18);
        transform: scale(1.02);
    }
    100% {
        background-color: rgba(72, 187, 120, 0.1);
        transform: scale(1);
    }
}

#add-bundle-to-cart-btn {
    transition: all 0.25s ease;
    border: none;
    box-shadow: 0 4px 14px rgba(10, 90, 156, 0.25);
}

#add-bundle-to-cart-btn:hover:not(:disabled) {
    background-color: #08497e !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 90, 156, 0.35);
}

#add-bundle-to-cart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Custom spacing/aesthetics */
.text-secondary-custom {
    color: #718096;
}

.text-muted-custom {
    color: #4a5568;
}

.fw-extrabold {
    font-weight: 800;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .bundle-visual-flow-container {
        padding: 20px 10px !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
    .bundle-plus-connector {
        transform: rotate(90deg);
    }
    .bundle-plus-connector.is-excluded {
        transform: rotate(135deg);
    }
}

/* =========================================
   TRUST BADGES — UNDER PRODUCT DESCRIPTION
========================================= */

.trendronic-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 18px 0 24px;
    padding: 20px;
    background: linear-gradient(135deg, #f6faff 0%, #eef5fc 100%);
    border: 1px solid #d6e8f9;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(10, 90, 156, 0.07);
    font-family: var(--font-main);
    direction: rtl;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e4eef8;
    box-shadow: 0 2px 8px rgba(10, 90, 156, 0.04);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    cursor: default;
}

.trust-badge-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 90, 156, 0.11);
}

/* ---- Icon circle ---- */
.trust-badge-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Shimmer animation on icon */
.trust-badge-icon-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.25) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.55s ease;
}

.trust-badge-item:hover .trust-badge-icon-wrap::after {
    transform: translateX(100%);
}

/* Individual icon colours */
.trust-badge-icon--payment {
    background: linear-gradient(135deg, #0a5a9c, #3b96e0);
    box-shadow: 0 4px 14px rgba(10, 90, 156, 0.30);
}

.trust-badge-icon--delivery {
    background: linear-gradient(135deg, #0e9f6e, #31c48d);
    box-shadow: 0 4px 14px rgba(14, 159, 110, 0.30);
}

.trust-badge-icon--authentic {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.30);
}

/* ---- Text ---- */
.trust-badge-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.4;
}

.trust-badge-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2a3a;
    letter-spacing: -0.2px;
}

.trust-badge-desc {
    font-size: 12.5px;
    color: #6a8faf;
    font-weight: 400;
}

/* ---- Responsive ---- */
@media (max-width: 480px) {
    .trendronic-trust-badges {
        padding: 14px 14px;
        border-radius: 14px;
        gap: 10px;
    }
    .trust-badge-item {
        padding: 10px 12px;
        gap: 12px;
    }
    .trust-badge-icon-wrap {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .trust-badge-title {
        font-size: 13px;
    }
    .trust-badge-desc {
        font-size: 11.5px;
    }
}