
.column, .headline {
  -webkit-user-modify: read-write;
  user-modify: read-write;
}


.column[contenteditable="true"] {
  white-space: pre-wrap;
  outline: none;
}




.selector-container {
    display: none;
}
/* --- Shimmer Animation --- */
@keyframes shimmer {
  0% {
    background-position: -700px 0;
  }
  100% {
    background-position: 700px 0;
  }
}

/* --- Fullscreen Overlay --- */
#shimmerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: opacity 0.0s ease;
}

/* --- Hide with fade --- */
#shimmerOverlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* --- Skeleton Blocks --- */
.skeleton {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #e0e0e0 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: shimmer 0.4s linear infinite;
  border-radius: 6px;
}

.skeleton-headline {
  width: 60%;
  height: 32px;
}

.skeleton-byline {
  width: 30%;
  height: 16px;
}

.skeleton-image {
  width: 80%;
  height: 180px;
}

.skeleton-line {
  width: 80%;
  height: 14px;
}


    body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
    div#srv {
    border-bottom: 3px solid #c30000;
    width: min-content;
    text-transform: uppercase;
    font-weight: 100;
    font-family: arial;
    font-size: 82%;
}

div#plc {
    font-weight: bold;
    font-family: arial black;
    font-size: 85%;
}
    body {
      font-family: 'MajritTxRoman';
      margin: 0;
      padding: 0px;
      padding-bottom: 12px;
      background-color: transparent;
      border-bottom: 4px solid transparent;
    }
    select#articleSelect {
      max-width: 300px;
    }
    .selector-container {
      position: fixed;
      max-width: 300px;
      top: 56px;
    }
.newspaper-container {
    /* float: right; */
    border: 1px solid transparent;
/*    padding: 8px 4px 0px 8px;*/
    margin-left: 420px;
    padding-bottom: 2px;

    
}
   .headline {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.112;
    font-family: "Majrit Hd";
    margin-bottom: 8px;
    font-weight: 100;
}
    .byline {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 5px;
      display: none;
    }
    .dateline {
      font-size: 12px;
      color: #666;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: none;
    }
.article-layout {
    display: flex;
    gap: 0;
    align-items: flex-start;
}
.column {
    font-size: 11.2px;
    text-align: justify;
    padding: 10px;
    padding-top: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    baseline-source: last;
}
.col1 {
    width: 32%;
    border-right: 0px solid transparent;
    padding-left: 0;
    padding-top:0px;
    max-width: 158px;
}
    .col-wrapper {
      width: 66%;
      display: flex;
      flex-direction: column;
      max-width: 320px;
    }
    .image-block {
      width: 100%;
      height: 140px;
      overflow: hidden;
      margin-bottom: 4px;
    }
    .image-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.col2-3 {
    display: flex
;
    gap: 0;
    align-items: flex-start;
}
.col2, .col3 {
    flex: 1;
    border-left: 0px solid transparent;
    padding-left: 0px;
        padding-top: 0;
}
div#col3 {
    padding-right: 0;
}
   .meta-block, .blurb-block .blurb-block {
      font-size: 14px;
      margin-bottom: 4px;
    }



.meta-block {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 2px;

}
.blurb-block {
font-size: 14px;
    font-weight: bold;
    color: #333;
    border: 0;
    padding: 2px;
    background: #fff;
    border-top: 1px solid #d50101;
    border-bottom: 4px solid #d50101;
    margin-bottom: 6px;
    font-family: 'Marcin Antique B Semibold';
    text-align: left;
    line-height: 2;
    margin-top: 8px;
}
.alignment-spacer {
  display: block;          /* must participate in layout */
  visibility: hidden;      /* but keep it invisible */
  padding: 0;
  margin: 0;
}



.column {
  outline: 0px dashed rgba(0,0,0,0.0);
}

.col4, .col5, .col6, .col7, .col8 {
  width: 32%;
  padding-right: 4px;
  margin-top:px !important;
 /* word-spacing: 1.2px; */
}



.col-btn {
  margin-right: 4px;
  padding: 5px 10px;
  border: 1px solid #999;
  background: #fff;
  cursor: pointer;max-inline-size: 21ch;
}
.col-btn.active {
  background-color: #333;
  color: #fff;
}.hidden {
  display: none !important;
}
.quote-block {
    font-family: 'MajritTxRoman';
    font-style: normal;
    font-weight: bold;
    font-size: 140%;
    margin-bottom: 6px;
    border-bottom: 4px solid red;
    line-height: 1.3;
    color: black;
    text-align: left;
    border-top: 4px solid #ff0000;
    padding: 6px 0 6px 0;
}


:root {
  --grid-lh: 1.24;
}

.column {
  text-align: justify;
  hyphens: auto;
  line-height: var(--grid-lh);
    hyphenate-limit-chars:auto;


}

.flow-block {
  text-align-last: justify;
}


.baseline-glue {
  display: block;
    flex-shrink: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.column { display:flex; flex-direction:column; }
.column .flow-block { flex: 0 0 auto; }
.column .baseline-glue { margin-top: auto; }

@media print {
  div#colEditFab,
  div#colResetFab,
  div#colLineHeightOverlay {
    display: none !important;
  }
}


/* Invisible HR (manual line break) */
hr[data-hrbreak="1"] {
  border: 0;
  margin: 0;
  padding: 0;
  height: 1em;
  display: block;
  background: transparent;
  pointer-events: none;
  user-select: none;
}

/* Hide HR inside GrapesJS canvas preview */
gjs-frame hr[data-hrbreak="1"] {
  display: none !important;
}


body{padding-bottom: 0px;}.column .para {
  margin-bottom: 0em; text-indent: 12px; 
}.col2-3{ margin-top:0px; }