/* ── Custom styles for Chinnor Railway Communications ── */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

main {
    flex: 1;
}

/* Keep Quill editor inside its card */
#emailEditor {
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
    background: #fff;
}

#emailToolbar {
    border: 1px solid #ced4da;
    border-radius: 0.375rem 0.375rem 0 0;
    background: #f8f9fa;
}

/* Badge for "Both" method */
.bg-purple {
    background-color: #6f42c1;
}

/* Sticky table header in preview */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Breadcrumb tweak */
.breadcrumb {
    background: none;
    padding-left: 0;
}

/* Monospace SMS textarea */
textarea.font-monospace {
    font-size: 0.9rem;
}
