/* backend.css - Styles for premium field overlay */
.pcuamfwc_premium_row {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
    background: #f9f9f9;
}

.pcuamfwc_premium_row .pcuamfwc-premium-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
}

.pcuamfwc_premium_row .pcuamfwc-premium-overlay a {
    pointer-events: auto;
    background: #0073aa;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-left: 10px;
}

.pcuamfwc_premium_row .pcuamfwc-premium-overlay a:hover {
    background: #005a87;
}

.pcuamfwc_premium_row .wp-picker-container {
    pointer-events: none;
}