/* Correctifs du recadrage de la photo de profil. */

.wplegend-vto-profile__original {
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wplegend-vto-profile__original:hover {
    background: #dbeafe;
    box-shadow: 0 6px 18px rgba(29, 78, 216, 0.16);
    transform: translateY(-1px);
}

.wplegend-vto-profile__original[hidden] {
    display: none !important;
}

.wplegend-vto-profile__form--cropped .wplegend-vto-profile__preview {
    border-color: #93c5fd;
    background: #eff6ff;
}

.wplegend-vto-crop [data-crop-apply],
.wplegend-vto-crop .wplegend-vto-profile__submit[data-crop-apply] {
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 12px;
    background: #111827 !important;
    color: #ffffff !important;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.24);
}

.wplegend-vto-crop [data-crop-apply]:hover,
.wplegend-vto-crop .wplegend-vto-profile__submit[data-crop-apply]:hover {
    background: #374151 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.wplegend-vto-crop [data-crop-cancel] {
    min-height: 48px;
}
