.codex-editor {
  max-width: 820px;
  margin: auto;
  background: #fff;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.codex-editor p {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.8;
}

.codex-editor h2 {
  font-size: 30px;
  margin-top: 36px;
}

.codex-editor h3 {
  font-size: 24px;
}

.ce-block__content {
  max-width: 100%;
}

.editor-layout{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:20px;
}
.editor-layout > div:first-child{
  position:sticky;
  top:20px;
  background:#f9f9f9;
  padding:15px;
  border-radius:6px;
}


.editor-sidebar label{
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.editor-sidebar input,
.editor-sidebar select,
.editor-sidebar textarea{
  width: 100%;
  padding: 6px;
}

.editor-main{
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
}

.editor-box{
  min-height: 400px;
}

.icontext {
    display: block; position: relative; left: 12px; top: 12px; padding: 5px 22px;
    background: #092c4b; width: fit-content; border-radius: 6px; font-family: Fira sans; height: min-content;
    border-left: #06d014 20px solid; color: white;
}

header.main-header {
    width: 100%; 
    max-width: 100%;
    /* Batasi tinggi maksimal agar tidak menelan seluruh layar desktop */
    height: 350px; 
    /* Jika ingin tetap pakai rasio tapi dibatasi: */
    /* aspect-ratio: 16 / 5; max-height: 400px; */
    
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    position: relative; 
    margin-bottom: 30px;
    overflow: hidden;
}

.icon-rubrik {
        height: 45px;      /* Tinggi dikunci sesuai permintaan */
        width: auto;       /* Lebar otomatis mengikuti konten gambar/logo */
        display: block;
        object-fit: contain; /* Memastikan gambar tidak terdistorsi */
        
        /* Opsional: Shadow agar icon tetap terlihat jelas di latar belakang gambar apapun */
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    }

.st-num1 { margin-left: -24px; padding-left: 14px;}
