/* COUPLE SPOUSE FIELDS V1 */

.srf-spouse-section,
.srf-spouse-extra-section {
    border-color: rgba(199,128,40,.32) !important;
    background:
        radial-gradient(circle at 94% 0%, rgba(199,128,40,.10), transparent 34%),
        rgba(255,255,255,.92) !important;
}

.srf-spouse-section[hidden],
.srf-spouse-extra-section[hidden] {
    display: none !important;
}

.srf-spouse-section .srf-section-title h2,
.srf-spouse-extra-section .srf-section-title h2 {
    color: #071f3b !important;
}

.spouse-panel {
    border-color: rgba(199,128,40,.32) !important;
    background:
        radial-gradient(circle at 94% 0%, rgba(199,128,40,.08), transparent 34%),
        #fff !important;
}
