/*
Theme Name: Körperstrategie50plus Mockup Clean
Theme URI: https://koerperstrategie50plus.ch
Author: OpenAI
Description: Komplett neu aufgebautes WordPress Theme für Körperstrategie50plus mit bestehendem System und neuem Mockup-nahen Frontend.
Version: 24.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: ks50
*/


/* ===== V4 Hero refinement ===== */
:root{
  --ks50-hero-height: 380px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  min-height: var(--ks50-hero-height) !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 14px !important;
  padding: 14px !important;
  align-items: stretch !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  padding: 4px 0 !important;
  max-width: 520px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 28px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 10px !important;
  max-width: 480px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 14px !important;
  line-height: 1.35 !important;
  max-width: 470px !important;
  margin: 10px 0 8px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 12px !important;
  line-height: 1.45 !important;
  max-width: 500px !important;
}
.ks50-btn-row,
.hero-buttons,
.home-hero-buttons{
  margin-top: 12px !important;
  gap: 10px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
  position: relative !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  width: 100% !important;
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 42% !important;
  background: linear-gradient(to top, rgba(0,0,0,.42), rgba(0,0,0,0)) !important;
  pointer-events: none !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 14px !important;
  right: 14px !important;
  width: min(255px, 48%) !important;
  padding: 12px !important;
}
.ks50-floating-title{
  font-size: 15px !important;
}
.ks50-video-row,
.latest-videos-grid{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.ks50-video-card,
.latest-video-card{
  max-width: none !important;
}
.ks50-video-card img,
.latest-video-card img{
  aspect-ratio: 1 / 1 !important;
}
.ks50-video-meta{
  padding: 8px !important;
}
.ks50-video-meta h3{
  font-size: 11px !important;
  line-height: 1.25 !important;
}
.ks50-about-grid,
.about-grid{
  grid-template-columns: 1.25fr 0.75fr !important;
  gap: 14px !important;
  align-items: start !important;
}
.ks50-about-visual,
.about-visual{
  align-self: start !important;
}
.ks50-about-visual img,
.about-visual img{
  min-height: 220px !important;
  max-height: 260px !important;
  width: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 1100px){
  .ks50-video-row,
  .latest-videos-grid{
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 300px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
  .ks50-video-row,
  .latest-videos-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-about-grid,
  .about-grid{
    grid-template-columns: 1fr !important;
  }
}


/* ===== V5 hero image 40% smaller with matched typography ===== */
:root{
  --ks50-hero-height: 320px;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  grid-template-columns: 1.28fr 0.72fr !important;
  min-height: var(--ks50-hero-height) !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  max-width: 620px !important;
  padding-right: 10px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 32px !important;
  line-height: .96 !important;
  max-width: 560px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 15px !important;
  max-width: 560px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 13px !important;
  max-width: 580px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  max-width: 100% !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-position: center center !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  width: min(220px, 52%) !important;
  padding: 10px !important;
}
.ks50-floating-title{
  font-size: 14px !important;
}
.ks50-floating-card li{
  font-size: 10px !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 260px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
}


/* ===== V6 elegant calm hero rebalance ===== */
:root{
  --ks50-hero-height: 300px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  grid-template-columns: 1.34fr 0.66fr !important;
  min-height: var(--ks50-hero-height) !important;
  gap: 12px !important;
  padding: 12px !important;
  background: linear-gradient(135deg,#f4efe8 0%, #eee7dd 100%) !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  max-width: 650px !important;
  padding-right: 6px !important;
}
.ks50-kicker{
  margin-bottom: 8px !important;
  font-size: 10px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 30px !important;
  line-height: .94 !important;
  max-width: 560px !important;
  margin-bottom: 8px !important;
}
.ks50-hero-copy h1 span,
.hero-copy h1 span,
.home-hero-copy h1 span{
  display:block !important;
  margin-top: 3px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 14px !important;
  line-height: 1.34 !important;
  max-width: 540px !important;
  margin: 8px 0 8px !important;
  font-weight: 750 !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 12px !important;
  line-height: 1.42 !important;
  max-width: 560px !important;
  color: #545454 !important;
}
.ks50-btn-row,
.hero-buttons,
.home-hero-buttons{
  margin-top: 10px !important;
  gap: 8px !important;
}
.ks50-btn{
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 11px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-fit: cover !important;
  object-position: center 24% !important;
  filter: saturate(.96) contrast(.98) !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  height: 48% !important;
  background: linear-gradient(to top, rgba(0,0,0,.32), rgba(0,0,0,0)) !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 12px !important;
  right: 12px !important;
  width: min(205px, 48%) !important;
  padding: 9px !important;
  background: rgba(20,20,20,.82) !important;
}
.ks50-floating-title{
  font-size: 13px !important;
  line-height: 1.1 !important;
  margin-bottom: 7px !important;
}
.ks50-floating-card ul{
  gap: 5px !important;
}
.ks50-floating-card li{
  font-size: 9.5px !important;
  line-height: 1.25 !important;
  padding-left: 12px !important;
}
.ks50-floating-card li:before{
  left: 0 !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 240px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 22px !important;
  }
  .ks50-hero-slogan,
  .hero-slogan,
  .home-hero-slogan{
    font-size: 13px !important;
  }
  .ks50-hero-sub,
  .hero-sub,
  .home-hero-sub{
    font-size: 11px !important;
  }
  .ks50-hero-visual img,
  .hero-visual img,
  .home-hero-visual img{
    min-height: var(--ks50-hero-height) !important;
    height: var(--ks50-hero-height) !important;
  }
}


/* ===== V7 full-page premium calm refinements ===== */
body{
  background: linear-gradient(180deg,#f1ece5 0%, #eee7de 100%) !important;
}
.ks50-section-head h2{
  font-size: 20px !important;
  letter-spacing: -.025em !important;
}
.ks50-section-head p{
  font-size: 12px !important;
  color: #666 !important;
}
.ks50-topic-card{
  min-height: 128px !important;
  border-color:#d9d1c7 !important;
}
.ks50-topic-card:before{
  background: linear-gradient(180deg,rgba(0,0,0,.05) 10%,rgba(0,0,0,.58) 100%) !important;
}
.ks50-topic-content h3{
  font-size: 16px !important;
}
.ks50-topic-content p{
  font-size: 9.5px !important;
  color: rgba(255,255,255,.88) !important;
}
.ks50-panel{
  background: #fbf8f3 !important;
  border-color:#d6cdc1 !important;
}
.ks50-panel-head h2{
  font-size: 19px !important;
}
.ks50-panel-head a{
  font-size: 11px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.ks50-product-card,
.ks50-video-card,
.ks50-affiliate-card,
.ks50-step,
.ks50-about-copy,
.ks50-about-visual img,
.ks50-newsletter-box,
.ks50-post-card,
.ks50-sidebox,
.ks50-single article,
.ks50-related-card{
  background: #fbf8f3 !important;
  border-color:#d6cdc1 !important;
}
.ks50-products-grid{
  gap: 10px !important;
}
.ks50-product-card img{
  filter: saturate(.95) contrast(.98) !important;
}
.ks50-product-meta{
  padding: 8px !important;
}
.ks50-product-meta h3{
  font-size: 12px !important;
  font-weight: 800 !important;
}
.ks50-product-meta p{
  font-size: 9.5px !important;
}
.ks50-product-meta strong{
  font-size: 11px !important;
}
.ks50-member-card{
  background: linear-gradient(180deg,#292c30,#1f2124) !important;
}
.ks50-member-card h3{
  font-size: 17px !important;
}
.ks50-member-card ul{
  font-size: 10px !important;
}
.ks50-affiliate-grid{
  gap: 8px !important;
}
.ks50-affiliate-card img{
  opacity: .94 !important;
}
.ks50-video-row{
  gap: 10px !important;
}
.ks50-video-card img{
  aspect-ratio: 1 / .9 !important;
  filter: saturate(.95) contrast(.99) !important;
}
.ks50-video-meta{
  padding: 7px !important;
}
.ks50-video-meta h3{
  font-size: 10.5px !important;
  font-weight: 800 !important;
}
.ks50-video-time{
  background:#151515 !important;
  color:#fff !important;
}
.ks50-steps-grid{
  gap: 10px !important;
}
.ks50-step{
  background: linear-gradient(180deg,#fbf8f3,#f4eee6) !important;
}
.ks50-step h3{
  font-size: 12px !important;
}
.ks50-step p{
  font-size: 9.5px !important;
}
.ks50-about-copy h2{
  font-size: 20px !important;
}
.ks50-about-copy p{
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.ks50-about-visual img{
  min-height: 210px !important;
  max-height: 240px !important;
  filter: saturate(.96) contrast(.99) !important;
}
.ks50-newsletter-box{
  background: linear-gradient(135deg,#26282c 0%,#31343a 100%) !important;
}
.ks50-newsletter-box h2{
  font-size: 20px !important;
}
.ks50-newsletter-box p{
  font-size: 12px !important;
}
.ks50-newsletter-form{
  gap: 8px !important;
}
.ks50-newsletter-form input{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.ks50-page-hero-box,
.ks50-post-card,
.ks50-sidebox,
.ks50-single article,
.ks50-related-card{
  background:#fbf8f3 !important;
}
.ks50-page-hero h1,
.ks50-single h1{
  font-size: 26px !important;
}
.ks50-page-hero p,
.ks50-post-card-body p,
.ks50-sidebox p,
.ks50-single .entry-content{
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.ks50-post-card-body h2{
  font-size: 16px !important;
}
.ks50-sidebox h3{
  font-size: 16px !important;
}
.ks50-link-list a{
  font-size: 12px !important;
}
.ks50-single .ks50-single-intro{
  font-size: 13px !important;
}
.ks50-single .entry-content h2{
  font-size: 18px !important;
}
.ks50-related-card h4{
  font-size: 13px !important;
}
.ks50-footer{
  background:#141414 !important;
}
.ks50-footer-grid{
  grid-template-columns: 1.3fr .9fr .9fr .9fr !important;
}
.ks50-footer p,
.ks50-footer li,
.ks50-footer a{
  font-size: 11px !important;
}
@media (max-width: 920px){
  .ks50-section-head h2,
  .ks50-newsletter-box h2,
  .ks50-about-copy h2,
  .ks50-page-hero h1,
  .ks50-single h1{
    font-size: 18px !important;
  }
}


/* ===== V8 hero max 450px, no gradient ===== */
:root{
  --ks50-hero-height: 450px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  grid-template-columns: 1.26fr 0.74fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  max-width: 640px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 34px !important;
  line-height: .94 !important;
  max-width: 580px !important;
  margin-bottom: 10px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 15px !important;
  line-height: 1.38 !important;
  max-width: 560px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 13px !important;
  line-height: 1.48 !important;
  max-width: 580px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  content: none !important;
  display: none !important;
  background: none !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 12px !important;
  right: 12px !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 320px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
  .ks50-hero-slogan,
  .hero-slogan,
  .home-hero-slogan{
    font-size: 13px !important;
  }
  .ks50-hero-sub,
  .hero-sub,
  .home-hero-sub{
    font-size: 11px !important;
  }
}


/* ===== V9 equal heights + clickable shop products ===== */
.ks50-3col{
  align-items: stretch !important;
}
.ks50-3col > .ks50-panel{
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.ks50-products-grid,
.ks50-member-card,
.ks50-affiliate-grid{
  flex: 1 1 auto !important;
}
.ks50-product-card{
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}
.ks50-product-card:hover{
  transform: translateY(-1px) !important;
  border-color: #b99563 !important;
}
.ks50-affiliate-grid{
  align-content: start !important;
}


/* ===== V10 homepage real WooCommerce products ===== */
.ks50-grid-3{
  align-items: stretch !important;
}
.ks50-grid-3 > .ks50-box{
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.ks50-product-grid,
.ks50-box-member > :last-child,
.ks50-box:last-child > :last-child{
  flex: 1 1 auto !important;
}
.ks50-product{
  display:block !important;
  color:inherit !important;
  text-decoration:none !important;
}
.ks50-product:hover{
  transform: translateY(-1px) !important;
  border-color:#b99563 !important;
}
.ks50-product .amount,
.ks50-product .woocommerce-Price-amount{
  color: inherit !important;
}


/* Customizer controlled hero typography */
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-family: Inter, Arial, sans-serif;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-family: Inter, Arial, sans-serif;
}


/* ===== V13 full-width about block ===== */
.ks50-about-wide{
  width: 100%;
}
.ks50-about-wide-box{
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  gap: 0;
  width: 100%;
  background: #fbf8f3;
  border: 1px solid #d6cdc1;
  box-shadow: none;
  overflow: hidden;
}
.ks50-about-wide-media{
  min-height: 280px;
  height: 100%;
}
.ks50-about-wide-media img{
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}
.ks50-about-wide-copy{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}
.ks50-about-wide-copy h2{
  margin: 6px 0 10px;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -.03em;
}
.ks50-about-wide-copy p{
  margin: 0;
  max-width: 780px;
  font-size: 14px;
  line-height: 1.55;
  color: #585858;
}
.ks50-about-wide-actions{
  margin-top: 16px;
}
@media (max-width: 920px){
  .ks50-about-wide-box{
    grid-template-columns: 1fr;
  }
  .ks50-about-wide-media{
    min-height: 220px;
  }
  .ks50-about-wide-media img{
    min-height: 220px;
  }
  .ks50-about-wide-copy{
    padding: 16px;
  }
  .ks50-about-wide-copy h2{
    font-size: 22px;
  }
  .ks50-about-wide-copy p{
    font-size: 13px;
  }
}


/* Hero Layout is controlled by Customizer in V14 */


/* ===== V15 frontpage about refinements ===== */
.ks50-about-wide-box{
  grid-template-columns: 1fr 28% !important;
  align-items: start !important;
}
.ks50-about-wide-copy{
  justify-content: flex-start !important;
  align-self: start !important;
  padding: 22px 18px 18px 22px !important;
}
.ks50-about-wide-copy h2{
  margin-top: 2px !important;
}
.ks50-about-wide-copy p{
  max-width: 860px !important;
}
.ks50-about-wide-media{
  min-height: 180px !important;
  height: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  padding: 16px 16px 16px 0 !important;
}
.ks50-about-wide-media img{
  width: 76% !important;
  min-height: 160px !important;
  max-height: 190px !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  margin-left: auto !important;
}
@media (max-width: 920px){
  .ks50-about-wide-box{
    grid-template-columns: 1fr !important;
  }
  .ks50-about-wide-copy{
    padding: 16px !important;
  }
  .ks50-about-wide-media{
    padding: 0 16px 16px 16px !important;
    justify-content: center !important;
  }
  .ks50-about-wide-media img{
    width: 100% !important;
    max-height: 220px !important;
  }
}


/* ===== V16 hero containment + affiliate links ===== */
.ks50-hero-wrap,
.ks50-hero,
.ks50-hero-media{
  overflow: hidden !important;
}
.ks50-hero{
  align-items: stretch !important;
}
.ks50-hero-media{
  max-width: 100% !important;
  max-height: var(--ks50-hero-height, 450px) !important;
  height: var(--ks50-hero-height, 450px) !important;
  display: block !important;
  position: relative !important;
}
.ks50-hero-media img{
  width: 100% !important;
  max-width: 100% !important;
  max-height: var(--ks50-hero-height, 450px) !important;
  height: var(--ks50-hero-height, 450px) !important;
  object-fit: cover !important;
  display: block !important;
}
.ks50-aff-item{
  display:block !important;
  text-decoration:none !important;
  color:inherit !important;
}
.ks50-aff-item:hover{
  border-color:#b99563 !important;
  transform: translateY(-1px);
}


/* ===== V17 hero image 10px offsets top/right/bottom ===== */
.ks50-hero{
  padding: 10px 10px 10px 0 !important;
}
.ks50-hero-media{
  padding: 10px 10px 10px 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: stretch !important;
}
.ks50-hero-media img{
  width: 100% !important;
  height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  max-height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  min-height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  display: block !important;
}
.ks50-hero-card{
  top: 20px !important;
  right: 20px !important;
}
@media (max-width: 920px){
  .ks50-hero{
    padding: 10px 10px 10px 0 !important;
  }
  .ks50-hero-media{
    padding: 10px 10px 10px 0 !important;
  }
  .ks50-hero-media img{
    height: calc(var(--ks50-hero-height, 320px) - 20px) !important;
    max-height: calc(var(--ks50-hero-height, 320px) - 20px) !important;
    min-height: calc(var(--ks50-hero-height, 320px) - 20px) !important;
  }
}


/* ===== V18 fix hero text spacing while keeping image offsets ===== */
.ks50-hero{
  padding: 10px !important;
  box-sizing: border-box !important;
}
.ks50-hero-copy{
  padding: 10px 10px 10px 10px !important;
  box-sizing: border-box !important;
}
.ks50-hero-media{
  padding: 10px 10px 10px 0 !important;
  box-sizing: border-box !important;
}
.ks50-hero-media img{
  width: 100% !important;
  height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  max-height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  min-height: calc(var(--ks50-hero-height, 450px) - 20px) !important;
  display: block !important;
}
.ks50-hero-card{
  top: 20px !important;
  right: 20px !important;
}
@media (max-width: 920px){
  .ks50-hero{
    padding: 10px !important;
  }
  .ks50-hero-copy{
    padding: 10px !important;
  }
  .ks50-hero-media{
    padding: 10px 10px 10px 0 !important;
  }
}


/* V19 hero background switcher ready */
.ks50-hero-media img{
  transition: opacity .25s ease;
}


/* V20 full hero automatic background switcher */
.ks50-hero-wrap{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/* V21 media library hero uploads enabled */

/* V22 fixed media-library hero image resolution */

/* V24 frontpage category image uploads enabled */
