﻿/* ================= Address Capture Container ================= */

#divNewAddressStakeholderRegistration {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ================= Capture Method Header ================= */

.address-capture-mode {
    background: #f8fafc;
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px solid #e2e8f0;
}

    .address-capture-mode label.fw-semibold {
        font-size: 0.95rem;
        color: #334155;
    }

    /* ================= Radio Styling ================= */

    .address-capture-mode .form-check {
        padding: 8px 14px;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

        .address-capture-mode .form-check:hover {
            background: #eef2ff;
        }

    .address-capture-mode .form-check-input {
        cursor: pointer;
    }

        .address-capture-mode .form-check-input:checked {
            background-color: #2563eb;
            border-color: #2563eb;
        }

        /* ================= Disabled Option Styling ================= */

        .address-capture-mode .form-check-input:disabled + .form-check-label {
            color: #9ca3af;
            cursor: not-allowed;
        }

        .address-capture-mode .form-check-input:disabled {
            cursor: not-allowed;
        }

/* ================= Map Launch Section ================= */

#divLaunchBtnStakeholderRegistration {
    background: #f1f5f9;
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px dashed #cbd5e1;
}

#btnUseMapSearch {
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 8px;
}

/* ================= Section Headers ================= */

#divAddressDetailsStakeholderRegistration h6 {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #64748b;
}
