.magical-pro-notice {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 4px solid #e91e63;
}

.magical-pro-notice ul {
    margin: 10px 0;
    padding-left: 20px;
}

.magical-pro-notice li {
    margin-bottom: 5px;
}

.magical-upgrade-button {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    margin-top: 10px;
}

.magical-upgrade-button:hover {
    background: #d81557;
    color: #fff;
}

.pro-badge {
    background: #e91e63;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    margin-left: 5px;
}

.magical-code-status {
    margin-bottom: 15px;
}

.magical-code-status label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.magical-code-conditions-wrapper {
    margin-top: 15px;
}

.magical-code-condition {
    margin-bottom: 10px;
}

.magical-code-select {
    margin-top: 5px;
    width: 100%;
}

input[readonly], 
input[disabled], 
select[disabled] {
    background-color: #f0f0f1 !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.magical-code-settings-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.magical-code-setting {
    margin-right: 30px;
    margin-bottom: 10px;
}

.magical-code-setting label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}