.pcm-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcm-modal-box {
    /* max-width: 50% !important; */
    background: #fff;
    border-radius: 10px;
    padding: 1.5em 1.5em !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
    /* background: #1E73BE !important; */
    width: 50% !important;
}

.pcm-header {
    font-size: 21px !important;
    /* font-weight: 700; */
    margin-bottom: 20px;
    font-family: 'Montserrat Regular' !important;
    /* padding: 0.25em 0 !important; */
    /* font-weight: 700 !important; */
    /* color: #FFF !important; */
      color: #0F3A5F !important;
}

/*------------------------------------ */

.pcm-checklist {
    display: flex;
    flex-direction: column;
    /* gap: 2em; */
    /* margin-bottom: 25px; */
    /* background: rgba(30, 115, 190, 0.05) !important; */
    /* padding: 0.75em !important; */
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 1) !important;
}

/* ---------------------------------- */

.pcm-checklist label p {
    margin-bottom: 0px !important;
    padding-bottom: .25em !important;
    font-size: 13px;
}

.pcm-checklist label {
    display: flex;
    align-items: flex-start !important;
    gap: 12px;
    margin: 0;
    margin: .25em 0 !important;
}

.pcm-checklist label:hover {
      color: rgba(15, 58, 95,0.1) !important;
}

/* Checkbox alignment */
.pcm-check {
    flex: 0 0 auto;
    margin: 0 !important;
    margin-top: 4px !important;
    align-self: flex-start !important;
    vertical-align: top;
    position: relative;
    top: 2px;
}

/* Remove paragraph spacing */
.pcm-checklist p {
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}

/* First line bold */
.pcm-checklist p strong {
    display: block;
    font-weight: 400;
    /* margin-bottom: 0.35rem; */
    font-weight: bold;
    font-size: 13px !important;
    /* color: #333 !important; */
}


/* Second line normal */
.agreement-list-p2 {
    display: block;
    font-weight: normal !important;
    line-height: 1.25 !important;
    color: #111 !important;
    font-size: 12px !important;
}

/* Final confirmation line */
.pcm-checklist label:last-child {
    margin-top: 0.5em;
}

#pcm-accept {
    /* width: 100%; */
    padding: 0.75rem !important;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: block !important;
    margin: 10px auto 0;
    /* background: rgba(30, 115, 190, 1) !important; */
    /* background: #123B63 !important; */
    background: rgba(30, 115, 190, 1) !important;
    color: #FFF !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

#pcm-accept:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.pcm-checklist input[type="checkbox"] {
    align-self: flex-start !important;
    margin-top: 4px !important;
    flex-shrink: 0;
}