/* 
    Ajustes de personalización - Estilos Premium
*/

.ap-mqv-container {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.ap-mqv-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.ap-mqv-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.ap-mqv-field {
    flex: 1;
}

.ap-mqv-field label {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 5px;
}

.ap-mqv-field input {
    width: 100%;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    padding: 8px !important;
}

.ap-mqv-preview {
    margin-bottom: 20px;
}

.ap-mqv-hint {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 8px;
}

.ap-mqv-cropper {
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.ap-mqv-options {
    margin-bottom: 20px;
}

.ap-mqv-options label {
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ap-mqv-price-box {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #e60000;
}

.ap-mqv-price-box span {
    font-size: 0.9rem;
    color: #555;
}

.ap-mqv-price-box strong {
    font-size: 1.4rem;
    color: #e60000;
    margin-left: 5px;
}

.ap-mqv-price-box small {
    display: block;
    color: #999;
    margin-top: 4px;
}

/* Cropper adjustments */
.cropper-view-box,
.cropper-face {
  border-radius: 0;
}
