/* Estilos del tutorial del CandidateProfileForm — port de
 * modules/User/Views/frontend/tutorials/profile-tutorial.blade.php <style> block. */

.trabajito-tutorial-popover { max-width: 400px; }
.trabajito-tutorial-popover .driver-popover-arrow { display: none !important; }
.trabajito-tutorial-popover .driver-popover-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 12px;
    padding-right: 35px;
}
.trabajito-tutorial-popover .driver-popover-description {
    font-size: 14px;
    line-height: 1.6;
    color: #0d2b3f;
}
.trabajito-tutorial-popover .driver-popover-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 0.1px solid #9b9b9b;
}
.trabajito-tutorial-popover .driver-popover-progress-text {
    color: #6b7280;
    font-size: 13px;
}
.trabajito-tutorial-popover .driver-popover-navigation-btns {
    display: flex;
    gap: 10px;
}
.trabajito-tutorial-popover button {
    background-color: #0d2b3f;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.trabajito-tutorial-popover button .btn-icon {
    width: 12px;
    height: 12px;
    object-fit: contain;
    pointer-events: none;
}
.trabajito-tutorial-popover button .btn-text {
    display: inline-block;
    pointer-events: none;
}
.trabajito-tutorial-popover button:hover { background-color: #30a5bf; }
.trabajito-tutorial-popover button * { pointer-events: none; }
.trabajito-tutorial-popover .driver-popover-close-btn {
    background-color: transparent !important;
    padding: 4px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 4px !important;
    border: none !important;
    font-size: 0 !important;
    color: transparent !important;
}
.trabajito-tutorial-popover .driver-popover-close-btn .btn-close-icon {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    display: block !important;
}
.trabajito-tutorial-popover .driver-popover-close-btn:hover {
    background-color: #f1f5f9 !important;
}

@media (max-width: 768px) {
    .trabajito-tutorial-popover { max-width: 90vw; }
}
