/* Navigation active emphasis and campaign view readability tweaks. */
.navbar-nav .nav-link.active {
    font-weight: 700 !important;
}

.campaign-view .card-header .card-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.campaign-view .detail-label {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    color: #334155 !important;
}

/* Align anchor and button elements consistently. */
.btn,
a.btn,
button.btn,
input.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    line-height: 1.5;
    margin: 0;
    text-decoration: none;
}

.btn.btn-lg,
a.btn.btn-lg,
button.btn.btn-lg {
    min-height: 44px;
}

.btn.btn-sm,
a.btn.btn-sm,
button.btn.btn-sm {
    min-height: 32px;
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.75rem;
}

.btn-row > form {
    margin: 0;
}

.form-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-actions .form-hint {
    color: #6b7280;
    font-size: 0.9rem;
}
