/* 15-agreements.css */

.agreements-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* Modal styling overrides if needed */
#agreements-modal .modal-content {
    max-width: 700px;
}
