/* Template CSS File - Add your custom styles here */

/* Colors and header styles should remain in index.html to avoid flicker */

/* Form Section */
.form-section {
    width: 100%;
    margin: 0;
    padding: 0.5rem 0;
}

.form-background {
    background-image: url('https://res.cloudinary.com/dbtcg826q/image/upload/v1762555156/common/sp-buckets/img/bulletin-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Form button hover */
.form-background button:hover,
.form-background input[type="submit"]:hover,
.form-background .btn:hover {
    background-color: #0284C7 !important;
}

/* Steps Section - Step Icons */
.steps-section .step .step-icon {
    background: linear-gradient(135deg, #0EA5E9 0%, #10B981 100%);
    color: #ffffff;
}

/* Connect headlines color override */
.steps-main-title {
    color: #333333 !important;
}
.step-title {
    color: #333333 !important;
}

/* Override form container height */
#storefrontloans_apply_form {
    min-height: 400px !important;
}

/* Site title logo styling */
.site-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-title svg {
    max-height: 4rem;
    width: auto;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.site-title-text {
    font-size: 1.875rem;
    font-weight: 600;
    color: #0EA5E9;
    line-height: 1;
}

/* Desktop and up */

