/* Widerrufssection Styling */
.refund-content, .refund-footer, .refund-form {
    background-color: #ffffff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.refund-content h4, .refund-form h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.refund-content p, .refund-footer p, .refund-form p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.refund-footer strong {
    font-weight: bold;
    color: #333;
}

.refund-content a {
    color: #007bff;
    text-decoration: underline;
}

.refund-form p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.6;
}

.refund-form p strong {
    font-weight: 600;
}

.xs-heading h2.heading-sub-title {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.xs-heading h3.heading-title {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.xs-heading .heading-title span {
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .refund-content, .refund-footer, .refund-form {
        padding: 15px;
    }
    .xs-heading h2.heading-sub-title, .xs-heading h3.heading-title {
        text-align: center;
    }
}
