[data-component-scope="brand-custom"].footer {
    width: auto;
    padding: 0;
}

/* Custom */

[data-component-scope="brand-custom"].footer .ftix-footer {
    background-color: #e72b78;          /* Floridatix pink */
    color: #ffffff;
    padding: 24px 24px;
    font-family: Arial, sans-serif;     /* substitute for brand font */
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
}

[data-component-scope="brand-custom"].footer .ftix-footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px;
    margin-bottom: 16px;
}

[data-component-scope="brand-custom"].footer .ftix-footer-link,
[data-component-scope="brand-custom"].footer .ftix-footer-phone,
[data-component-scope="brand-custom"].footer .ftix-footer-legal a {
    color: #ffc72c;                     /* Floridatix yellow */
    text-decoration: none;
    font-weight: bold;
}

[data-component-scope="brand-custom"].footer .ftix-footer-link:hover,
[data-component-scope="brand-custom"].footer .ftix-footer-phone:hover,
[data-component-scope="brand-custom"].footer .ftix-footer-legal a:hover {
    text-decoration: underline;
}

[data-component-scope="brand-custom"].footer .ftix-footer-phone {
    white-space: nowrap;                /* keep phone number on one line */
}

[data-component-scope="brand-custom"].footer .ftix-footer-legal {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 20px;
    margin-bottom: 20px;
}

[data-component-scope="brand-custom"].footer .ftix-footer-logo-wrap {
    margin-top: 8px;
}

[data-component-scope="brand-custom"].footer .ftix-footer-logo img {
    height: 42px;
    max-width: 100%;
    display: block;
    margin: 0 auto 6px auto;
}

[data-component-scope="brand-custom"].footer .ftix-footer-brand {
    font-weight: bold;
}

/* MOBILE – make everything bigger, not smaller – revert if too big in production */
@media (max-width: 480px) {
    [data-component-scope="brand-custom"].footer .ftix-footer {
        padding: 22px 18px;
        font-size: 15px;                  /* bigger body text */
        line-height: 1.7;
    }
    [data-component-scope="brand-custom"].footer .ftix-footer-top {
        gap: 10px 16px;
        margin-bottom: 18px;
    }
    [data-component-scope="brand-custom"].footer .ftix-footer-legal {
        font-size: 13px;                  /* bigger legal text */
        margin-bottom: 18px;
        gap: 6px 14px;
    }
    [data-component-scope="brand-custom"].footer .ftix-footer-logo img {
        height: 48px;                     /* bigger logo */
        margin-bottom: 8px;
    }
    [data-component-scope="brand-custom"].footer .ftix-footer-brand {
        font-size: 14px;
    }
}
