
/* JobTread Form Overrides */
.jtwf {
    font-family: 'Montserrat', sans-serif !important;
}

.jtwf button[data-submit-button="true"] {
    background-color: #fb5d16 !important; /* Inner Flame */
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease !important;
}

.jtwf button[data-submit-button="true"]:hover {
    background-color: #DD3601 !important; /* Outer Flame */
}

.jtwf input:focus-within,
.jtwf textarea:focus-within,
.jtwf select:focus-within {
    --tw-ring-color: #fb5d16 !important;
    border-color: #fb5d16 !important;
}

.jtwf .text-red-500 {
    color: #fb5d16 !important; /* Inner Flame for asterisks */
}
