.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================
   TAXI STELA – SZABLON MIEJSCOWOŚCI
   Wspólny dla Skoczów / Ustroń / Cieszyn
   ===================================== */

body {
    background: #05060b;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #f7f7f9;
}

/* GŁÓWNY WRAPPER */

.local-wrap {
    max-width: 1100px;
    margin: 40px auto 60px auto;
    padding: 0 20px;
}

/* HEADER BOX */

.local-header-box {
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 18px;
    background: #101015;
    border: 1px solid #262626;
    margin-bottom: 26px;
}

.local-logo {
    flex: 0 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 12px;
}

.local-logo img {
    display: block;
    width: 230px;
    height: auto;
}

.local-header-text {
    flex: 1;
    min-width: 260px;
}

.local-badge {
    display: inline-block;
    background: #e23b24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.local-header-text h1 {
    margin: 0 0 10px;
    font-size: 2rem;
    color: #fff;
}

.local-header-text p {
    margin: 0 0 10px;
    font-size: 0.95rem;
    color: #d0d0d0;
}

/* TELEFONY */

.local-phones-main {
    margin-top: 6px;
    font-size: 1.05rem;
    font-weight: 700;
}

.local-phones-main a {
    color: #ff4c3a;
    text-decoration: none;
}

.local-phones-secondary {
    margin-top: 4px;
    font-size: 0.9rem;
    color: #bbbbbb;
}

.local-phones-secondary a {
    color: #bbbbbb;
    text-decoration: none;
    margin-right: 12px;
}

/* DIVIDER */

.local-divider {
    height: 3px;
    background: #e23b24;
    margin: 26px 0 22px;
    border-radius: 999px;
}

/* SEKCJE */

.local-section {
    margin-bottom: 26px;
}

.local-section h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}

.local-section p,
.local-section li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #d0d0d0;
}

/* LISTY */

.local-section ul {
    padding-left: 20px;
}

/* DWIE KOLUMNY */

.local-two-cols {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
    gap: 24px;
}

/* MAPA */

.local-map-box img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #262626;
}

.local-map-caption {
    font-size: 0.8rem;
    color: #a9a9b5;
    margin-top: 6px;
}

/* CALL BOX */

.local-call-box {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #101015;
    border: 1px solid #262626;
    border-left: 4px solid #e23b24;
}

.local-call-box a {
    color: #ff4c3a;
    font-weight: 700;
    text-decoration: none;
}

/* RESPONSYWNOŚĆ */

@media (max-width: 800px) {
    .local-header-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .local-two-cols {
        grid-template-columns: 1fr;
    }

    .local-logo img {
        width: 200px;
    }
}/* End custom CSS */