.elementor-1206 .elementor-element.elementor-element-87c3be7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-87c3be7 *//* Form container */
#wpcf7-f303-p347-o1 {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    border: 1px solid #dce6f0;
}

/* Heading */
#wpcf7-f303-p347-o1::before {
    content: "Supplier Registration";
    display: block;
    color: #1a3a5c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Remove ::after */
#wpcf7-f303-p347-o1::after {
    content: none;
}

/* Subtitle — sits ABOVE the flex form, not inside it */
#wpcf7-f303-p347-o1 > .screen-reader-response {
    display: none;
}

#wpcf7-f303-p347-o1 > form::before {
    content: "Partner with BUYCO as a supplier, manufacturer, or wholesaler.";
    display: block;
    width: 100%;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

/* Make the form a flex container */
#wpcf7-f303-p347-o1 form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Hidden fields hidden */
#wpcf7-f303-p347-o1 .hidden-fields-container {
    display: none;
}

/* All p tags — 2 columns */
#wpcf7-f303-p347-o1 form p {
    width: calc(50% - 10px);
    margin: 0;
    box-sizing: border-box;
}

/* Checkbox sections with top divider */
#wpcf7-f303-p347-o1 form p:nth-child(8),
#wpcf7-f303-p347-o1 form p:nth-child(9) {
    width: calc(50% - 10px);
    border-top: 1px solid #dce6f0;
    padding-top: 20px;
}

/* Terms full width with divider */
#wpcf7-f303-p347-o1 form p:nth-child(10) {
    width: 100%;
    border-top: 1px solid #dce6f0;
    padding-top: 20px;
}

/* Submit full width */
#wpcf7-f303-p347-o1 form p:nth-child(11) {
    width: 100%;
}

/* All text/email/tel inputs */
#wpcf7-f303-p347-o1 input[type="text"],
#wpcf7-f303-p347-o1 input[type="email"],
#wpcf7-f303-p347-o1 input[type="tel"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    background: #f0f5fb;
    font-size: 14px;
    box-sizing: border-box;
}

/* Labels */
#wpcf7-f303-p347-o1 label {
    display: block;
    color: #1a3a5c;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Checkbox items — each in a bordered box */
#wpcf7-f303-p347-o1 .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 8px 0;
}

#wpcf7-f303-p347-o1 .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    padding: 12px 16px;
    background: #f9fbfd;
    cursor: pointer;
    font-weight: 400;
    color: #333;
}

/* Terms checkbox bordered box */
#wpcf7-f303-p347-o1 .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f9fbfd;
    margin-bottom: 0;
}

/* Fix terms checkbox alignment */
#wpcf7-f303-p347-o1 .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

#wpcf7-f303-p347-o1 .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    cursor: pointer;
}

/* Submit button full width orange */
#wpcf7-f303-p347-o1 input[type="submit"] {
    width: 100%;
    background: #e8960c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

#wpcf7-f303-p347-o1 input[type="submit"]:hover {
    background: #d4870a;
}

/* Response output full width */
#wpcf7-f303-p347-o1 .wpcf7-response-output {
    width: 100%;
}/* End custom CSS */