/* Tenfic author archive — Lindy editorial system */
.author .tf-author-page{
  font-family:'Manrope',sans-serif!important;
  color:#3A3428!important;
}
.author .tf-author-shell{
  width:min(calc(100% - 48px),74rem)!important;
  margin:0 auto!important;
}
.author .tf-author-hero>.section-container,
.author .tf-author-posts>.section-container{
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
}
.author .tf-author-hero{
  min-height:0!important;
  height:auto!important;
  padding:96px 0 0!important;
  background:
    radial-gradient(ellipse 56% 110% at 8% 0%,#F7DEBC 0%,rgba(247,222,188,0) 68%),
    radial-gradient(ellipse 54% 100% at 92% 0%,#F2D5C4 0%,rgba(242,213,196,0) 64%),
    linear-gradient(180deg,#FAF4EC 0%,#FCFBF8 100%)!important;
}
.author .tf-author-profile{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:48px!important;
  align-items:center!important;
  max-width:61rem!important;
}
.author .tf-author-avatar-wrap{
  width:220px!important;
  height:220px!important;
  padding:8px!important;
  border:1px solid #E7E0CB!important;
  border-radius:12px!important;
  background:#FFFFFF!important;
  box-shadow:0 12px 36px rgba(58,52,40,.06)!important;
}
.author .tf-author-avatar,
.author .tf-author-avatar img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:8px!important;
}
.author .tf-author-copy{
  width:100%!important;
  max-width:660px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.author .tf-author-eyebrow{
  margin:0 0 12px!important;
  color:#846207!important;
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
.author .tf-author-name{
  margin:0!important;
  color:#3A3428!important;
  font-family:'Manrope',sans-serif!important;
  font-size:clamp(3rem,5vw,4.4rem)!important;
  line-height:1.04!important;
  font-weight:700!important;
  letter-spacing:-.03em!important;
}
.author .tf-author-position{
  margin-top:12px!important;
  color:#846207!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:700!important;
}
.author .tf-author-bio{
  max-width:650px!important;
  margin-top:18px!important;
  color:#474A55!important;
  font-size:17px!important;
  line-height:1.65!important;
  font-weight:500!important;
}
.author .tf-author-social-row{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:9px!important;
  margin-top:26px!important;
}
.author .tf-author-social-link:not([href]),
.author .tf-author-social-link[href=""],
.author .tf-author-social-link[href="#"],
.author .tf-author-social-icon-link:not([href]),
.author .tf-author-social-icon-link[href=""],
.author .tf-author-social-icon-link[href="#"]{
  display:none!important;
}
.author .tf-author-social-icon-link{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #E7E0CB!important;
  border-radius:9px!important;
  background:#FFFFFF!important;
  color:#121C2D!important;
  text-decoration:none!important;
  box-shadow:0 1px 2px rgba(18,28,45,.025)!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
.author .tf-author-social-icon-link:hover{
  border-color:#C3B68D!important;
  background:#F9ECC2!important;
  color:#121C2D!important;
  transform:translateY(-1px)!important;
}
.author .tf-author-social-icon,
.author .tf-author-social-icon .breakdance-icon-atom{
  width:20px!important;
  height:20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:inherit!important;
}
.author .tf-author-social-icon svg{
  display:block!important;
  color:inherit!important;
}
.author .tf-author-social-icon-link[aria-label="Website"] .tf-author-social-icon svg{
  width:19px!important;
  height:19px!important;
}
.author .tf-author-social-icon-link[aria-label="LinkedIn"] .tf-author-social-icon svg{
  width:18px!important;
  height:18px!important;
}
.author .tf-author-social-icon-link[aria-label="Facebook"] .tf-author-social-icon svg{
  width:16px!important;
  height:18px!important;
}
.author .tf-author-social-icon-link[aria-label="X"] .tf-author-social-icon svg{
  width:17px!important;
  height:17px!important;
}
.author .tf-author-social-icon-link[aria-label="Website"] .tf-author-social-icon svg,
.author .tf-author-social-icon-link[aria-label="Website"] .tf-author-social-icon svg *,
.author .tf-author-social-icon-link[aria-label="LinkedIn"] .tf-author-social-icon svg,
.author .tf-author-social-icon-link[aria-label="LinkedIn"] .tf-author-social-icon svg *,
.author .tf-author-social-icon-link[aria-label="Facebook"] .tf-author-social-icon svg,
.author .tf-author-social-icon-link[aria-label="Facebook"] .tf-author-social-icon svg *,
.author .tf-author-social-icon-link[aria-label="X"] .tf-author-social-icon svg,
.author .tf-author-social-icon-link[aria-label="X"] .tf-author-social-icon svg *{
  fill:currentColor!important;
  stroke:none!important;
}
.author .tf-author-posts{
  min-height:0!important;
  height:auto!important;
  padding:68px 0 96px!important;
  background:#FCFBF8!important;
}
.author .tf-author-posts-head{
  width:100%!important;
  max-width:680px!important;
  margin:0 auto 52px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
}
.author .tf-author-posts-head h2{
  width:100%!important;
  margin:0!important;
  color:#3A3428!important;
  font-family:'Manrope',sans-serif!important;
  font-size:clamp(2.1rem,3.2vw,2.8rem)!important;
  line-height:1.05!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
  text-align:center!important;
  text-wrap:balance!important;
}
.author .tf-author-articles-title::before{
  content:'Articles by ';
}
.author .tf-author-posts-head .bde-text{
  width:100%!important;
  max-width:620px!important;
  margin:14px auto 0!important;
  color:#474A55!important;
  font-family:'Manrope',sans-serif!important;
  font-size:15.5px!important;
  line-height:1.6!important;
  font-weight:500!important;
  text-align:center!important;
}
.author .tf-author-post-list{
  width:100%!important;
}
.author .tf-author-post-list .bde-loop,
.author .tf-author-post-list .ee-posts{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
}
.author .tf-author-post-list .ee-post{
  min-width:0!important;
  height:100%!important;
  padding:8px 8px 16px!important;
  display:flex!important;
  flex-direction:column!important;
  border:.5px solid #E7E0CB!important;
  border-radius:12px!important;
  background:#FFFFFF!important;
  overflow:hidden!important;
  box-shadow:0 0 12px rgba(71,71,71,.02)!important;
  transition:border-color .2s ease!important;
}
.author .tf-author-post-list .ee-post:hover{
  border-color:#C3B68D!important;
}
.author .tf-author-post-list .ee-post-image-link{
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  border-radius:8px!important;
}
.author .tf-author-post-list .ee-post-image{
  width:100%!important;
  aspect-ratio:16/9!important;
  overflow:hidden!important;
  border-radius:8px!important;
  background:#F3F3F3!important;
}
.author .tf-author-post-list .ee-post-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  transition:transform .35s ease!important;
}
.author .tf-author-post-list .ee-post:hover .ee-post-image img{
  transform:scale(1.025)!important;
}
.author .tf-author-post-list .ee-post-wrap{
  width:100%!important;
  flex:1!important;
  padding:16px 10px 0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.author .tf-author-post-list .ee-post-title{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  color:#3A3428!important;
  font-family:'Manrope',sans-serif!important;
  font-size:clamp(1.2rem,calc(1.15rem + .25vw),1.35rem)!important;
  line-height:1.18!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
  text-align:left!important;
  text-wrap:balance!important;
}
.author .tf-author-post-list .ee-post-title-link{
  color:inherit!important;
  text-decoration:none!important;
}
.author .tf-author-post-list .ee-post-meta{
  order:-1!important;
  width:100%!important;
  margin:0 0 10px!important;
  color:#846207!important;
  font-family:'Manrope',sans-serif!important;
  font-size:.8rem!important;
  line-height:1.35!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:uppercase!important;
  text-align:left!important;
}
.author .tf-author-post-list .ee-post-content{
  width:100%!important;
  max-width:none!important;
  margin:12px 0 0!important;
  color:#474A55!important;
  font-family:'Manrope',sans-serif!important;
  font-size:.875rem!important;
  line-height:1.55!important;
  font-weight:500!important;
  text-align:left!important;
}
.author .tf-author-post-list .ee-post-button{
  display:none!important;
}
.author .tf-author-post-list .bde-posts-pagination{
  width:100%!important;
  margin:40px auto 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  flex-wrap:wrap!important;
  font-family:'Manrope',sans-serif!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers ul{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  list-style:none!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li{
  margin:0!important;
  padding:0!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a,
.author .tf-author-post-list .bde-posts-prev-next-link a{
  min-width:40px!important;
  height:40px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #E7E0CB!important;
  border-radius:5px!important;
  background:#FFFFFF!important;
  color:#0F1E2E!important;
  font-family:'Manrope',sans-serif!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:500!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background-color .15s ease,border-color .15s ease,color .15s ease!important;
}
.author .tf-author-post-list .bde-posts-prev-next-link a{
  min-width:88px!important;
  padding:0 14px!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a:hover,
.author .tf-author-post-list .bde-posts-prev-next-link a:hover{
  border-color:#C3B68D!important;
  background:#F9ECC2!important;
  color:#0F1E2E!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers--active a,
.author .tf-author-post-list .bde-posts-navigation-numbers a.is-active{
  border-color:#C3B68D!important;
  background:#FEF6E4!important;
  color:#846207!important;
  font-weight:600!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers--ellipses span{
  min-width:24px!important;
  height:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#846207!important;
  font-family:'Manrope',sans-serif!important;
  font-size:14px!important;
  font-weight:600!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a:focus-visible,
.author .tf-author-post-list .bde-posts-prev-next-link a:focus-visible{
  outline:2px solid #2A66FF!important;
  outline-offset:2px!important;
}
@media(max-width:479px){
  .author .tf-author-post-list .bde-posts-pagination{margin-top:32px!important;gap:5px!important}
  .author .tf-author-post-list .bde-posts-navigation-numbers ul{gap:5px!important}
  .author .tf-author-post-list .bde-posts-prev-next-link a{min-width:80px!important;padding:0 12px!important}
}
@media(max-width:1023px){
  .author .tf-author-hero{padding:72px 0 0!important}
  .author .tf-author-posts{padding-top:52px!important}
  .author .tf-author-profile{grid-template-columns:180px minmax(0,1fr)!important;gap:34px!important}
  .author .tf-author-avatar-wrap{width:180px!important;height:180px!important}
  .author .tf-author-post-list .bde-loop,
  .author .tf-author-post-list .ee-posts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .author .tf-author-shell{width:calc(100% - 32px)!important}
  .author .tf-author-hero{padding:96px 0 0!important}
  .author .tf-author-profile{grid-template-columns:1fr!important;gap:24px!important}
  .author .tf-author-avatar-wrap{width:140px!important;height:140px!important}
  .author .tf-author-name{font-size:clamp(2.55rem,12vw,3.3rem)!important}
  .author .tf-author-bio{font-size:15.5px!important}
  .author .tf-author-posts{padding:42px 0 72px!important}
  .author .tf-author-posts-head{margin-bottom:36px!important}
  .author .tf-author-posts-head h2{font-size:clamp(2.05rem,9vw,2.65rem)!important}
  .author .tf-author-post-list .bde-loop,
  .author .tf-author-post-list .ee-posts{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){
  .author .tf-author-social-link,
  .author .tf-author-post-list .ee-post,
  .author .tf-author-post-list .ee-post-image img{transition:none!important}
  .author .tf-author-social-link:hover,
  .author .tf-author-post-list .ee-post:hover,
  .author .tf-author-post-list .ee-post:hover .ee-post-image img{transform:none!important}
}

/* Compact numbered pagination */
.author .tf-author-post-list .bde-posts-pagination{
  margin-top:40px!important;
  gap:6px!important;
}
.author .tf-author-post-list .bde-posts-prev-next-link{
  margin:0!important;
  padding:0!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers ul{
  gap:6px!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a{
  width:40px!important;
  min-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  padding:0!important;
  border:1px solid #E7E0CB!important;
  border-radius:5px!important;
  background:#FFFFFF!important;
  color:#0F1E2E!important;
  font-family:'Manrope',sans-serif!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:500!important;
  box-shadow:none!important;
  transform:none!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a:hover{
  border-color:#C3B68D!important;
  background:#F9ECC2!important;
  color:#0F1E2E!important;
  transform:none!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers--active a,
.author .tf-author-post-list .bde-posts-navigation-numbers a.is-active{
  border-color:#C3B68D!important;
  background:#FEF6E4!important;
  color:#846207!important;
  font-weight:600!important;
  box-shadow:none!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers--ellipses span{
  width:24px!important;
  min-width:24px!important;
  height:40px!important;
  color:#846207!important;
  font-family:'Manrope',sans-serif!important;
  font-size:14px!important;
  font-weight:600!important;
}
.author .tf-author-post-list .bde-posts-navigation-numbers li a:focus-visible{
  outline:2px solid #2A66FF!important;
  outline-offset:2px!important;
}


/* Best Space Heater brand-color override for the author hero. */
.author .tf-author-hero {
  background:
    radial-gradient(ellipse 56% 110% at 8% 0%, color-mix(in srgb, #E66B19 6%, #FFFFFF) 0%, transparent 68%),
    radial-gradient(ellipse 54% 100% at 92% 0%, color-mix(in srgb, #E66B19 3.5%, #FFFFFF) 0%, transparent 64%),
    linear-gradient(180deg, color-mix(in srgb, #E66B19 2%, #FFFFFF) 0%, #FCFAF8 100%) !important;
}
