
.csb-wrap{max-width:var(--csb-max-width);margin:0 auto;padding:0 18px}
.csb-section{margin-bottom:var(--csb-section-spacing)}
.csb-header{display:flex;align-items:center;justify-content:flex-start;gap:var(--csb-logo-menu-gap);background:var(--csb-header-bg);color:var(--csb-header-text);border-radius:var(--csb-header-radius);padding:var(--csb-header-padding-y) var(--csb-header-padding-x)}
.csb-brand{flex:0 0 auto;max-width:var(--csb-logo-max-width)}
.csb-brand-link{display:inline-flex;align-items:center;text-decoration:none}
.csb-logo{display:block;max-height:var(--csb-logo-max-height);max-width:var(--csb-logo-max-width);width:auto;height:auto}
.csb-text-brand{font-size:26px;font-weight:700;color:var(--csb-header-text);line-height:1}
.csb-nav{flex:0 1 auto;min-width:0}
.csb-menu,.csb-menu ul{list-style:none!important;margin:0!important;padding:0!important}
.csb-menu{display:flex;align-items:center;justify-content:flex-start;gap:var(--csb-menu-gap);flex-wrap:wrap}
.csb-menu li{list-style:none!important;position:relative;margin:0!important;padding:0!important}
.csb-menu>li>a{display:inline-flex;align-items:center;padding:var(--csb-menu-item-padding-y) var(--csb-menu-item-padding-x);border-radius:999px;text-decoration:none;color:var(--csb-header-text);font-weight:600;font-size:var(--csb-menu-font-size);line-height:1.1;transition:.2s ease}
.csb-menu>li>a:hover,.csb-menu>li.current-menu-item>a,.csb-menu>li.current-menu-ancestor>a{color:var(--csb-header-accent);background:rgba(0,0,0,.04)}
.csb-menu li ul{display:none;position:absolute;top:100%;left:0;min-width:220px;z-index:99;background:#fff;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:10px!important}
.csb-menu li:hover>ul{display:block}
.csb-menu li ul li a{display:block;padding:10px 12px;text-decoration:none;color:var(--csb-header-text);border-radius:10px;font-size:15px}
.csb-menu li ul li a:hover{background:rgba(0,0,0,.04);color:var(--csb-header-accent)}
.csb-no-menu{padding:10px 14px;border-radius:12px;background:rgba(0,0,0,.04)}

.csb-grid{display:grid;gap:var(--csb-grid-gap)}
.csb-cols-1{grid-template-columns:1fr}
.csb-cols-2{grid-template-columns:repeat(2,1fr)}
.csb-cols-3{grid-template-columns:repeat(3,1fr)}
.csb-cols-4{grid-template-columns:repeat(4,1fr)}
.csb-section-head{margin:0 0 16px}
.csb-section-head h2{margin:0;font-size:30px;line-height:1.2;color:var(--csb-card-text)}

.csb-hero{position:relative;min-height:var(--csb-hero-height);background-size:cover;background-position:center center;display:flex;align-items:center}
.csb-hero:before{content:"";position:absolute;inset:0;background:var(--csb-hero-overlay)}
.csb-hero-inner{position:relative;z-index:2;max-width:760px;padding:60px 0;margin:0 auto;text-align:center}
.csb-hero h1{margin:0 0 18px;font-size:var(--csb-hero-title-size);line-height:1.05;color:var(--csb-hero-title);font-weight:800}
.csb-hero p{margin:0 0 26px;font-size:var(--csb-hero-text-size);line-height:1.6;color:var(--csb-hero-text);opacity:.96}
.csb-hero-search{display:flex;align-items:stretch;max-width:560px;background:rgba(255,255,255,.16);border-radius:18px;overflow:hidden;backdrop-filter:blur(4px);margin:0 auto}
.csb-hero-search input{flex:1 1 auto;border:0;padding:18px 20px;font-size:18px;background:transparent;color:#fff}
.csb-hero-search input::placeholder{color:rgba(255,255,255,.82)}
.csb-hero-search button{border:0;padding:0 28px;font-size:20px;font-weight:700;background:var(--csb-hero-search-button-bg);color:var(--csb-hero-search-button-text);cursor:pointer}

.csb-card,.csb-featured-card,.csb-catbox{background:var(--csb-card-bg);color:var(--csb-card-text);border-radius:var(--csb-card-radius);overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:transform .22s ease, box-shadow .22s ease}.csb-card,.csb-featured-card{display:flex;flex-direction:column;height:100%}
.csb-card:hover,.csb-featured-card:hover,.csb-catbox:hover{transform:translateY(-4px) scale(var(--csb-hover-scale));box-shadow:0 16px 36px rgba(0,0,0,.1)}
.csb-thumb{display:block;aspect-ratio:var(--csb-image-ratio);overflow:hidden;background:#f3f3f3}
.csb-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.csb-card-body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1 1 auto}
.csb-topline{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.csb-category-row{line-height:1}
.csb-category-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:var(--csb-category-radius);color:var(--csb-category-text);background:var(--csb-category-bg);text-decoration:none;font-size:13px;font-weight:700;line-height:1.1}
.csb-meta-line{font-size:13px;opacity:.72}
.csb-card-title{margin:0 0 10px;font-size:20px;line-height:1.35}
.csb-card-title a{text-decoration:none;color:var(--csb-card-text)}
.csb-card-excerpt{font-size:15px;line-height:1.65;color:var(--csb-card-text);opacity:.85;flex:1 1 auto}
.csb-readmore{display:inline-flex;align-items:center;margin-top:14px;padding:10px 14px;border-radius:var(--csb-readmore-radius);color:var(--csb-readmore-text);background:var(--csb-readmore-bg);text-decoration:none;font-weight:700;font-size:14px;align-self:flex-start}

.csb-featured-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:var(--csb-grid-gap)}
.csb-featured-side{display:grid;gap:var(--csb-grid-gap)}
.csb-featured-card.is-large .csb-card-title{font-size:30px;line-height:1.2}
.csb-featured-card.is-large .csb-card-body{padding:20px 22px 22px}
.csb-featured-card.is-small .csb-card-title{font-size:18px}

.csb-catbox{display:flex;flex-direction:column;gap:6px;padding:20px;text-decoration:none}
.csb-catbox-name{font-weight:700;font-size:18px;color:var(--csb-card-text)}
.csb-catbox-count{font-size:14px;opacity:.75;color:var(--csb-card-text)}

.csb-footer{background:var(--csb-footer-bg);color:var(--csb-footer-text);border-radius:var(--csb-card-radius);padding:22px 22px}
.csb-footer-top{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.csb-footer-title{font-size:22px;font-weight:700}
.csb-footer .csb-menu{justify-content:flex-start}
.csb-footer .csb-menu>li>a{color:var(--csb-footer-text);padding:8px 10px}
.csb-footer-copy{margin-top:12px;opacity:.75}

@media (max-width:980px){
  .csb-header{flex-direction:column;align-items:flex-start}
  .csb-nav{width:100%}
  .csb-menu{justify-content:flex-start}
  .csb-featured-layout{grid-template-columns:1fr}
  .csb-cols-4,.csb-cols-3{grid-template-columns:repeat(2,1fr)}
  .csb-hero h1{font-size:48px}
}
@media (max-width:640px){
  .csb-cols-4,.csb-cols-3,.csb-cols-2{grid-template-columns:1fr}
  .csb-hero h1{font-size:36px}
  .csb-hero p{font-size:18px}
  .csb-hero-search{flex-direction:column}
  .csb-hero-search button{padding:16px 20px}
}


/* V7.8 featured balancing */
.csb-featured-layout{align-items:start}
.csb-featured-main .csb-featured-card.is-large .csb-card-excerpt{flex:0 0 auto}
.csb-featured-main .csb-featured-card.is-large .csb-card-body{padding:18px 20px 20px}
.csb-featured-main .csb-featured-card.is-large .csb-card-title{margin-bottom:8px}
.csb-featured-side .csb-featured-card{height:auto}


/* V7.9 featured layout presets */
.csb-featured-layout.is-balanced-1-2{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(0,0.9fr);
  gap:var(--csb-grid-gap);
  align-items:stretch;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-main,
.csb-featured-layout.is-balanced-1-2 .csb-featured-side{
  min-height:100%;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-side{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:var(--csb-grid-gap);
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-card.is-large{
  height:100%;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-main .csb-card-title{
  font-size:24px;
  line-height:1.22;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-main .csb-card-excerpt{
  flex:0 0 auto;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-side .csb-card-title{
  font-size:18px;
  line-height:1.28;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-side .csb-card-excerpt{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.csb-featured-layout.is-classic-1-3{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);
  gap:var(--csb-grid-gap);
}
.csb-featured-layout.is-classic-1-3 .csb-featured-side{
  display:grid;
  gap:var(--csb-grid-gap);
}
.csb-featured-grid .csb-featured-card .csb-card-title{
  font-size:20px;
  line-height:1.3;
}
@media (max-width:980px){
  .csb-featured-layout.is-balanced-1-2,
  .csb-featured-layout.is-classic-1-3{
    grid-template-columns:1fr;
  }
  .csb-featured-layout.is-balanced-1-2 .csb-featured-side{
    grid-template-rows:auto;
  }
}


/* V8.0 mobile menu and hero improvements */
.csb-mobile-toggle{
  display:none;
  border:0;
  background:var(--csb-readmore-bg);
  color:var(--csb-readmore-text);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  cursor:pointer;
}
.csb-featured-layout.is-balanced-1-2 .csb-featured-main .csb-card-excerpt{
  -webkit-line-clamp: unset;
  overflow: visible;
}
@media (max-width:980px){
  .csb-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}
  .csb-header{align-items:stretch}
  .csb-brand{display:flex;align-items:center;justify-content:space-between}
  .csb-nav{display:none;width:100%}
  .csb-nav.is-open{display:block}
  .csb-menu{flex-direction:column;align-items:stretch}
  .csb-menu > li > a{width:100%;justify-content:flex-start}
  .csb-menu li ul{
    display:block;
    position:static;
    min-width:0;
    box-shadow:none;
    background:transparent;
    padding:6px 0 0 14px !important;
    margin-top:4px !important;
  }
  .csb-hero{
    min-height:auto;
    padding:48px 0;
    background-position:center center;
  }
  .csb-hero-inner{
    max-width:100%;
    padding:20px 0;
  }
  .csb-hero h1{
    font-size:clamp(30px, 8vw, 42px);
    line-height:1.12;
  }
  .csb-hero p{
    font-size:clamp(16px, 4.5vw, 18px);
  }
}


/* V8.1 mobile fixes */
@media (max-width:980px){
  .csb-header{
    align-items:center;
    text-align:center;
  }
  .csb-brand{
    width:100%;
    max-width:none;
    justify-content:center;
    margin:0 auto;
  }
  .csb-brand-link{
    justify-content:center;
    width:100%;
  }
  .csb-logo{
    margin:0 auto;
  }
  .csb-mobile-toggle{
    display:inline-flex;
    margin:12px auto 0;
  }
  .csb-nav{
    display:none;
    width:100%;
    margin-top:12px;
  }
  .csb-nav.is-open{
    display:block !important;
  }
  .csb-menu{
    flex-direction:column;
    align-items:stretch;
    width:100%;
  }
  .csb-menu > li{
    width:100%;
  }
  .csb-menu > li > a{
    width:100%;
    justify-content:center;
  }
  .csb-menu li ul{
    display:none !important;
    position:static;
    min-width:0;
    box-shadow:none;
    background:transparent;
    padding:8px 0 0 0 !important;
    margin-top:0 !important;
  }
  .csb-menu li.open > ul{
    display:block !important;
  }
  .csb-menu li ul li a{
    text-align:center;
  }

  .csb-hero{
    min-height:auto;
    padding:56px 0 44px;
    overflow:hidden;
  }
  .csb-hero-inner{
    max-width:92%;
    margin:0 auto;
    padding:0;
    text-align:center;
  }
  .csb-hero h1{
    margin:0 0 14px;
    max-width:100%;
  }
  .csb-hero p{
    margin:0 auto 20px;
    max-width:100%;
  }
  .csb-hero-search{
    width:100%;
    max-width:100%;
    margin:0 auto;
  }
}

/* Allow longer excerpt in large featured card */
.csb-featured-layout.is-balanced-1-2 .csb-featured-main .csb-card-excerpt{
  display:block !important;
  overflow:visible !important;
  -webkit-line-clamp:unset !important;
  max-height:none !important;
  line-clamp:unset !important;
}
.csb-featured-main .csb-card-body{
  justify-content:flex-start;
}


/* V8.2 stronger mobile centering for hero */
@media (max-width:980px){
  .csb-hero{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .csb-hero .csb-wrap{
    width:100%;
    display:flex !important;
    justify-content:center !important;
  }
  .csb-hero-inner{
    width:100%;
    max-width:92% !important;
    margin:0 auto !important;
    text-align:center !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }
  .csb-hero-inner h1,
  .csb-hero-inner p{
    width:100%;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .csb-hero-search{
    width:100% !important;
    max-width:560px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    align-self:center !important;
  }
}
@media (max-width:640px){
  .csb-hero .csb-wrap{
    padding-left:18px;
    padding-right:18px;
  }
  .csb-hero-inner{
    max-width:100% !important;
  }
  .csb-hero-search{
    max-width:100% !important;
  }
}

/* Remove any visual clamp on featured main excerpt */
.csb-featured-main .csb-card-excerpt,
.csb-featured-layout.is-balanced-1-2 .csb-featured-main .csb-card-excerpt,
.csb-featured-card.is-large .csb-card-excerpt{
  display:block !important;
  overflow:visible !important;
  max-height:none !important;
  height:auto !important;
  -webkit-line-clamp:unset !important;
  line-clamp:unset !important;
  white-space:normal !important;
}


/* V8.3 mobile menu + popular views */
@media (max-width:980px){
  .csb-mobile-toggle{
    display:inline-flex !important;
  }
  .csb-nav{
    display:none !important;
  }
  .csb-nav.is-open{
    display:block !important;
  }
  .csb-header{
    flex-direction:column !important;
  }
  .csb-featured-main-excerpt{
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }
}


/* V8.4 mobile menu + mobile featured excerpt */
@media (max-width:980px){
  .csb-mobile-toggle{
    display:inline-flex !important;
    margin:12px auto 0 !important;
    z-index:5;
  }
  .csb-nav{
    width:100%;
    display:none !important;
  }
  .csb-nav.is-open{
    display:block !important;
  }
  .csb-header{
    align-items:center !important;
  }
  .csb-menu{
    width:100%;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
  }
  .csb-menu > li > a{
    width:100%;
    justify-content:center !important;
  }
  .csb-featured-main-excerpt{
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    max-height:3.4em !important;
  }
}

/* V8.5 mobile featured excerpt equal length */
@media (max-width:980px){
  .csb-featured-main-excerpt{
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    max-height:4.2em !important;
  }
}


/* V8.6 mobile fix first featured excerpt */
@media (max-width:980px){

  .csb-featured-main .csb-card-excerpt,
  .csb-featured-main-excerpt,
  .csb-featured-card.is-large .csb-card-excerpt{
      display:-webkit-box !important;
      -webkit-line-clamp:3 !important;
      -webkit-box-orient:vertical !important;
      overflow:hidden !important;
      max-height:4.2em !important;
      line-height:1.4 !important;
  }

}


/* V8.7 hard mobile clamp for first featured post */
@media screen and (max-width: 980px) {
  .csb-featured-main .csb-card-excerpt,
  .csb-featured-main-excerpt,
  .csb-featured-layout .csb-featured-main .csb-featured-card.is-large .csb-card-excerpt,
  .csb-featured-card.is-large .csb-card-excerpt {
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical !important;
    box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    max-height: 4.2em !important;
    height: auto !important;
    flex: 0 0 auto !important;
  }
}


/* V8.9 category page */
.csb-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}
.csb-page-link a,
.csb-page-link span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:8px 12px;
  border-radius:999px;
  text-decoration:none;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}


/* V9.0 single blog page */
.csb-single-post{
  background:var(--csb-card-bg);
  color:var(--csb-card-text);
}
.csb-single-header{
  margin-bottom:20px;
}
.csb-single-title{
  margin:10px 0 12px;
  font-size:40px;
  line-height:1.15;
  color:var(--csb-card-text);
}
.csb-single-featured-image{
  margin-bottom:24px;
  border-radius:var(--csb-card-radius);
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.csb-single-featured-image img{
  display:block;
  width:100%;
  height:auto;
}
.csb-single-layout{
  display:grid;
  gap:28px;
}
.csb-single-layout.has-sidebar.sidebar-right{
  grid-template-columns:minmax(0, 1fr) 320px;
}
.csb-single-layout.has-sidebar.sidebar-left{
  grid-template-columns:320px minmax(0, 1fr);
}
.csb-single-content{
  min-width:0;
  font-size:18px;
  line-height:1.8;
}
.csb-single-content p:first-child{
  font-size:1.08em;
}
.csb-single-content h2,
.csb-single-content h3,
.csb-single-content h4{
  color:var(--csb-card-text);
  line-height:1.3;
  margin-top:1.5em;
  margin-bottom:.6em;
}
.csb-single-content img{
  max-width:100%;
  height:auto;
  border-radius:12px;
}
.csb-blog-sidebar{
  min-width:0;
}
.csb-blog-sidebar .widget,
.csb-blog-sidebar .wp-block-group,
.csb-blog-sidebar .wp-block-search,
.csb-blog-sidebar .csb-sidebar-widget{
  background:#fff;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  margin-bottom:18px;
}
.csb-blog-sidebar .widget h1,
.csb-blog-sidebar .widget h2,
.csb-blog-sidebar .widget h3,
.csb-blog-sidebar .widget h4{
  margin-top:0;
}
@media (max-width:980px){
  .csb-single-layout.has-sidebar.sidebar-right,
  .csb-single-layout.has-sidebar.sidebar-left{
    grid-template-columns:1fr;
  }
  .csb-single-title{
    font-size:32px;
  }
  .csb-blog-sidebar{
    order:2;
  }
  .csb-single-content{
    order:1;
    font-size:17px;
  }
}
@media (max-width:640px){
  .csb-single-title{
    font-size:28px;
  }
  .csb-single-content{
    font-size:16px;
    line-height:1.75;
  }
}


/* V9.1 single blog no-sidebar full width */
.csb-single-layout.no-sidebar{
  grid-template-columns:minmax(0, 1fr);
}
.csb-single-layout.no-sidebar .csb-single-content{
  width:100%;
  max-width:100%;
}


/* V1.1 keep titles in original casing */
.csb-section-head h2,
.csb-card-title,
.csb-card-title a,
.csb-single-title,
.csb-catbox-name{
  text-transform:none !important;
}


/* V1.2 Dutch title casing + neat homepage title clamp */
.csb-section-head h2,
.csb-card-title,
.csb-card-title a,
.csb-catbox-name{
  text-transform:none !important;
}

.csb-section-head h2{
  display:block;
}

.csb-card-title a{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.csb-section-head h2.csb-force-sentence-case,
.csb-card-title.csb-force-sentence-case,
.csb-catbox-name.csb-force-sentence-case{
  text-transform:none !important;
}


/* V1.4 custom homepage blocks */
.csb-custom-home-block{
  background:var(--csb-card-bg);
  color:var(--csb-card-text);
  border-radius:var(--csb-card-radius);
}
.csb-custom-home-text{
  margin-top:8px;
}
.csb-custom-home-text p:last-child{
  margin-bottom:0;
}
.csb-custom-home-shortcode{
  margin-top:14px;
}


/* V1.5 custom homepage blocks side by side when same position */
.csb-custom-home-grid{
  display:grid;
  gap:24px;
}
.csb-custom-home-grid.cols-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.csb-custom-home-grid.cols-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.csb-custom-home-grid-item .csb-wrap{
  max-width:none;
  padding:0;
}
.csb-custom-home-grid-item .csb-section{
  margin-bottom:0;
}
.csb-custom-home-block{
  height:100%;
}
@media (max-width:980px){
  .csb-custom-home-grid.cols-2,
  .csb-custom-home-grid.cols-3{
    grid-template-columns:1fr;
  }
}


/* V1.6 contact page */
.csb-contact-title{
  margin:0 0 14px;
  font-size:48px;
  line-height:1.1;
  color:var(--csb-card-text);
}
.csb-contact-intro{
  font-size:20px;
  line-height:1.7;
  color:var(--csb-card-text);
  opacity:.86;
}
.csb-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:28px;
  margin-top:28px;
}
.csb-contact-subtitle,
.csb-contact-topics-title{
  margin:0 0 16px;
  color:var(--csb-card-text);
}
.csb-contact-card,
.csb-contact-form-card{
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.csb-contact-email-row{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.csb-contact-email-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:var(--csb-category-bg);
  color:var(--csb-category-text);
  font-size:18px;
  flex:0 0 auto;
}
.csb-contact-email-label{
  font-size:14px;
  opacity:.7;
}
.csb-contact-email-link{
  font-size:28px;
  line-height:1.2;
  text-decoration:none;
  color:var(--csb-readmore-bg);
  word-break:break-word;
}
.csb-contact-email-text{
  margin-top:14px;
}
.csb-contact-topics{
  margin-top:26px;
}
.csb-contact-topics-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.csb-contact-topics-list li{
  position:relative;
  padding-left:22px;
}
.csb-contact-topics-list li:before{
  content:"›";
  position:absolute;
  left:0;
  top:0;
  color:var(--csb-readmore-bg);
  font-size:22px;
  line-height:1;
}
.csb-contact-bottom-text{
  margin-top:26px;
}
@media (max-width:980px){
  .csb-contact-grid{
    grid-template-columns:1fr;
  }
  .csb-contact-title{
    font-size:38px;
  }
}
@media (max-width:640px){
  .csb-contact-title{
    font-size:30px;
  }
  .csb-contact-intro{
    font-size:17px;
  }
  .csb-contact-email-link{
    font-size:22px;
  }
}


/* V1.6.2 contact topics list fix + own styling */
.csb-contact-page{
  padding:8px 0;
}
.csb-contact-card{
  border:1px solid rgba(0,0,0,.06);
}
.csb-contact-topics-list{
  display:block !important;
}
.csb-contact-topics-list li{
  display:block;
  margin-bottom:10px;
}


/* V1.6.3 contact page centered and more original design */
.csb-contact-page{
  max-width:920px;
  margin:0 auto;
}
.csb-contact-header{
  text-align:center;
  margin-bottom:26px;
}
.csb-contact-intro{
  max-width:760px;
  margin:0 auto;
}
.csb-contact-grid{
  grid-template-columns:1fr !important;
  max-width:820px;
  margin:28px auto 0;
}
.csb-contact-main,
.csb-contact-side{
  width:100%;
}
.csb-contact-subtitle,
.csb-contact-topics-title{
  font-size:30px;
  line-height:1.2;
  margin-bottom:18px;
}
.csb-contact-card{
  background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94));
  border:1px solid rgba(0,0,0,.05);
  border-radius:22px;
  padding:26px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.csb-contact-email-row{
  gap:16px;
  align-items:center;
}
.csb-contact-email-icon{
  width:46px;
  height:46px;
  background:rgba(0,0,0,.03);
  color:var(--csb-readmore-bg);
  font-size:20px;
  border:1px solid rgba(0,0,0,.05);
}
.csb-contact-email-label{
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.csb-contact-email-link{
  font-size:24px;
  font-weight:700;
  color:var(--csb-readmore-bg);
}
.csb-contact-email-text{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,.06);
}
.csb-contact-topics{
  margin-top:32px;
  background:#fff;
  border-radius:22px;
  padding:24px 26px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.csb-contact-topics-list{
  display:block !important;
}
.csb-contact-topics-list li{
  display:block;
  margin:0 0 14px;
  padding:0 0 14px 28px;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.csb-contact-topics-list li:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.csb-contact-topics-list li:before{
  content:"→";
  left:0;
  top:1px;
  font-size:18px;
  color:var(--csb-readmore-bg);
}
.csb-contact-bottom-text{
  margin-top:28px;
  text-align:center;
  opacity:.9;
}
.csb-contact-form-card{
  background:#fff;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
@media (max-width:640px){
  .csb-contact-page{
    max-width:100%;
  }
  .csb-contact-title{
    font-size:32px;
  }
  .csb-contact-subtitle,
  .csb-contact-topics-title{
    font-size:24px;
  }
  .csb-contact-card,
  .csb-contact-topics,
  .csb-contact-form-card{
    padding:20px;
    border-radius:18px;
  }
  .csb-contact-email-link{
    font-size:20px;
  }
}


/* V1.7 about page */
.csb-about-page{
  max-width:920px;
  margin:0 auto;
}
.csb-about-header{
  text-align:center;
  margin-bottom:30px;
}
.csb-about-title{
  margin:0 0 14px;
  font-size:48px;
  line-height:1.08;
  color:var(--csb-card-text);
}
.csb-about-intro{
  max-width:760px;
  margin:0 auto;
  font-size:20px;
  line-height:1.7;
  opacity:.9;
}
.csb-about-section{
  margin-top:28px;
}
.csb-about-section .csb-about-text{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.csb-about-section h2{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.2;
}
.csb-about-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.csb-about-image-top{
  margin-bottom:18px;
}
.csb-about-split{
  display:grid;
  grid-template-columns:minmax(260px, .9fr) minmax(0,1.1fr);
  gap:24px;
  align-items:center;
}
.csb-about-bottom{
  margin-top:30px;
  text-align:center;
  opacity:.92;
}
@media (max-width:980px){
  .csb-about-title{
    font-size:38px;
  }
  .csb-about-split{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .csb-about-title{
    font-size:30px;
  }
  .csb-about-intro{
    font-size:17px;
  }
  .csb-about-section .csb-about-text{
    padding:20px;
    border-radius:18px;
  }
  .csb-about-image img{
    border-radius:18px;
  }
}


/* v1.7.2 about page titles use site color */
.csb-about-section h2{
  color: var(--csb-readmore-bg);
}


/* v1.7.5 email actions */
.csb-contact-email-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.csb-contact-email-button,
.csb-contact-copy-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  border:0;
  text-decoration:none;
  font-weight:700;
  cursor:pointer;
}
.csb-contact-email-button{
  background:var(--csb-readmore-bg);
  color:var(--csb-readmore-text);
}
.csb-contact-copy-button{
  background:#f4f4f4;
  color:var(--csb-card-text);
}


/* v1.8.9 visibly different homepage presets */
.csb-home-preset-standard .csb-hero{margin-bottom:0;}
.csb-home-preset-magazine .csb-section-head h2{font-size:34px;}
.csb-home-preset-magazine .csb-section{margin-bottom:40px;}
.csb-home-preset-magazine .csb-hero{margin-bottom:16px;}
.csb-home-preset-minimal .csb-hero{min-height:420px;}
.csb-home-preset-minimal .csb-section-head h2{font-size:28px;}
.csb-home-preset-minimal .csb-card,
.csb-home-preset-minimal .csb-featured-card,
.csb-home-preset-minimal .csb-catbox{box-shadow:0 6px 20px rgba(0,0,0,.04);}
