/*
 * Lord Petrick (pId 7991 / 18085, multi-pId) — brand override styles.
 * Auto-loaded by base.php for this brand. Ports only the classes the
 * franchise page (themes/ue_override/core_views/lordpetrick/franchise.php)
 * uses from CI3 assets/wla_new/css/franchise_20251006_4.css.
 *
 * CI3 used --main-bg-color; CI4 injects --brand-primary at runtime in <head>,
 * so we alias it here instead of hardcoding a hex. La Pino'z red fallback.
 *
 * The Coming-Soon landing (index.php) carries its own self-contained inline
 * <style>, so nothing from it is ported here.
 */
:root {
    --main-bg-color: var(--brand-primary, #c10a28);
}

/* ── Franchise form: buttons + inputs ───────────────────────────── */
.btn-success {
    background: var(--main-bg-color) !important;
    border: 2px solid var(--main-bg-color) !important;
    border-radius: 80px !important;
    padding: 10px 35px !important;
    font-weight: normal !important;
    color: #fff !important;
}
.btn-success:hover,
.btn-success:focus {
    background: var(--main-bg-color) !important;
    color: #fff !important;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ── Franchise layout ───────────────────────────────────────────── */
.f-wrapper {
    position: relative;
    background: #eeeeee;
    padding: 40px 0;
}
.f-wrapper .btnAction {
    margin-top: 20px;
}
.site-forms .form-group {
    margin-bottom: 20px;
}
.site-forms .form-control {
    height: auto;
    border-color: #ddd;
    padding: 15px 15px;
}
.site-forms textarea.form-control {
    height: 180px;
    padding: 15px;
}
.form-submit-success {
    background: linear-gradient(to bottom right, var(--main-bg-color) 0%, #ececec 100%);
    color: #fff !important;
    padding: 1em;
    font-size: 1.1em;
    display: none;
}

/* ── Franchise heading / title ──────────────────────────────────── */
.title {
    font-size: 26px;
    margin: 0 0 .5407911001em;
    text-align: left;
}
.font-weight-semibold {
    font-weight: 600;
}
.color-primary {
    color: var(--main-bg-color);
}
.title .span-one {
    font-size: 22px;
}
.title:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 130px;
    background-color: var(--main-bg-color);
    height: 1px;
    bottom: -7px;
    left: 0px;
}
.title .span-two {
    font-size: 26px;
    margin-top: 0;
    line-height: normal;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.text-center.title::after {
    left: 50%;
    transform: translate(-50%, 0px);
}

@media (max-width: 767px) {
    .title {
        font-size: 20px;
    }
    .title .span-one {
        font-size: 18px;
    }
    .title:after {
        max-width: 100px;
    }
    .title .span-two {
        font-size: 20px;
    }
}
