        /* Scoped Terms Styles */
        
        .terms-wrapper {
            margin: 40px auto;
            padding: 20px;
        }
        
        .terms-box {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 8px;
        }
        
        .terms-title {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .terms-intro {
            text-align: center;
            font-size: 15px;
            margin-bottom: 30px;
            color: #555;
        }
        
        .terms-accordion .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        }
        
        .terms-accordion .accordion-button {
            background: #fdfdfd;
            font-size: 16px;
            font-weight: 500;
            color: #2c3e50;
            border-left: 4px solid #3498db;
            transition: all 0.3s ease;
        }
        
        .terms-accordion .accordion-button:not(.collapsed) {
            background: #f1f9ff;
            border-left: 4px solid #2980b9;
            color: #1d4e89;
        }
        
        .terms-accordion .accordion-body {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
            padding: 15px;
            background: #fff;
        }
        
        .terms-footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #777;
        }
        /* --------------------- */
        /* Scoped Return Styles */
        
        .return-wrapper {
            margin: 40px auto;
            padding: 20px;
        }
        
        .return-box {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 8px;
        }
        
        .return-title {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .return-intro {
            text-align: center;
            font-size: 15px;
            margin-bottom: 30px;
            color: #555;
        }
        
        .return-accordion .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        }
        
        .return-accordion .accordion-button {
            background: #fdfdfd;
            font-size: 16px;
            font-weight: 500;
            color: #2c3e50;
            border-left: 4px solid #e67e22;
            transition: all 0.3s ease;
        }
        
        .return-accordion .accordion-button:not(.collapsed) {
            background: #fff8f2;
            border-left: 4px solid #ca6f1e;
            color: #8e4a12;
        }
        
        .return-accordion .accordion-body {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
            padding: 15px;
            background: #fff;
        }
        
        .return-footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #777;
        }
        /* --------------------- */
        /* Scoped Seller Policy Styles */
        
        .seller-wrapper {
            margin: 40px auto;
            padding: 20px;
            max-width: 900px;
        }
        
        .seller-box {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 8px;
        }
        
        .seller-title {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .seller-intro {
            text-align: center;
            font-size: 15px;
            margin-bottom: 30px;
            color: #555;
        }
        
        .seller-accordion .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        }
        
        .seller-accordion .accordion-button {
            background: #fdfdfd;
            font-size: 16px;
            font-weight: 500;
            color: #2c3e50;
            border-left: 4px solid #16a085;
            transition: all 0.3s ease;
        }
        
        .seller-accordion .accordion-button:not(.collapsed) {
            background: #f1fdfb;
            border-left: 4px solid #138d75;
            color: #0b5345;
        }
        
        .seller-accordion .accordion-body {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
            padding: 15px;
            background: #fff;
        }
        
        .seller-footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #777;
        }
        /* ----------------------- */
        
        .policy-container {
            margin: 40px auto;
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .policy-container h1 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .policy-intro {
            text-align: center;
            font-size: 15px;
            margin-bottom: 30px;
            color: #555;
        }
        
        .policy-section {
            margin-bottom: 25px;
            padding: 15px;
            border-left: 4px solid #3498db;
            background: #fdfdfd;
            border-radius: 8px;
            transition: all 0.3s ease-in-out;
        }
        
        .policy-section:hover {
            background: #f1f9ff;
            border-left: 4px solid #2980b9;
        }
        
        .policy-section h2 {
            margin-bottom: 8px;
            font-size: 18px;
            color: #2c3e50;
        }
        
        .policy-section p {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
        }
        
        .policy-footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #777;
        }
        /* ----------------------- */
        /* Scoped Privacy Styles */
        
        .policy-wrapper {
            margin: 40px auto;
            padding: 20px;
        }
        
        .policy-box {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            padding: 8px;
        }
        
        .policy-title {
            text-align: center;
            font-size: 28px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .policy-intro {
            text-align: center;
            font-size: 15px;
            margin-bottom: 30px;
            color: #555;
        }
        
        .policy-accordion .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        }
        
        .policy-accordion .accordion-button {
            background: #fdfdfd;
            font-size: 16px;
            font-weight: 500;
            color: #2c3e50;
            border-left: 4px solid #27ae60;
            transition: all 0.3s ease;
        }
        
        .policy-accordion .accordion-button:not(.collapsed) {
            background: #f1fff6;
            border-left: 4px solid #219150;
            color: #16643a;
        }
        
        .policy-accordion .accordion-body {
            font-size: 14px;
            color: #444;
            line-height: 1.6;
            padding: 15px;
            background: #fff;
        }
        
        .policy-footer {
            text-align: center;
            margin-top: 40px;
            padding-top: 10px;
            border-top: 1px solid #ddd;
            font-size: 14px;
            color: #777;
        }