h1 {
font-size: 45px;
font-weight: 700;
}
table,
table * {
font-size: 20pt !important;
margin-left: -120pt;
} /* Ugarit Publikations-Fortschritt (7 Schritte) */
.publish-status {
margin: 10px 0;
padding: 8px;
background: #f5f5f5;
}
.publish-status .steps {
display: flex;
gap: 4px;
flex-wrap: wrap;
}
.publish-status .step {
display: flex;
align-items: center;
flex-direction: column;
min-width: 40px;
}
.publish-status .step-icon {
width: 28px;
height: 28px;
border-radius: 50%;
background: #ddd;
border: 2px solid #bbb;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
.publish-status .step.completed .step-icon {
background: #d4a017;
color: #fff;
}
.publish-status .step.active .step-icon {
background: #fff;
border-color: #d4a017;
color: #d4a017;
}
.publish-status .step-label {
font-size: 12px;
margin-top: 2px;
text-align: center;
}
.publish-status .step.completed .step-label {
font-weight: 600;
}
.publish-status .step.active .step-label {
font-weight: 700;
color: #d4a017;
}

