.elementor-306 .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-f291-p306-o1 {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* Heading */
#wpcf7-f291-p306-o1::before {
    content: "Join BUYCO";
    display: block;
    color: #1a3a5c;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Subtitle on first p tag */
#wpcf7-f291-p306-o1 p:first-of-type::before {
    content: "Tell us a little bit about yourself and your business to get started.";
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}

/* Remove ::after */
#wpcf7-f291-p306-o1::after {
    content: none;
}

/* All text/email/tel inputs */
#wpcf7-f291-p306-o1 input[type="text"],
#wpcf7-f291-p306-o1 input[type="email"],
#wpcf7-f291-p306-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-f291-p306-o1 label {
    display: block;
    color: #1a3a5c;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Radio buttons — stack vertically with bordered box */
#wpcf7-f291-p306-o1 .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
}

#wpcf7-f291-p306-o1 .wpcf7-radio .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-f291-p306-o1 .wpcf7-acceptance .wpcf7-list-item {
    display: block;
    border: 1px solid #dce6f0;
    border-radius: 8px;
    padding: 14px 16px;
    background: #f9fbfd;
    margin-bottom: 20px;
}

/* Fix terms checkbox alignment */
#wpcf7-f291-p306-o1 .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}

#wpcf7-f291-p306-o1 .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    cursor: pointer;
}

/* Submit button full width orange */
#wpcf7-f291-p306-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-f291-p306-o1 input[type="submit"]:hover {
    background: #d4870a;
}/* End custom CSS */