/* Coderix Popup – base styles */
.crx-custom-content input,
.crx-custom-content textarea,
.crx-custom-content select {
    width: 100%;
    margin: 6px 0;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.crx-custom-content button,
.crx-popup-btn {
    background: #e67e22;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    transition: background .2s ease;
}
.crx-custom-content button:hover,
.crx-popup-btn:hover { background: #cf6d17; }