.eg-btn-456a3588 {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}
.eg-btn-456a3588:hover { opacity: 0.9; }
.eg-modal-456a3588 {
    display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6); align-items: center; justify-content: center;
}
.eg-modal-456a3588[aria-hidden="false"] { display: flex; }
.eg-modal-content-456a3588 {
    background-color: #fff; padding: 30px; border-radius: 8px; width: 90%; max-width: 600px;
    max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.eg-modal-close-456a3588 {
    position: absolute; top: 15px; right: 20px; font-size: 28px; font-weight: bold; cursor: pointer; color: #aaa;
}
.eg-modal-close-456a3588:hover { color: #000; text-decoration: none; }
.eg-form-456a3588 .form-group { margin-bottom: 15px; }
.eg-form-456a3588 .row { display: flex; gap: 15px; }
.eg-form-456a3588 .col { flex: 1; }
.eg-form-456a3588 label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; color: #444; }
.eg-form-456a3588 input[type="text"], .eg-form-456a3588 input[type="email"],
.eg-form-456a3588 input[type="tel"], .eg-form-456a3588 input[type="number"],
.eg-form-456a3588 select, .eg-form-456a3588 textarea {
    width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px;
}
.eg-form-456a3588 select[multiple] { height: auto; min-height: 100px; }
.eg-form-456a3588 .checkbox-group label { display: flex; align-items: center; gap: 8px; font-weight: normal; }
.eg-form-456a3588 .checkbox-group input { width: auto; }
.eg-submit-456a3588 { background-color: #28a745; color: #fff; padding: 12px 20px; border: none; border-radius: 4px; width: 100%; font-size: 16px; cursor: pointer; margin-top: 10px; font-weight: bold; }
.eg-submit-456a3588:hover { background-color: #218838; }
.eg-add-btn-456a3588 { background-color: #0073aa; color: white; padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer; margin-bottom: 15px; font-size: 14px; }
.eg-add-btn-456a3588:hover { opacity: 0.9; }
.eg-remove-item-456a3588 { background-color: #dc3545; color: white; padding: 6px 10px; border: none; border-radius: 4px; cursor: pointer; font-size: 12px; margin-top: 10px; }
.eg-remove-item-456a3588:hover { background-color: #c82333; }
.item-separator { margin: 20px 0; border: 0; border-top: 1px solid #ddd; }
.eg-msg-456a3588 { margin-top: 15px; text-align: center; font-weight: bold; }
.eg-msg-456a3588.success { color: #28a745; }
.eg-msg-456a3588.error { color: #dc3545; }
