/* Manager Honest Review - Main Styles */
.mhr-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin: 30px 0;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.mhr-wrapper:hover {
    box-shadow: 0 6px 30px rgba(102, 126, 234, 0.15);
    border-color: #667eea;
}

.mhr-title {
    margin: 0 0 20px 0;
    font-size: 28px;
    color: #667eea;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mhr-claim {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid #667eea;
}

.mhr-claim p {
    margin: 0 0 12px 0;
    color: #495057;
    font-size: 15px;
    line-height: 1.6;
}

.mhr-claim p:last-child {
    margin-bottom: 0;
}

.mhr-claim strong {
    color: #212529;
    font-size: 16px;
}

.mhr-spoiler {
    background: #fff3cd;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 15px !important;
    border-left: 3px solid #ffc107;
}

.mhr-spoiler em {
    color: #856404;
    font-style: normal;
    font-weight: 500;
}

/* Form Styles */
.mhr-form .form-group {
    margin-bottom: 20px;
}

.mhr-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.mhr-form input[type="email"],
.mhr-form input[type="url"] {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.mhr-form input[type="email"]:focus,
.mhr-form input[type="url"]:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.mhr-form input[type="email"]::placeholder,
.mhr-form input[type="url"]::placeholder {
    color: #adb5bd;
}

.mhr-checkbox {
    display: flex !important;
    align-items: flex-start;
    font-weight: normal !important;
    cursor: pointer;
    gap: 10px;
}

.mhr-checkbox input[type="checkbox"] {
    margin: 4px 0 0 0;
    cursor: pointer;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.mhr-checkbox a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.mhr-checkbox a:hover {
    text-decoration: underline;
}

.mhr-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    font-family: inherit;
}

.mhr-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.mhr-submit:active {
    transform: translateY(0);
}

.mhr-submit:disabled {
    background: #adb5bd;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.mhr-message {
    margin-top: 20px;
    padding: 15px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mhr-message.success {
    background: #d1e7dd;
    color: #0f5132;
    border: 2px solid #badbcc;
}

.mhr-message.error {
    background: #f8d7da;
    color: #842029;
    border: 2px solid #f5c2c7;
}

/* Responsive */
@media (max-width: 768px) {
    .mhr-wrapper {
        padding: 20px;
        margin: 20px 0;
    }
    
    .mhr-title {
        font-size: 22px;
    }
    
    .mhr-claim {
        padding: 18px;
    }
    
    .mhr-claim strong {
        font-size: 15px;
    }
    
    .mhr-submit {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* Widget Sidebar Styles */
.widget .mhr-wrapper {
    padding: 20px;
    margin: 0;
    box-shadow: none;
    border: 1px solid #e9ecef;
}

.widget .mhr-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.widget .mhr-claim {
    padding: 15px;
    font-size: 13px;
}

.widget .mhr-claim p {
    font-size: 13px;
    margin-bottom: 8px;
}

.widget .mhr-claim strong {
    font-size: 14px;
}

.widget .mhr-form input[type="email"],
.widget .mhr-form input[type="url"] {
    font-size: 14px;
    padding: 12px 14px;
}

.widget .mhr-form label {
    font-size: 13px;
}

.widget .mhr-submit {
    font-size: 15px;
    padding: 12px 24px;
}

.widget .mhr-checkbox {
    font-size: 12px;
}

/* Loading State */
.mhr-form.loading .mhr-submit {
    position: relative;
    color: transparent;
}

.mhr-form.loading .mhr-submit::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Accessibility */
.mhr-form input:focus-visible,
.mhr-form button:focus-visible {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

.mhr-checkbox input[type="checkbox"]:focus-visible {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}
