.dcpi-modal {    display: none;    position: fixed;    z-index: 9999;    inset: 0;    background: rgba(0,0,0,0.6);}.dcpi-modal-content {    background: white;    width: 90%;    max-width: 700px;    margin: 60px auto;    padding: 20px;    border-radius: 10px;}.dcpi-modal-close {    float: right;    font-size: 28px;    cursor: pointer;}