.gr-hero {
    background: linear-gradient(135deg, #00468e 0%, #003366 100%);
    color: #fff;
    padding: 2.5rem 0 2rem;
}

.gr-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.gr-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.65);
}

.gr-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0.75rem 0 0.35rem;
}

.gr-subtitle {
    margin: 0;
    opacity: 0.9;
}

.gr-body {
    padding: 2rem 0 3rem;
}

.gr-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    max-width: 920px;
    margin: 0 auto;
    padding: 1.5rem;
}

.gr-actions {
    margin-top: 1.25rem;
    text-align: center;
}

.gr-actions .btn-primary {
    background: #00468e;
    border-color: #00468e;
    min-width: 200px;
}
