.dashboard-index .card,
.mail-job-index .card,
.mail-job-create .card,
.mail-job-view .card,
.recipient-index .card,
.recipient-create .card,
.company-settings .card,
.price-rule-index .card,
.admin-settings-api .card {
    border-radius: 1rem;
}

.dashboard-index .badge,
.mail-job-index .badge,
.mail-job-create .badge,
.mail-job-view .badge,
.recipient-index .badge,
.company-settings .badge,
.price-rule-index .badge {
    font-weight: 600;
}

.dashboard-index .display-6,
.mail-job-index h1,
.recipient-index h1,
.company-settings h1 {
    letter-spacing: -0.02em;
}

.recipient-row:hover {
    background: #f8f9fa !important;
}

.form-control-lg,
.form-select-lg {
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .75rem rgba(0,0,0,.06) !important;
}

.table-hover tbody tr:hover {
    background-color: #f8fafc;
}

.empty-state {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.empty-state-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}