/**
 * Quote Approval Portal Styles
 */

body {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}

.quote-details {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
}

.status-icon {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .card-body {
        padding: 1.25rem;
    }

    .quote-details .row > div {
        font-size: 0.9rem;
    }
}
