/* Basic styles inspired by the screenshot */
.myapp24-oh{
  max-width:620px;
  border-radius:12px;
  padding:16px 20px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:#A94442;
}
.myapp24-oh-head{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:8px;
}
.myapp24-oh-icon{
  width:42px;height:42px;border-radius:50%;
  border:3px solid var(--oh-primary, #C54E4D);
  display:grid;place-items:center;
}
.myapp24-oh-icon span{
  width:18px;height:18px;border:3px solid var(--oh-primary, #C54E4D);
  border-radius:50%;
  border-right-color:transparent;
  transform:rotate(-20deg);
  display:block;
}
.myapp24-oh-title{
  font-weight:700;
  font-size:16px;
  color:var(--oh-primary, #A94442);
  margin-bottom:2px;
}
.myapp24-oh-aktuell{
  font-weight:700;
  font-size:14px;
  color:var(--oh-primary, #A94442);
  display:flex;align-items:center;gap:8px;
}
.myapp24-oh-badge{
  background: var(--oh-badge, #A94442);
  color:#fff;
  border-radius:16px;
  padding:2px 10px;
  font-size:12px;
}
.myapp24-oh-list{
  margin-top:8px;
}
.myapp24-oh-row{
  display:flex;justify-content:space-between;
  padding:4px 0;
  font-size:16px;
}
.myapp24-oh-day{ width:120px; color:var(--oh-muted, #AA6E6B); font-weight:700; }
.myapp24-oh-time{ color:#8c4f4b; }
.myapp24-oh-footer{
  text-align:center;margin-top:20px;
  color:var(--oh-primary, #C54E4D);
  font-weight:600;
}
