/******************************************************************/
/******************************************************************/
/* Preformatted Letters Page */
/******************************************************************/
/******************************************************************/

/* Preformatted Letters Container Styles */
.preformatted-letters-container {
    background: linear-gradient(135deg, #f8fafe 0%, #ffffff 100%);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 2rem 0;
}

@media (max-width: 767px) {
    .preformatted-letters-container {
        padding: 1rem !important;
        margin: 1rem 0 !important;
    }
}