﻿/* Üyelik Sayfası Font Tanımı */
* {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Üyelik Sayfası Stilleri */
.membership-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .membership-container h2 {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 2px solid #000;
        padding-bottom: 0.5rem;
    }

.membership-info,
.bank-info,
.contact-info {
    background: #f8f9fa;
    padding: 1.2rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
}

.form-download .btn {
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
}

.form-download p {
    margin-bottom: 0.8rem;
}
