/* archive.parkware.ai — custom styles */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.table-hover tbody tr.cursor-pointer:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.06);
}

.email-body-text {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: inherit;
    font-size: 0.95rem;
    background: #fafafa;
    padding: 1rem;
    border-radius: 0.375rem;
    max-height: 70vh;
    overflow-y: auto;
}

.email-body-html iframe {
    border: none;
    width: 100%;
    min-height: 300px;
    background: #fff;
}

.card-footer .btn {
    white-space: nowrap;
}

.navbar-brand i {
    font-size: 1.2em;
}

@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.85rem;
    }
}
