body{
  background:#f8f9fa;
  color:#111;
}

.site-header{
  padding-top:24px;
}

.topbar{
  text-align:center;
  margin-bottom:24px;
}

.brand img{
  max-width:160px;
  height:auto;
}

.hub-wrap{
  padding-bottom:60px;
}

.hub-section{
  margin-top:3rem;
}

.hub-featured-card{
  display:block;
  height:100%;
  padding:1rem;
  border:1px solid #dee2e6;
  border-radius:1rem;
  background:#fff;
  text-decoration:none;
  color:inherit;
  transition:background .2s ease, border-color .2s ease;
}

.hub-featured-card:hover{
  background:#f8f9fa;
  border-color:#adb5bd;
}

.hub-featured-card strong{
  display:block;
  margin-bottom:.5rem;
}

.hub-featured-card div{
  color:#6c757d;
  line-height:1.5;
}

.hub-faq-item{
  padding:1.25rem;
  border:1px solid #dee2e6;
  border-radius:1rem;
  background:#fff;
}

.hub-faq-item p{
  color:#6c757d;
  line-height:1.6;
}

input{
  width:100%;
  padding:12px;
  border:1px solid var(--line);
  border-radius:8px;
  font-size:16px;
}

input:focus{
  outline:none;
  border-color:#bbb;
}

.time{
  font-size:36px;
  font-weight:700;
  margin-top:14px;
  text-align: center;
}

.date{
  color:var(--muted);
  font-size:1.25rem;
  margin-top:6px;
  text-align: center;
  font-weight:700px
}

.tz{
  color:var(--muted);
  font-size:1rem;
  margin-top:6px;
  text-align: center;
}

.summary{
  margin-top:22px;
  font-weight:600;
  font-size:18px;
}
.hub-summary{
  margin-top:22px;
  font-weight:600;
  font-size:18px;
  text-align: left;
}

.helper{
  color:var(--muted);
  margin-top:8px;
  font-size:14px;
  text-align: center;
}

.overlap{
  color:var(--text);
  /* margin-top:24px; */
  font-size:1.25rem;
  font-weight:600;
}

.actions{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.action-btn{
  cursor:pointer;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:var(--text);
  font-size:14px;
}

.action-btn:hover{
  background:#f3f4f6;
}

.examples{
  margin-top:18px;
  font-size:14px;
  color:var(--muted);
  line-height:1.6;
}

.examples a{
  color:inherit;
}

.result-block{
  margin-top:24px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fcfcfc;
}

.result-block h2{
  margin:0 0 10px;
  font-size:22px;
}

.result-block p{
  margin:8px 0;
  color:var(--muted);
}

.suggestions{
  background:#fff;
  border:1px solid var(--line);
  margin-top:5px;
  display:none;
  position:absolute;
  z-index:10;
  width:100%;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.08);
  max-height:300px;
  overflow-y:auto;
}

.suggestion{
  padding:10px 12px;
  cursor:pointer;
  border-top:1px solid #f3f4f6;
}

.suggestion:first-child{
  border-top:none;
}

.suggestion:hover{
  background:#f3f4f6;
}

.location-wrap{
  position:relative;
  border:rgb(139, 139, 139) solid 2px;
  border-radius: 8px;
}

.seo-block{
  margin-top:40px;
  padding-top:20px;
  border-top:1px solid var(--line);
  font-size:16px;
  line-height:1.6;
}

.seo-block h2{
  font-size:22px;
  margin-bottom:10px;
}

.seo-block p{
  margin:8px 0;
  color:var(--muted);
}

.seo-block ul{
  margin:8px 0 0 20px;
  color:var(--muted);
}

.faq{
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid var(--line);
}

.faq h3{
  margin:0 0 12px;
  font-size:20px;
}

.faq p{
  margin:8px 0;
  color:var(--muted);
}

.popular{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid var(--line);
}

.popular h3{
  margin:0 0 10px;
  font-size:20px;
}

.popular ul{
  margin:0;
  padding-left:20px;
}

.popular li{
  margin:6px 0;
}
.site-footer{
  margin-top:60px;
  padding:20px 0;
  border-top:1px solid var(--line);
  font-size:13px;
  color:var(--muted);
}

.footer-inner{
  max-width:980px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

.footer-left{
  line-height:1.4;
}

.footer-right a{
  color:var(--muted);
  text-decoration:none;
  margin-left:12px;
}

.footer-right a:hover{
  color:var(--text);
}

.divider{
  margin:0 6px;
}

.time-row{
  /* display:flex; */
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
  text-align: center;
}

.time-change{
  font-size:13px;
  color:var(--muted);
  text-decoration:none;
}

.time-change:hover{
  color:var(--text);
  text-decoration:underline;
}

.time-editor{
  margin-top:8px;
}

.time-editor input[type="time"]{
  width:auto;
  min-width:130px;
  margin-right:6px;
}

.time-editor button{
  margin-right:6px;
  padding:8px 10px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:8px;
  cursor:pointer;
  color: black;
  border: solid black 1px;
}
 

.timeline{
  /* margin-top:24px; */
  /* border-top:1px solid #ddd; */
  /* padding-top:16px; */
}

.timeline-row{
  /* display:flex; */
  align-items:center;
  margin-bottom:10px;
}

.timeline-label{
  width:140px;
  font-weight:600;
  font-size:14px;
}

.timeline-hours{
  display:flex;
  gap:4px;
}

.hour{
  width:40px;
  padding:6px 0;
  text-align:center;
  font-size:13px;
  border-radius:6px;
}

.hour.good{
  background:#e8f5e9;
}
#overlap {
  margin-top:24px;
}
.hour.overlap{
  background:#c8e6c9;
  font-weight:600;
}

.hour.bad{
  opacity:0.3;
}

.query-box {
	border: rgb(41, 41, 41) solid 1px;
	   border-radius: 8px;
	   padding: 1rem;
	   text-align: center;
}

.hub-links-home{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid #ddd;
}

.hub-links-home h3{
  margin-bottom: .5rem;
}

.hub-links-home p{
  margin-bottom: 1rem;
}

.hub-links-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hub-link-card{
  display: block;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.hub-link-card:hover{
  border-color: #bbb;
  background: #fafafa;
}

.hub-link-card strong{
  display: block;
  margin-bottom: 4px;
}

.hub-link-card span{
  display: block;
  font-size: .95rem;
  color: #666;
  line-height: 1.4;
}

.hub-links-more{
  margin-top: 1rem;
}

@media (max-width: 700px){
  .hub-links-grid{
    grid-template-columns: 1fr;
  }
}