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


.column[contenteditable="true"] {
  white-space: auto;
}




.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: content-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%;
    width: fit-content;
}

div#plc {
    font-weight: bold;
    font-family: arial black;
    font-size: 85%;
}
    body {
      font-family: 'MajritTxRoman';
      margin: 0;
      padding: 0px;
      background-color: 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-weight: bold;
    margin: 0;
    font-family: "Majrit Hd";
    margin-bottom: 16px;
    font-weight: 100;
    width: 100%;top: 2px;

}
    .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: content-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    baseline-source: last;
    text-align-last: auto;
      max-width: 152px;
}
.col1 {
    width: 34%;
    border-right: 0px solid transparent;
    padding-left: 0;
    padding-top:0px;
    max-width: 152px;
}
    .col-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      max-width: 304px;
    }
    .image-block {
      width: 100%;
      overflow: hidden;
      margin-bottom: 0px;
    }
    .image-block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-bottom: 1px solid transparent;
    }

    body {
 font-synthesis: none;

/* Ensure predictable glyph shaping */
font-kerning: normal;
font-variant-ligatures: normal;
}



.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 transparent;
    border-bottom: 4px solid transparent;
    margin-bottom: 0px;
    font-family: 'Marcin Antique B Semibold';
    text-align: left;
    line-height: 2;
    margin-top: 0px;
}
.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: 34%;
  padding-right: 0px;
  margin-top:0px !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.19;
}

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


}




.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; }


body.__inEditor .column{
  text-align: left !important;
  word-spacing: normal !important;
}

body.__inEditor .column .flow-block{
  hyphens: auto;
  overflow-wrap: anywhere;
}


/* NEW STUFF 18 Jan 26 */




.column {
    max-inline-size: 158px;

}


#colLineHeightOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease;

}

 .newspaper-container{ max-width:100% !important; overflow:visible; } 
.overlay-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.85);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4);
  transition: transform 0.1s, background 0.2s;
}
.overlay-btn:hover { background:#d00; transform:scale(1.1); }
.overlay-btn svg { width:10px; height:10px; fill:#fff; }


@media print {
#colLineHeightOverlay, #indec-global-reset { display:none !important; }

}


  #colEditFab {
    position: fixed;
    bottom: 22px;
    right: 26px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-family: system-ui, sans-serif;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 999999999;
  }

  .fab-visible #colEditFab {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

/**/


.column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* critical for newspaper-style layout */
}

.column > div:last-child {
  margin-bottom: 0 !important;
}


.column {
  padding-bottom: 0px;
  box-sizing: content-box;
}

.two-col-container{
  column-count: 2;
  column-gap: 24px;
  column-fill: balance;  /* balance across height */
  font-size: 11px;
  line-height: 1.4;
  text-align: justify;
}
.two-col-container p{ margin:0 0 1em 0; }


.imageQuote {
    font-size: 14px;
    font-style: normal;
    margin-top: 2px;
    font-weight: bold;
    color: #444;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2px;
    /* border-bottom: 2px solid red; */
    /* border-top: 1px solid red; */
    padding-bottom: 9px;
    padding-top: 4px;
    position: relative;
    font-family: 'Marcin Antique B Narrow Smbold';
    text-align: left;
}
.imageQuote:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url(/wpost/bline.png) no-repeat left bottom / 100% 10px;
}

.image-block{display: flex;
    flex-direction: column-reverse;}




.additionalTxt {
font-size: 14px;
    font-weight: bold;
    color: #333;
    border: 0;
    padding: 2px;
    background: white;
    border-top: 1px solid transparent;
    border-bottom: 4px solid transparent;
    margin-bottom: 0px;
    font-family: 'Marcin Antique';
    text-align: left;
    margin-top: 0px;
        padding-bottom: 0px;
    padding-top: 0px;
}


.col2-3{ margin-top:0px; }


/**/


  .flow-block {
  break-inside: avoid;
  page-break-inside: avoid;
  display: block;
}

.newspaper-container {
  padding-bottom: 0;
}
.gjs-cell,
.gjs-row {
  align-items: flex-start;
}
.headline {
  line-height: 1.12;
}


* {border-box:content-box;}

.column *{  white-space: normal;
  white-space-collapse: collapse;}


  /**/

  .SetStyleDefault .column {
    text-align: left !important;
}

