.return-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 45px;
    margin-top: 40px;
    margin-bottom: 60px;
    border-top: 5px solid #0a4d3c;
}

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

.return-header h1 {
    color: #0a4d3c;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.return-header h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #de8d38;
}

.return-content {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
}

.return-intro {
    background: #f8fdfa;
    border-left: 4px solid #0a4d3c;
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 35px;
    font-size: 15.5px;
    color: #333;
}

.return-section {
    margin-bottom: 35px;
}

.return-section h2 {
    color: #0a4d3c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #eef2f0;
    padding-bottom: 8px;
}

.return-section h3 {
    color: #222;
    font-size: 16.5px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
}

.return-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.return-section ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    color: #444;
}

.return-section ul li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 1px;
    color: #0a4d3c;
    font-size: 13px;
}

.policy-badge {
    display: inline-block;
    background: #eef7f3;
    color: #0a4d3c;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid #c2e2d5;
}

.policy-alert-box {
    background: #fff8f3;
    border-left: 4px solid #de8d38;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
    margin: 20px 0;
    color: #555;
}

.policy-alert-box strong {
    color: #c4731f;
}

.contact-card-box {
    background: #f9fbf9;
    border: 1px solid #e2ece6;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}

.contact-card-box p {
    margin-bottom: 10px;
    color: #444;
}

.contact-card-box p i {
    color: #0a4d3c;
    width: 20px;
}

.important-note-card {
    background: linear-gradient(135deg, #0a4d3c 0%, #063529 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 8px 25px rgba(10, 77, 60, 0.2);
}

.important-note-card h3 {
    color: #de8d38;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.important-note-card p {
    color: #e0f2ec;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .return-card {
        padding: 25px 20px;
        margin-top: 20px;
    }
    
    .return-header h1 {
        font-size: 24px;
    }
    
    .return-section h2 {
        font-size: 18px;
    }
}
