/* VapeVex B2B Tools Styles */
.vapevex-sample-btn-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}

.vapevex-request-sample-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid #64ffda;
    color: #64ffda;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vapevex-request-sample-btn:hover {
    background: #64ffda;
    color: #0a192f;
}

.vapevex-moq-notice {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0;
    padding: 8px 12px;
    background: rgba(100, 255, 218, 0.1);
    border-left: 3px solid #64ffda;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    color: #8892b0;
}

.vapevex-moq-notice svg {
    flex-shrink: 0;
    color: #64ffda;
}

.vapevex-moq-notice span {
    color: #8892b0;
}

/* Wholesale form styling for Contact Form 7 */
.wholesale-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    background: #112240;
    border-radius: 8px;
    border: 1px solid #1d3461;
}

.wholesale-form-wrapper .form-row {
    margin-bottom: 20px;
}

.wholesale-form-wrapper .form-row-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 600px) {
    .wholesale-form-wrapper .form-row-half {
        grid-template-columns: 1fr;
    }
}

.wholesale-form-wrapper label {
    display: block;
    margin-bottom: 5px;
    color: #ccd6f6;
    font-weight: 500;
}

.wholesale-form-wrapper input[type="text"],
.wholesale-form-wrapper input[type="email"],
.wholesale-form-wrapper input[type="tel"],
.wholesale-form-wrapper input[type="number"],
.wholesale-form-wrapper textarea,
.wholesale-form-wrapper select {
    width: 100%;
    padding: 12px 15px;
    background: #020c1b;
    border: 1px solid #1d3461;
    border-radius: 4px;
    color: #ccd6f6;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.wholesale-form-wrapper input:focus,
.wholesale-form-wrapper textarea:focus,
.wholesale-form-wrapper select:focus {
    outline: none;
    border-color: #64ffda;
}

.wholesale-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

/* Checkbox styling */
.wholesale-form-wrapper .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.wholesale-form-wrapper .wpcf7-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    accent-color: #64ffda;
}

.wholesale-form-wrapper .wpcf7-checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #8892b0;
}

.wholesale-form-wrapper .wpcf7-checkbox input:checked + span {
    color: #64ffda;
}

/* Submit button */
.wholesale-form-wrapper .submit-row {
    text-align: center;
    margin-top: 25px;
}

.wholesale-form-wrapper input[type="submit"] {
    background: transparent;
    border: 2px solid #64ffda;
    color: #64ffda;
    padding: 14px 40px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wholesale-form-wrapper input[type="submit"]:hover {
    background: #64ffda;
    color: #0a192f;
}

/* CF7 validation messages */
.wpcf7-not-valid-tip {
    color: #ef4444 !important;
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-response-output {
    background: #112240;
    border: 1px solid #1d3461 !important;
    border-radius: 4px;
    color: #ccd6f6;
    padding: 15px !important;
    margin: 20px 0 !important;
}

.wpcf7-mail-sent-ok {
    border-color: #64ffda !important;
    background: rgba(100, 255, 218, 0.1) !important;
}

.wpcf7-validation-errors {
    border-color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.1) !important;
}
