/* TEKTAR Corporate Theme 1.9.12 — header/footer alignment refinements */

/* Header now belongs to the main column and sits directly above it. */
.tektar-main-panel > .tektar-corporate-header{
  width:100%!important;
  min-height:64px!important;
  margin:0!important;
  padding:10px 20px 10px 28px!important;
  border-radius:30px 30px 0 0!important;
  box-shadow:0 9px 20px rgba(0,72,36,.18),inset 0 1px 0 rgba(255,255,255,.15)!important;
}
.tektar-corporate-header-title{
  max-width:calc(100% - 150px)!important;
  font-size:clamp(8px,.72vw,11px)!important;
  line-height:1.25!important;
  letter-spacing:.018em!important;
  font-weight:800!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tektar-corporate-header-logo{
  width:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 8px 7px rgba(0,0,0,.32));
}
.tektar-corporate-header-logo img{
  width:auto!important;
  height:36px!important;
  max-width:132px!important;
  filter:drop-shadow(0 0 1px rgba(255,255,255,.98)) drop-shadow(0 0 1px rgba(255,255,255,.98))!important;
}
.tektar-main-panel{border-radius:30px 30px 0 0!important;overflow:hidden}
.tektar-content{padding-top:30px!important}

/* Slider buttons: slightly higher and further left. */
.tektar-studio-slider .tektar-slide-actions{
  left:clamp(46px,5.2vw,74px)!important;
  bottom:clamp(42px,5.3vw,66px)!important;
  transform:none!important;
}

/* Footer columns use equal width and equal visual spacing. */
.tektar-footer-reference .tektar-footer-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:clamp(28px,4vw,58px)!important;
  row-gap:30px!important;
  align-items:start!important;
}
.tektar-footer-reference .tektar-footer-grid > *{min-width:0!important}
.tektar-footer-reference h3{margin-top:0!important;margin-bottom:14px!important}
.tektar-footer-reference p,
.tektar-footer-reference li{margin-top:0!important}

/* Social buttons stay centered above the final footer row. */
.tektar-footer-social-center{
  display:flex!important;
  justify-content:center!important;
  margin:24px auto 0!important;
}

/* Copyright left; policies right; no dot, pipe or vertical separator. */
.tektar-footer-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
  width:100%!important;
  margin-top:18px!important;
  padding-top:18px!important;
  text-align:left!important;
}
.tektar-footer-copyright{margin-right:auto!important;text-align:left!important;white-space:nowrap}
.tektar-footer-bottom .tektar-footer-policies{
  margin-left:auto!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:24px!important;
  white-space:nowrap!important;
}
.tektar-footer-bottom .tektar-footer-policies a{
  padding:0!important;
  border:0!important;
}
.tektar-footer-bottom .tektar-footer-policies a:before,
.tektar-footer-bottom .tektar-footer-policies a:after,
.tektar-footer-bottom .tektar-footer-policies a+a:before{
  content:none!important;
  display:none!important;
  border:0!important;
  margin:0!important;
}

@media(max-width:980px){
  .tektar-main-panel > .tektar-corporate-header{
    width:100%!important;
    min-height:58px!important;
    margin:0!important;
    border-radius:0!important;
    padding:9px 14px 9px 18px!important;
  }
  .tektar-corporate-header-title{max-width:calc(100% - 105px)!important;font-size:8px!important}
  .tektar-corporate-header-logo img{height:29px!important;max-width:94px!important}
  .tektar-studio-slider .tektar-slide-actions{left:26px!important;bottom:46px!important}
  .tektar-footer-reference .tektar-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tektar-footer-bottom{align-items:flex-start!important;flex-direction:column!important}
  .tektar-footer-bottom .tektar-footer-policies{margin-left:0!important;justify-content:flex-start!important;flex-wrap:wrap!important;white-space:normal!important}
}
@media(max-width:620px){
  .tektar-corporate-header-title{font-size:7px!important}
  .tektar-corporate-header-logo img{height:25px!important;max-width:80px!important}
  .tektar-footer-reference .tektar-footer-grid{grid-template-columns:1fr!important}
  .tektar-footer-copyright{white-space:normal!important}
}
