/**
 * WPBee Honey Leads - Theme 2: Minimal & Bold
 * Minimalist flat design with bold typography and accent colors
 */

/* Theme 2 Modal Overlay */
.wbhl-theme-2 .wbhl-modal-overlay {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

/* Theme 2 Modal Container */
.wbhl-theme-2 .wbhl-modal {
    background: #ffffff;
    border-radius: 0;
    border: 3px solid #000000;
    box-shadow: none;
    max-width: 480px;
}

/* Theme 2 Modal Header */
.wbhl-theme-2 .wbhl-modal-header {
    border-bottom: 3px solid #000000;
    padding: 30px;
    background: #000000;
}

.wbhl-theme-2 .wbhl-modal-header h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wbhl-theme-2 .wbhl-modal-header p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

/* Theme 2 Modal Body */
.wbhl-theme-2 .wbhl-modal-body {
    padding: 30px;
    background: #ffffff;
}

/* Theme 2 Form Header */
.wbhl-theme-2 .wbhl-form-header h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.wbhl-theme-2 .wbhl-form-header p {
    color: #666666;
    font-size: 14px;
    font-weight: 300;
}

/* Theme 2 Form Fields */
.wbhl-theme-2 .wbhl-form-field {
    margin-bottom: 25px;
}

.wbhl-theme-2 .wbhl-form-field label {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wbhl-theme-2 .wbhl-form-field label .required {
    color: #ff0000;
    font-size: 16px;
}

.wbhl-theme-2 .wbhl-form-field input[type="text"],
.wbhl-theme-2 .wbhl-form-field input[type="email"],
.wbhl-theme-2 .wbhl-form-field input[type="number"],
.wbhl-theme-2 .wbhl-form-field input[type="date"],
.wbhl-theme-2 .wbhl-form-field textarea,
.wbhl-theme-2 .wbhl-form-field select {
    background: #ffffff;
    border: none;
    border-bottom: 3px solid #000000;
    border-radius: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    transition: border-color 0.2s ease;
}

.wbhl-theme-2 .wbhl-form-field input:focus,
.wbhl-theme-2 .wbhl-form-field textarea:focus,
.wbhl-theme-2 .wbhl-form-field select:focus {
    border-bottom-color: #ff0000;
    outline: none;
    box-shadow: none;
}

/* Theme 2 Radio and Checkbox */
.wbhl-theme-2 .wbhl-form-field legend {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.wbhl-theme-2 .wbhl-radio-label,
.wbhl-theme-2 .wbhl-checkbox-label {
    color: #333333;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.wbhl-theme-2 .wbhl-radio-label input,
.wbhl-theme-2 .wbhl-checkbox-label input {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}

/* Theme 2 Submit Button */
.wbhl-theme-2 .wbhl-submit-btn {
    background: #000000;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 14px;
    font-weight: 900;
    padding: 18px 40px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
}

.wbhl-theme-2 .wbhl-submit-btn:hover {
    background: #ff0000;
    color: #ffffff;
}

.wbhl-theme-2 .wbhl-submit-btn:active {
    transform: scale(0.98);
}

.wbhl-theme-2 .wbhl-submit-btn:disabled {
    background: #cccccc;
    color: #666666;
}

/* Theme 2 Close Button */
.wbhl-theme-2 .wbhl-modal-close {
    color: #ffffff;
    font-size: 24px;
    transition: all 0.2s ease;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    font-weight: 300;
}

.wbhl-theme-2 .wbhl-modal-close:hover {
    color: #ff0000;
    transform: rotate(90deg);
}

/* Theme 2 Messages */
.wbhl-theme-2 .wbhl-success-message {
    background: #000000;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.wbhl-theme-2 .wbhl-error-message {
    background: #ff0000;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Theme 2 Loading State */
.wbhl-theme-2 .wbhl-form.wbhl-loading {
    opacity: 0.5;
}

.wbhl-theme-2 .wbhl-form.wbhl-loading .wbhl-submit-btn:after {
    border-color: #ffffff transparent;
}

/* Theme 2 Trigger Button */
.wbhl-theme-2 .wbhl-trigger-btn {
    background: #000000;
    border: 3px solid #000000;
    border-radius: 0;
    color: white;
    font-weight: 900;
    padding: 15px 30px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.wbhl-theme-2 .wbhl-trigger-btn:hover {
    background: #ffffff;
    color: #000000;
}