/* ===== Sticky Footer Area ===== */
.sticky-footer {
    position: sticky;
    bottom: 0;
    background-color: rgba(255, 236, 208, 0.9);
    backdrop-filter: blur(6px);
    padding: 1rem;
    border-radius: 0.75rem;
    margin-top: 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}


/* ===== Download Button for Member Document ===== */
.btn-outline-primary {
    color: #a66428;
    border-color: #e87d3e;
    font-weight: 500;
}

    .btn-outline-primary:hover {
        background-color: #e87d3e;
        color: #fff;
        border-color: #e87d3e;
    }