/* source-owned generated style asset */
#custom-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.4); } #custom-modal-content { background-color: white; margin: 15% auto; padding: 30px; border-radius: 10px; width: 90%; max-width: 400px; text-align: center; } .modal-button { display: block; margin: 10px auto; padding: 12px 20px; background-color: #333; color: white; border: none; border-radius: 6px; cursor: pointer; font-size: 16px; } .modal-close { margin-top: 15px; color: #888; cursor: pointer; text-decoration: underline; font-size: 14px; }
