.wrap{width:min(1180px, 94vw); margin:0 auto; padding:0 0 18px;}

.clock-grid{
  display:grid;
  grid-template-columns: 1fr 360px;
  gap:26px;
  align-items:start;
  margin-top: 6px;

  justify-content:center;
}

.clock-left{
  min-width: 0;
}

.editha-brand {
  position: absolute;
  top: 36px;
  left: 42px;
  z-index: 1000;
  max-width: 390px;
  padding: 10px 18px 11px 16px;
  border-left: 3px solid rgba(181, 137, 54, 0.72);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 236, 0.28);
  box-shadow: 0 5px 14px rgba(60, 45, 25, 0.06);
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #263f24;
  line-height: 1.15;
}

.editha-title {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #1b3a2f;
  text-decoration: none;
  line-height: 0.95;
}

.editha-subtitle {
  margin-top: 3px;
  max-width: 260px;
  font-size: 11.5px;
  line-height: 1.25;
  letter-spacing: 0.25px;
  color: rgba(42, 38, 32, 0.82);
  opacity: 0.72;
}
