/* =====================================================
   BLOG PAGE
===================================================== */

.czors-blog-page{
    background:#000000;
    color:#f8fafc;
    min-height:100vh;
    padding-bottom:80px;
}

.czors-blog-layout{

    width:min(1500px,94%);
    margin:40px auto;

    display:grid;
    grid-template-columns:70% 30%;
    gap:36px;
    align-items:start;

}

@media(max-width:1024px){

    .czors-blog-layout{

        grid-template-columns:1fr;

    }

}
/* =====================================================
   Hero Section
===================================================== */

.czors-blog-hero{

    position:relative;
    overflow:hidden;

    border-radius:26px;

    width:min(1500px,94%);
    margin:30px auto 0;

    min-height:420px;

    display:flex;
    align-items:center;
    justify-content:center;

}


/* =====================================================
   background
===================================================== */

.czors-blog-hero-bg{

    position:absolute;
    inset:0;

    background-image:url("https://czors.com/wp-content/uploads/2026/08/blog-collage.jpg");

    background-size:cover;
    background-position:center;

    filter:blur(2px);

    transform:scale(1.05);

}


/* =====================================================
   Overlay
===================================================== */
.czors-blog-hero-overlay{

    position:absolute;
    inset:0;

    background:

    linear-gradient(

        rgba(10,15,25,.75),

        rgba(10,15,25,.88)

    );

}

/* =====================================================
   Content
===================================================== */
.czors-blog-hero-content{

    position:relative;
    z-index:2;

    width:min(760px,90%);

    text-align:center;

}

/* =====================================================
   Headings
===================================================== */
.czors-blog-eyebrow{

    color:#ff8a18;

    text-transform:uppercase;

    letter-spacing:4px;

    font-size:13px;

}

.czors-blog-hero h1{

    font-size:60px;

    line-height:1.1;

    margin:18px 0;

}

.czors-blog-hero p{

    color:#94a3b8;

    font-size:19px;

    max-width:650px;

    margin:auto;

}

/* =====================================================
   Search
===================================================== */
.czors-blog-search{

    margin-top:35px;

    display:flex;

    gap:0;

    overflow:hidden;

    border-radius:16px;

    background:#1e293b;

}

.czors-blog-search-field{

    flex:1;

    display:flex;

    align-items:center;

    gap:14px;

    padding:0 22px;

}
/* =====================================================
   Input
===================================================== */
.czors-blog-search input{

    flex:1;

    border:none;

    outline:none;

    background:transparent;

    color:#fff;

    font-size:16px;

}
/* =====================================================
   Button
===================================================== */
.czors-blog-search button{

    width:180px;

    border:none;

    cursor:pointer;

    background:#ff8a18;

    color:#fff;

    font-weight:700;

}
/* =====================================================
   Category Chips
===================================================== */
.czors-blog-popular{

    margin-top:28px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

}
.czors-blog-popular-list{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}
.czors-blog-popular-list a{

    text-decoration:none;

    color:#fff;

    padding:10px 18px;

    border-radius:999px;

    background:#1e293b;

    transition:.25s;

}

.czors-blog-popular-list a:hover{

    background:#ff8a18;

}
/* =====================================================
   Sidebar
===================================================== */
.czors-blog-sidebar-sticky{

    position:sticky;

    top:95px;

}
/* =========================================================
   BLOG NEARBY SERVICES
========================================================= */

.czors-blog-nearby {
    overflow: hidden;
}

.czors-blog-nearby-eyebrow {
    display: block;
    margin-bottom: 4px;
    color: #ff8a18;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* LIST */

.czors-blog-nearby-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}


/* CARD */

.czors-blog-nearby-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 11px;
    align-items: center;

    padding: 9px;

    color: #fff;
    text-decoration: none;

    background: #0f172a;

    border: 1px solid rgba(255,255,255,.06);
    border-radius: 13px;

    transition:
        transform .2s ease,
        border-color .2s ease,
        background .2s ease;
}

.czors-blog-nearby-card:hover {
    transform: translateY(-2px);

    background: #131e31;

    border-color: rgba(255,138,24,.25);
}


/* IMAGE */

.czors-blog-nearby-image {
    width: 68px;
    height: 68px;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1e293b;

    border-radius: 10px;
}

.czors-blog-nearby-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.czors-blog-nearby-image svg {
    width: 22px;
    height: 22px;

    color: #64748b;
}


/* INFO */

.czors-blog-nearby-info {
    min-width: 0;
}

.czors-blog-nearby-info strong {
    display: block;

    overflow: hidden;

    color: #fff;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;

    text-overflow: ellipsis;
}

.czors-blog-nearby-address {
    display: flex;

    margin-top: 6px;

    align-items: flex-start;

    gap: 5px;

    color: #64748b;

    font-size: 9px;
    line-height: 1.4;
}

.czors-blog-nearby-address svg {
    flex: 0 0 auto;

    width: 11px;
    height: 11px;

    margin-top: 1px;

    color: #ff8a18;
}


.czors-blog-nearby-info small {
    display: block;

    margin-top: 7px;

    color: #ff8a18;

    font-size: 9px;
    font-weight: 800;
}


/* DISTANCE */

.czors-blog-nearby-distance {
    display: inline-flex;

    margin-top: 5px;

    color: #cbd5e1;

    font-size: 9px;
    font-weight: 700;
}


/* LOCATION BUTTON */

.czors-blog-use-location {
    width: 100%;

    min-height: 40px;

    display: flex;

    margin-top: 13px;

    align-items: center;
    justify-content: center;

    gap: 7px;

    cursor: pointer;

    color: #fff;

    background: rgba(255,138,24,.10);

    border: 1px solid rgba(255,138,24,.20);
    border-radius: 11px;

    font-size: 10px;
    font-weight: 800;

    transition: .2s ease;
}

.czors-blog-use-location:hover {
    background: #ff8a18;

    border-color: #ff8a18;
}

.czors-blog-use-location svg {
    width: 14px;
    height: 14px;
}


/* HIDE EXTRA SERVICES INITIALLY */

.czors-blog-nearby-card.is-hidden-default {
    display: none;
}
/* =====================================================
   Widgets
===================================================== */
.czors-blog-widget{

    background:#111827;

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:24px;

    margin-bottom:24px;

}
/* =========================================================
   CZORS BLOG
========================================================= */

.czors-blog-page {
    min-height: 100vh;
    background: #0f172a;
    color: #f8fafc;
    padding-bottom: 80px;
}


/* =========================================================
   HERO
========================================================= */

.czors-blog-hero {
    position: relative;
    width: min(1500px, 94%);
    min-height: 420px;
    margin: 28px auto 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.06);
    background: #111827;
}

.czors-blog-hero-bg {
    position: absolute;
    inset: 0;

    background-image:
        url('https://czors.com/wp-content/uploads/2026/08/ChatGPT-Image-Aug-14-2026-09_18_01-PM.png');

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    z-index: 0;
}

.czors-blog-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(15,23,42,.15),
            rgba(15,23,42,.55)
        );
}

.czors-blog-hero-content {
    position: relative;
    z-index: 2;
    width: min(820px, 90%);
    padding: 70px 0;
    text-align: center;
}

.czors-blog-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff8a18;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.czors-blog-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.czors-blog-hero p {
    max-width: 680px;
    margin: 18px auto 0;
    color: #94a3b8;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================================================
   SEARCH
========================================================= */

.czors-blog-search {
    display: flex;
    width: min(700px, 100%);
    margin: 32px auto 0;
    overflow: hidden;
    background: rgba(15,23,42,.88);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,.22);
}

.czors-blog-search-field {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
}

.czors-blog-search-field svg {
    width: 19px;
    height: 19px;
    color: #94a3b8;
}

.czors-blog-search input {
    width: 100%;
    min-height: 56px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 14px;
}

.czors-blog-search input::placeholder {
    color: #64748b;
}

.czors-blog-search button {
    min-width: 130px;
    padding: 0 24px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #ff8a18;
    font-size: 13px;
    font-weight: 800;
}


/* =========================================================
   CATEGORY CHIPS
========================================================= */

.czors-blog-popular {
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.czors-blog-popular-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.czors-blog-popular-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.czors-blog-popular-list a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    color: #cbd5e1;
    text-decoration: none;
    background: rgba(30,41,59,.72);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    transition: .2s ease;
}

.czors-blog-popular-list a:hover,
.czors-blog-popular-list a.is-active {
    color: #fff;
    background: #ff8a18;
    border-color: #ff8a18;
}


/* =========================================================
   70 / 30 LAYOUT
========================================================= */

.czors-blog-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
    width: min(1500px, 94%);
    margin: 42px auto 0;
    gap: 28px;
    align-items: start;
}

.czors-blog-main {
    min-width: 0;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.czors-blog-section-heading,
.czors-blog-latest-heading {
    margin-bottom: 16px;
}

.czors-blog-section-heading span,
.czors-blog-latest-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -.025em;
}

.czors-blog-section-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.czors-blog-section-heading svg {
    width: 18px;
    height: 18px;
    color: #ff8a18;
}


/* =========================================================
   FEATURED STORY
========================================================= */

.czors-blog-featured-card {
    overflow: hidden;
    background: #111827;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 24px;
}

.czors-blog-featured-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    background: #1e293b;
}

.czors-blog-featured-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.czors-blog-featured-card:hover .czors-blog-featured-image img {
    transform: scale(1.035);
}

.czors-blog-featured-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 7px 11px;
    color: #fff;
    background: #ff8a18;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.czors-blog-featured-copy {
    padding: 28px;
}

.czors-blog-category {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    padding: 0 10px;
    color: #ff8a18;
    background: rgba(255,138,24,.10);
    border: 1px solid rgba(255,138,24,.18);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.czors-blog-featured-copy h2 {
    margin: 14px 0 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.czors-blog-featured-copy h2 a {
    color: #fff;
    text-decoration: none;
}

.czors-blog-featured-copy > p {
    max-width: 780px;
    margin: 14px 0 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
}

.czors-blog-meta {
    display: flex;
    margin-top: 18px;
    gap: 15px;
    flex-wrap: wrap;
}

.czors-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 11px;
    font-weight: 650;
}

.czors-blog-meta svg {
    width: 14px;
    height: 14px;
}

.czors-blog-read-button {
    display: inline-flex;
    min-height: 42px;
    margin-top: 22px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: #fff !important;
    text-decoration: none !important;
    background: #ff8a18;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
}

.czors-blog-read-button svg {
    width: 15px;
    height: 15px;
}


/* =========================================================
   LATEST ARTICLES
========================================================= */

.czors-blog-latest {
    margin-top: 42px;
}

.czors-blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.czors-blog-card {
    overflow: hidden;
    background: #111827;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 19px;
    transition: transform .22s ease, border-color .22s ease;
}

.czors-blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255,138,24,.24);
}

.czors-blog-card-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #1e293b;
}

.czors-blog-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.czors-blog-card:hover .czors-blog-card-image img {
    transform: scale(1.045);
}

.czors-blog-card-body {
    padding: 10px 17px 17px;
}

.czors-blog-card-body h3 {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -.02em;
}

.czors-blog-card-body h3 a {
    color: #fff;
    text-decoration: none;
}

.czors-blog-card:hover h3 a {
    color: #ff8a18;
}

.czors-blog-card-read {
    display: inline-flex;
    margin-top: 16px;
    align-items: center;
    gap: 6px;
    color: #ff8a18 !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 800;
}


/* =========================================================
   SIDEBAR
========================================================= */

.czors-blog-sidebar {
    min-width: 0;
}

.czors-blog-sidebar-sticky {
    position: sticky;
    top: 100px;
}

.czors-blog-widget,
.czors-blog-provider-widget,
.czors-blog-ad-widget {
    margin-bottom: 16px;
    padding: 20px;
    background: #111827;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
}

.czors-blog-widget h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.czors-blog-widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.czors-blog-widget-heading a {
    color: #ff8a18;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.czors-blog-sidebar-search {
    display: flex;
    margin-top: 13px;
    overflow: hidden;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
}

.czors-blog-sidebar-search input {
    flex: 1;
    min-width: 0;
    min-height: 42px;
    padding: 0 12px;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
}

.czors-blog-sidebar-search button {
    width: 44px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: #ff8a18;
}

.czors-blog-sidebar-search svg {
    width: 17px;
    height: 17px;
}


/* =========================================================
   PROMO
========================================================= */

.czors-blog-promo-placeholder {
    margin-top: 14px;
    padding: 18px;
    background:
        linear-gradient(
            135deg,
            rgba(255,138,24,.15),
            rgba(15,23,42,.75)
        );
    border: 1px solid rgba(255,138,24,.20);
    border-radius: 14px;
}

.czors-blog-promo-placeholder span,
.czors-blog-promo-placeholder strong {
    display: block;
}

.czors-blog-promo-placeholder span {
    color: #ff8a18;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.czors-blog-promo-placeholder strong {
    margin-top: 7px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}


/* =========================================================
   TRENDING
========================================================= */

.czors-blog-trending {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.czors-blog-trending a {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 10px;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.czors-blog-trending img {
    width: 55px;
    height: 48px;
    object-fit: cover;
    border-radius: 9px;
}

.czors-blog-trending span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   PROVIDER CTA
========================================================= */

.czors-blog-provider-widget {
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(255,138,24,.20),
            transparent 42%
        ),
        #111827;
}

.czors-blog-provider-widget > span {
    color: #ff8a18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.czors-blog-provider-widget p {
    margin: 9px 0 16px;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.55;
}

.czors-blog-provider-widget a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 13px;
    color: #fff !important;
    text-decoration: none !important;
    background: #ff8a18;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 800;
}


/* =========================================================
   AD
========================================================= */

.czors-blog-ad-widget > span {
    color: #64748b;
    font-size: 9px;
    text-transform: uppercase;
}

.czors-blog-ad-widget > div {
    display: flex;
    min-height: 130px;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    border: 1px dashed rgba(255,255,255,.12);
    border-radius: 12px;
}

.czors-blog-ad-widget strong {
    color: #94a3b8;
    font-size: 12px;
}

.czors-blog-ad-widget small {
    margin-top: 5px;
    color: #475569;
}


/* =========================================================
   EMPTY STATE
========================================================= */

.czors-blog-empty {
    padding: 60px 25px;
    text-align: center;
    background: #111827;
    border-radius: 20px;
}

.czors-blog-empty svg {
    width: 36px;
    height: 36px;
    color: #ff8a18;
}

.czors-blog-empty h3 {
    margin: 14px 0 0;
    color: #fff;
}

.czors-blog-empty p {
    color: #94a3b8;
}


/* =========================================================
  hide serach button in desktop
========================================================= */
.czors-blog-search-button-icon {
    display: none;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1150px) {

    .czors-blog-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czors-blog-layout {
        grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    }
}

@media (max-width: 900px) {

    .czors-blog-layout {
        grid-template-columns: 1fr;
    }

    .czors-blog-sidebar-sticky {
        position: static;
    }
}

@media (max-width: 767px) {

    .czors-blog-page {
        padding-bottom: 90px;
    }

    .czors-blog-hero {
        width: calc(100% - 20px);
        min-height: auto;
        margin-top: 10px;
        border-radius: 20px;
    }

    .czors-blog-hero-content {
        width: 100%;
        padding: 46px 18px;
    }

    .czors-blog-hero h1 {
        font-size: 37px;
    }

    .czors-blog-hero p {
        font-size: 14px;
    }

    

    .czors-blog-layout {
        width: calc(100% - 20px);
        margin-top: 24px;
    }

    .czors-blog-featured-copy {
        padding: 20px;
    }
/* =========================================
   MOBILE BLOG SEARCH
   Input + clickable search icon
========================================= */

.czors-blog-search {
    display: flex;

    width: 100%;
    min-height: 54px;

    align-items: stretch;

    overflow: hidden;

    background: rgba(15, 23, 42, .92);

    border:
        1px solid
        rgba(255, 255, 255, .10);

    border-radius: 14px;

    box-shadow: none;
}


/* INPUT AREA */

.czors-blog-search-field {
    flex: 1 1 auto;

    width: auto;
    min-width: 0;
    min-height: 54px;

    padding:
        0
        8px
        0
        16px;

    background: transparent;

    border: 0;
}


/* Hide the OLD decorative icon on mobile */

.czors-blog-search-field > svg {
    display: none;
}


/* INPUT */

.czors-blog-search input {
    flex: 1 1 auto;

    width: 100%;
    min-width: 0;
    min-height: 54px;

    padding: 0;

    background: transparent;

    border: 0;
    outline: none;

    font-size: 16px;
}


/* CLICKABLE SEARCH BUTTON */

.czors-blog-search-submit {
    flex:
        0
        0
        54px;

    width: 54px;
    min-width: 54px;
    min-height: 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 0;

    background: #ff8a18;

    border: 0;
    border-radius: 0;

    cursor: pointer;
}


/* Hide SEARCH text on mobile */

.czors-blog-search-button-text {
    display: none;
}


/* Show clickable Lucide icon */

.czors-blog-search-button-icon {
    display: block;

    width: 20px;
    height: 20px;

    color: #ffffff;
    stroke: currentColor;
}


/* Touch feedback */

.czors-blog-search-submit:active {
    opacity: .85;
}



    .czors-blog-featured-image {
        aspect-ratio: 16 / 10;
    }

    .czors-blog-featured-copy h2 {
        font-size: 27px;
    }

    .czors-blog-card-grid {
        grid-template-columns: 1fr;
    }

    .czors-blog-sidebar {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {

    .czors-blog-hero-bg {
        background-position: 58% center;
    }

    .czors-blog-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(5, 5, 5, 0.88) 0%,
                rgba(5, 5, 5, 0.70) 55%,
                rgba(5, 5, 5, 0.35) 100%
            );
    }

}
/* =========================================================
   BLOG PAGE BACKGROUND
========================================================= */

.czors-blog-page {
    background: #0b0b0b !important;
    color: #ffffff;
}

body.page-id-0,
body.czors-blog-page {
    background: #0b0b0b !important;
}


/* =========================================================
   BLOG SEARCH - BASE
========================================================= */

.czors-blog-search {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}


/* Search field wrapper */

.czors-blog-search-field {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;

    background: #111111;

    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 10px;

    overflow: hidden;
}


/* Remove ugly white input border */

.czors-blog-search-field input {
    flex: 1 1 auto;
    min-width: 0;

    background: transparent !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    color: #ffffff;

    padding: 13px 14px;

    font-size: 14px;
}


/* Remove browser focus border */

.czors-blog-search-field input:focus,
.czors-blog-search-field input:focus-visible {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}


/* =========================================================
   DESKTOP
   REMOVE SEARCH ICON
========================================================= */

@media (min-width: 768px) {

    .czors-blog-search-field > svg,
    .czors-blog-search-field > i {
        display: none !important;
    }

    .czors-blog-search-field input {
        padding-left: 16px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .czors-blog-search {
        display: grid;
        grid-template-columns: minmax(0,1fr) auto;
        gap: 8px;
    }


    /*
     * Keep mobile icon,
     * but make it narrow.
     */
    .czors-blog-search-field > svg,
    .czors-blog-search-field > i {
        width: 16px !important;
        height: 16px !important;

        flex: 0 0 16px;

        margin-left: 12px;
        margin-right: 2px;

        color: #94a3b8;
    }


    /*
     * More room for typing.
     */
    .czors-blog-search-field input {
        width: 100%;

        padding:
            12px
            10px
            12px
            6px;

        font-size: 14px;
    }


    /*
     * Keep button compact.
     */
    .czors-blog-search-submit {
        width: auto !important;
        min-width: 88px;

        padding:
            0
            16px !important;
    }

}
/* =========================================================
   BLOG SIDEBAR - SPONSORED BUSINESS
========================================================= */

.czors-blog-sponsored {
    overflow: hidden;

    background: #111111;

    border:
        1px solid
        rgba(255,255,255,.07);

    border-radius: 16px;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,.16);
}


/* LABEL */

.czors-blog-sponsored__label {
    display: inline-flex;

    margin:
        14px
        14px
        10px;

    padding:
        5px
        8px;

    align-items: center;

    color: #ff8a18;

    background:
        rgba(255,138,24,.08);

    border:
        1px solid
        rgba(255,138,24,.18);

    border-radius: 999px;

    font-size: 9px;
    font-weight: 800;

    line-height: 1;

    text-transform: uppercase;
    letter-spacing: .08em;
}


/* IMAGE */

.czors-blog-sponsored__image {
    display: block;

    width: calc(100% - 28px);

    margin:
        0
        14px;

    overflow: hidden;

    background: #0b0b0b;

    border-radius: 12px;

    aspect-ratio: 16 / 10;
}

.czors-blog-sponsored__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .35s ease;
}

.czors-blog-sponsored:hover
.czors-blog-sponsored__image img {
    transform:
        scale(1.025);
}


/* CONTENT */

.czors-blog-sponsored__content {
    padding:
        14px
        16px
        16px;
}


/* TITLE */

.czors-blog-sponsored__content h3 {
    margin:
        0
        0
        7px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.2;
}


/* LOCATION */

.czors-blog-sponsored__location {
    display: flex;

    margin-bottom: 8px;

    align-items: flex-start;

    gap: 6px;

    color: #b6bcc6;

    font-size: 11px;

    line-height: 1.4;
}

.czors-blog-sponsored__location svg {
    width: 13px;
    height: 13px;

    flex: 0 0 13px;

    margin-top: 1px;

    color: #ff8a18;
}


/* DESCRIPTION */

.czors-blog-sponsored__content p {
    margin:
        0
        0
        13px !important;

    color: #a7adb7 !important;

    font-size: 11px !important;

    line-height: 1.55 !important;
}


/* CTA */

.czors-blog-sponsored__button {
    display: inline-flex;

    min-height: 36px;

    padding:
        0
        13px;

    align-items: center;
    justify-content: center;

    gap: 6px;

    color: #ffffff !important;

    background: #ff8a18;

    border-radius: 9px;

    text-decoration: none !important;

    font-size: 10px;
    font-weight: 800;

    transition:
        transform .2s ease,
        opacity .2s ease;
}

.czors-blog-sponsored__button:hover {
    transform:
        translateY(-1px);

    opacity: .92;
}

.czors-blog-sponsored__button svg {
    width: 12px;
    height: 12px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .czors-blog-sponsored {
        border-radius: 14px;
    }

    .czors-blog-sponsored__label {
        margin:
            12px
            12px
            9px;

        font-size: 8.5px;
    }

    .czors-blog-sponsored__image {
        width: calc(100% - 24px);

        margin:
            0
            12px;

        border-radius: 10px;

        aspect-ratio: 16 / 9;
    }

    .czors-blog-sponsored__content {
        padding:
            12px
            14px
            14px;
    }

    .czors-blog-sponsored__content h3 {
        font-size: 16px;
    }

    .czors-blog-sponsored__button {
        width: 100%;
    }

}
/* =========================================================
   BLOG SIDEBAR - FEATURED PROMOTION
========================================================= */

.czors-blog-featured-promo {
    padding: 0 !important;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            rgba(255, 138, 24, 0.05),
            rgba(255, 138, 24, 0.01)
        ),
        #111111;

    border:
        1px solid
        rgba(255, 138, 24, 0.16);

    border-radius: 18px;
}


/* ---------------------------------------------------------
   WIDGET HEADING
--------------------------------------------------------- */

.czors-blog-featured-promo
.czors-blog-widget-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    padding: 16px 16px 13px;

    border-bottom:
        1px solid
        rgba(255,255,255,.06);
}

.czors-blog-featured-promo
.czors-blog-widget-heading h3 {
    margin: 0;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.czors-blog-featured-promo
.czors-blog-widget-heading a {
    flex: 0 0 auto;

    color: #ff8a18;

    font-size: 9px;
    font-weight: 800;

    text-decoration: none;

    transition: opacity .2s ease;
}

.czors-blog-featured-promo
.czors-blog-widget-heading a:hover {
    opacity: .75;
}


/* ---------------------------------------------------------
   PROMO CARD
--------------------------------------------------------- */

.czors-blog-promo-card {
    display: block;

    color: inherit;
    text-decoration: none !important;

    background: transparent;

    transition:
        transform .2s ease,
        background .2s ease;
}

.czors-blog-promo-card:hover {
    background:
        rgba(255,255,255,.015);
}


/* ---------------------------------------------------------
   IMAGE
--------------------------------------------------------- */

.czors-blog-promo-card__image {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #0a0a0a;
}

.czors-blog-promo-card__image::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.56),
            rgba(0,0,0,.04) 55%,
            transparent
        );

    pointer-events: none;
}

.czors-blog-promo-card__image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .4s ease;
}

.czors-blog-promo-card:hover
.czors-blog-promo-card__image img {
    transform: scale(1.035);
}


/* ---------------------------------------------------------
   OFFER BADGE
--------------------------------------------------------- */

.czors-blog-promo-card__offer {
    position: absolute;

    left: 12px;
    bottom: 12px;
    z-index: 2;

    max-width: calc(100% - 24px);

    padding: 6px 9px;

    color: #ffffff;

    background:
        rgba(255, 138, 24, .94);

    border-radius: 7px;

    font-size: 9px;
    font-weight: 900;

    line-height: 1;

    text-transform: uppercase;
    letter-spacing: .045em;

    box-shadow:
        0 6px 20px
        rgba(0,0,0,.20);
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.czors-blog-promo-card__content {
    padding: 15px;
}

.czors-blog-promo-card__content h4 {
    margin: 0;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;

    line-height: 1.35;
}

.czors-blog-promo-card__content p {
    margin:
        7px
        0
        0 !important;

    color: #9ca3af !important;

    font-size: 10px !important;
    line-height: 1.55 !important;
}


/* ---------------------------------------------------------
   PROMO CODE
--------------------------------------------------------- */

.czors-blog-promo-card__code {
    display: flex;

    margin-top: 13px;
    padding: 9px 10px;

    align-items: center;
    justify-content: space-between;

    gap: 10px;

    background:
        rgba(255, 138, 24, .07);

    border:
        1px dashed
        rgba(255, 138, 24, .30);

    border-radius: 9px;
}

.czors-blog-promo-card__code span {
    color: #8f98a3;

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .04em;
}

.czors-blog-promo-card__code strong {
    color: #ff8a18;

    font-size: 10px;
    font-weight: 900;

    letter-spacing: .05em;
}


/* ---------------------------------------------------------
   CTA BUTTON
--------------------------------------------------------- */

.czors-blog-promo-card__button {
    display: flex;

    width: 100%;
    min-height: 40px;

    margin-top: 13px;

    align-items: center;
    justify-content: center;

    gap: 7px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #ff8a18,
            #f2780c
        );

    border-radius: 10px;

    font-size: 10px;
    font-weight: 850;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.czors-blog-promo-card__button svg {
    width: 13px;
    height: 13px;
}

.czors-blog-promo-card:hover
.czors-blog-promo-card__button {
    transform:
        translateY(-1px);

    box-shadow:
        0 7px 20px
        rgba(255, 138, 24, .16);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .czors-blog-featured-promo {
        border-radius: 16px;
    }

    .czors-blog-featured-promo
    .czors-blog-widget-heading {
        padding:
            14px
            14px
            12px;
    }

    .czors-blog-promo-card__content {
        padding: 14px;
    }

    .czors-blog-promo-card__content h4 {
        font-size: 14px;
    }

}