/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/*Dokan text */

button.dokan-live-chat.dokan-live-chat-whatsapp {
    background-color: #25D366 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}
button.dokan-live-chat.dokan-live-chat-whatsapp:hover {
    background-color: #1ebe57 !important;
    color: #fff !important;
}

/* --- Dokan Registration Field Hiding --- */

/* Targets the registration form specifically */
.dokan-vendor-register {
    /* Hides Company Name field - targets its parent <p> using the field ID */
    & p:has(#dokan-company-name) {
        display: none !important;
    }

    /* Hides Company ID/EUID Number field */
    & p:has(#dokan-company-id-number) {
        display: none !important;
    }

    /* Hides VAT / TAX ID field */
    & p:has(#dokan-vat-number) {
        display: none !important;
    }

    /* Hides Name of Bank AND Account / IBAN fields (targets the wrapping <div>) */
    & div.split-row:has(#dokan-bank-iban) {
        display: none !important;
    }
}


.mesh-hero {
  margin-bottom: 30px;
}

.mesh-hero h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.mesh-subtext {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
}

.mesh-info-box {
  background: #f7f9fc;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.mesh-info-box h3 {
  margin-top: 0;
}

.mesh-info-box ul,
.mesh-info-box ol {
  padding-left: 20px;
}

.mesh-note {
  font-size: 0.9rem;
  color: #666;
}

.mesh-trust {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 30px;
}

button.button.alt {
    width: 100%;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}
