.published-page{margin:0;padding:0;background:var(--sapBackgroundColor,#f5f6f7)}
.published-page main{margin:0;padding:24px;max-width:none;width:100%;box-sizing:border-box;min-height:100vh}
.published-header{display:flex;justify-content:space-between;align-items:center;padding:8px 0 20px;border-bottom:1px solid #d9e2ec}
.published-header h1{margin:0;font-size:24px}.published-header p{margin:8px 0;color:#556b82}
.published-period{display:flex;flex-wrap:wrap;align-items:end;gap:16px;padding:20px 0}
.published-timeline{overflow:auto;min-height:50vh;background:white;border:1px solid #d9e2ec;border-radius:8px}
.published-legend{display:flex;flex-wrap:wrap;gap:16px;margin:20px 0}.published-legend span{display:flex;gap:8px;align-items:center}.published-legend i{width:14px;height:14px;border-radius:3px}
.published-popover{position:fixed;z-index:10000;background:white;border:1px solid #b8c5d2;box-shadow:0 8px 32px #102b4650;border-radius:8px;padding:16px;width:320px;max-width:calc(100vw - 32px);max-height:70vh;overflow:auto;box-sizing:border-box}
.published-popover[hidden]{display:none}.published-popover>button{float:right}.published-popover dt{font-size:12px;color:#556b82;margin-top:10px}.published-popover dd{margin:4px 0;white-space:pre-wrap;overflow-wrap:anywhere}
.publishing-dialog{width:min(960px,95vw);max-height:90vh;border:1px solid #b8c5d2;border-radius:12px;padding:24px;overflow:auto}.publishing-dialog::backdrop{background:#102b4660}
.publishing-dialog.preview{width:96vw}.publishing-actions{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.publishing-links input{width:100%}.publishing-table{overflow:auto}.publishing-table table{width:100%;border-collapse:collapse}.publishing-table th,.publishing-table td{padding:12px;text-align:left;border-bottom:1px solid #d9e2ec}.publishing-table small{display:block}.publishing-dialog .form-grid{margin:16px 0}
@media(max-width:640px){.published-page main{padding:12px}.published-header h1{font-size:20px}.publishing-dialog{padding:12px}.published-period label{flex:1;min-width:130px}}

/* Compact public viewer and preview header. */
.published-header{padding:4px 0 8px;gap:12px}.published-header h1{font-size:18px;line-height:1.25}.published-header p{font-size:12px;margin:2px 0 0}.published-period{gap:8px 12px;padding:10px 0}.published-period .check-row{display:flex;align-items:center;gap:6px}.published-period [role=status]:empty{display:none}
