.refund-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
}

.refund-title {
    text-align: center;
    color: #333;
    font-size: 2.5em;
    margin-bottom: 40px;
    font-weight: 700;
}

.refund-section {
    margin-bottom: 40px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.refund-section article {
    margin-bottom: 30px;
}

.refund-section p {
    margin-bottom: 20px;
    font-size: 1em;
    color: #555;
    line-height: 1.8;
}

.contact-info {
    text-align: center;
    font-size: 1.1em;
    color: #666;
    margin: 40px 0 20px;
}

/* Contact Section Styling */
.form-c {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin: 0 auto 40px;
    max-width: 800px;
}

.contact-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 15px;
}

.contact-cell {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-cell:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px;
}

.contact-link img {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.contact-link:hover img {
    transform: scale(1.1);
}

.contact-link:hover {
    color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .refund-container {
        padding: 15px;
    }

    .refund-title {
        font-size: 2em;
    }

    .refund-section {
        padding: 20px;
    }

    .refund-section p {
        font-size: 0.95em;
    }

    .form-c {
        padding: 20px 10px;
    }

    .contact-table {
        border-spacing: 8px;
    }

    .contact-cell {
        padding: 15px 10px;
    }

    .contact-link {
        font-size: 0.9em;
        flex-direction: column;
        text-align: center;
    }

    .contact-link img {
        margin: 0 0 10px 0;
    }
}

/* Print Styles */
@media print {
    .refund-container {
        max-width: 100%;
        padding: 0;
    }

    .refund-section {
        box-shadow: none;
        padding: 15px 0;
        page-break-inside: avoid;
    }

    .contact-table {
        display: none;
    }
}

.refund-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
.refund-title {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5em;
}
.refund-section {
    margin-bottom: 30px;
}
.refund-section h2 {
    color: #444;
    margin-bottom: 15px;
    font-size: 1.8em;
}
.refund-section h3 {
    color: #555;
    margin: 20px 0 10px;
    font-size: 1.4em;
}
.refund-list {
    padding-left: 20px;
    margin-bottom: 15px;
}
.refund-list li {
    margin-bottom: 10px;
}