/* public/css/refund_policy.css */
.policy-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    margin: 40px auto 0 auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    max-width: 800px;
    padding: 3rem 1.5rem;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.policy-title {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}
.policy-lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.policy-card {
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.card-body {
    padding: 1.5rem;
}
.card-subtitle {
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.card-list, .card-list-ordered {
    color: #6c757d;
    margin: 0;
    padding-left: 1.25rem;
    line-height: 1.6;
}
.card-list li, .card-list-ordered li {
    margin-bottom: 0.5rem;
}
.small-text {
    font-size: 0.875rem;
    color: #6c757d;
}
.link-primary {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: none;
}
.link-primary:hover {
    text-decoration: underline;
}
.contact-email {
    margin-top: 1rem;
    margin-bottom: 0;
}
.policy-footer {
    margin-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    padding-top: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
}
.footer-link {
    color: #6c757d;
    text-decoration: underline;
}
.icon-wrap, .icon-success, .icon-primary, .icon-secondary, .icon-scale {
    margin-right: 0.5rem;
    display: inline-block;
}
