/* Navbar styles */
.navbar {
    background-color: #f86969;
    padding: 15px 0;
}

.navbar-brand {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.back-button {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.back-button:hover {
    color: #f0f0f0;
}

/* Returns page specific styles */
.returns-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.return-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.step-number {
    width: 24px;
    height: 24px;
    background: #f86969;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 14px;
}

.conditions-list {
    list-style: none;
    padding-left: 0;
}

.conditions-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.conditions-list li:last-child {
    border-bottom: none;
}

.drop-off-locations {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.important-note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

.page-title {
    margin: 20px 0;
    color: #424242;
    font-size: 24px;
}

.return-tabs {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.nav-tabs {
    border-bottom: none;
    padding: 0 15px;
    background: #f5f5f5;
    border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link {
    border: none;
    color: #757575;
    padding: 15px 20px;
    font-weight: 500;
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #f86969;
    background: none;
    border-bottom: 2px solid #f86969;
}

.tab-content {
    padding: 20px;
}

.conditions-panel {
    background: rgb(250, 250, 250);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
}

.conditions-panel h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #424242;
}

.conditions-panel .conditions-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.conditions-panel .conditions-list li {
    margin-bottom: 15px;
    color: #424242;
    font-size: 14px;
    line-height: 1.5;
}

.conditions-panel .note-section {
    background: #f7f3e7;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #424242;
}

.conditions-panel .note-section strong {
    color: #424242;
    display: block;
    margin-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .returns-container {
        padding: 15px;
    }

    .return-step {
        padding: 15px;
    }

    .conditions-panel {
        margin-top: 20px;
        position: static;
    }
}

/* Add these styles to your existing CSS */

.valid-reasons {
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.reason-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 15px;
}

.reason-number {
    width: 24px;
    height: 24px;
    background: #f86969;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.category-policy {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.policy-note {
    color: #666;
    margin-bottom: 20px;
}

.text-orange {
    color: #f86969;
    text-decoration: none;
}

.text-orange:hover {
    text-decoration: underline;
    color: #e45555;
}

.accordion-button {
    padding: 15px 20px;
    font-weight: 500;
    color: #424242;
}

.accordion-button:not(.collapsed) {
    color: #f86969;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button::after {
    color: #f86969;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
    border-radius: 4px !important;
}

.accordion-body {
    padding: 15px 20px;
}

.fashion-section h4 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.fashion-section p {
    color: #666;
    font-size: 14px;
}

.policy-note ul {
    list-style: none;
    padding-left: 15px;
}

.policy-note ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
}

.policy-note ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f86969;
}

.beauty-section h4 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.beauty-section p {
    color: #666;
    font-size: 14px;
}

.non-returnable h5 {
    color: #424242;
    font-size: 15px;
    margin-bottom: 10px;
}

.policy-note p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.appliance-section {
    padding: 10px 0;
}

.warranty-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

.warranty-info p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.software-note {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
}

.software-note strong {
    display: block;
    margin-bottom: 5px;
    color: #424242;
}

.software-note p {
    margin-bottom: 0;
    color: #666;
}

.category-details > p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.category-details ul li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.policy-note ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.policy-note ul li {
    font-size: 14px;
    color: #666;
}

.like-new-policy {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.care-list {
    list-style: none;
    padding-left: 0;
}

.care-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.care-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f86969;
}

.warranty-note h5 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-info {
    background: #fff3cd;
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
}

.contact-info p {
    margin-bottom: 0;
    color: #856404;
}

.return-policy {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    margin: 15px 0;
}

.customer-support {
    background: #e8f4f8;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

.customer-support p {
    color: #2c5282;
    margin-bottom: 0;
    font-size: 14px;
}

.category-details h4 {
    color: #424242;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.kids-fashion-section,
.baby-care-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.kids-fashion-section h4,
.baby-care-section h4 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.kids-fashion-section p,
.baby-care-section p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.warranty-note .care-list {
    margin-top: 10px;
}

.grocery-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
}

.grocery-section h4 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.quality-note {
    background: #f1f8e9;
    padding: 15px;
    border-radius: 4px;
}

.quality-note h5 {
    color: #33691e;
    font-size: 15px;
    margin-bottom: 10px;
}

.quality-note .care-list li {
    color: #558b2f;
}

.quality-note .care-list li:before {
    color: #7cb342;
}

.refund-table {
    background: white;
    margin: 20px 0;
}

.refund-table th {
    background: #f5f5f5;
    color: #424242;
    font-weight: 500;
    text-align: center;
    padding: 12px;
}

.refund-table td {
    text-align: center;
    padding: 12px;
    color: #424242;
}

.links-list {
    list-style: none;
    padding: 0;
}

.links-list li {
    margin-bottom: 10px;
}

.links-list a {
    color: #f86969;
    text-decoration: none;
}

.links-list a:hover {
    text-decoration: underline;
    color: #e45555;
}

.table-responsive {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.table-modern {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f2;
}

.table-modern thead {
    background: #f8f9fa;
}

.table-modern th {
    color: #344767;
    font-weight: 600;
    padding: 16px;
    font-size: 14px;
    border-bottom: 2px solid #eef0f2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-modern td {
    padding: 16px;
    color: #67748e;
    font-size: 14px;
    border-bottom: 1px solid #eef0f2;
    vertical-align: middle;
}

.table-modern tbody tr:last-child td {
    border-bottom: none;
}

.table-modern tbody tr:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.refund-table-title {
    color: #344767;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Responsive styles */
@media (max-width: 768px) {
    .table-responsive {
        border-radius: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    }
    
    .table-modern th,
    .table-modern td {
        white-space: nowrap;
        padding: 12px;
    }
} 