/* EnePali News Block Addons — shared frontend styles */
.news-category-block {
    margin: 0 0 14px 0;
    font-family: var(--news-typography, 'Inter', system-ui, sans-serif);
}
.news-block-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--news-red, #e11d48);
    padding-bottom: 0;
}
.news-block-heading h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.news-block-heading a {
    color: var(--news-red, #e11d48);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.news-block-heading a:hover { text-decoration: underline; }

.news-block-layout {
    display: grid;
    gap: var(--news-block-gap, 16px);
}
.news-block-card {
    background: #fff;
    border-radius: var(--news-card-radius, 12px);
    overflow: hidden;
    box-shadow: var(--news-card-shadow, 0 8px 24px rgba(15,23,42,.06));
    transition: transform .2s ease;
}
.news-block-card:hover { transform: translateY(-2px); }
.news-block-thumb {
    display: block;
    aspect-ratio: 16/9;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
}
.news-block-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.news-block-thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    text-align: center;
    font-weight: 600;
    color: #475569;
    font-size: 14px;
}
.news-block-body { padding: 14px 16px 16px; }
.news-block-cat {
    display: inline-block;
    background: var(--news-red, #e11d48);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.news-block-body h3 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}
.news-block-body h3 a {
    color: #0f172a;
    text-decoration: none;
}
.news-block-body h3 a:hover { color: var(--news-red, #e11d48); }
.news-block-meta {
    color: #64748b;
    font-size: 12px;
    margin-bottom: 6px;
}
.news-block-body p {
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    margin: 6px 0 0;
}

/* Variants per style */
.news-category-block--hero-grid .news-block-layout {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
}
.news-category-block--hero-grid .news-block-card.is-featured { grid-row: span 2; }
.news-category-block--hero-grid .news-block-card.is-featured .news-block-thumb { aspect-ratio: 16/10; }
.news-category-block--hero-grid .news-block-card.is-featured .news-block-body h3 { font-size: 22px; }

.news-category-block--standard .news-block-layout { grid-template-columns: 1.35fr 1fr; }
.news-category-block--standard .news-block-card.is-featured { grid-row: span 4; }
.news-category-block--standard .news-block-card:not(.is-featured) {
    display: grid;
    grid-template-columns: 120px 1fr;
}
.news-category-block--standard .news-block-card:not(.is-featured) .news-block-thumb {
    aspect-ratio: auto;
    height: 100%;
    min-height: 120px;
}
.news-category-block--standard .news-block-card:not(.is-featured) .news-block-body {
    padding: 12px 14px;
}
.news-category-block--standard .news-block-card:not(.is-featured) .news-block-body h3 {
    font-size: 15px;
}
.news-category-block--standard .news-block-card:not(.is-featured) .news-block-body p {
    display: none;
}

.news-category-block--compact-list .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--compact-list .news-block-card { display: flex; gap: 12px; }
.news-category-block--compact-list .news-block-thumb { width: 120px; aspect-ratio: 1/1; flex-shrink: 0; }
.news-category-block--compact-list .news-block-body { padding: 8px 12px 8px 0; }

.news-category-block--latest .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--latest .news-block-card { display: flex; gap: 12px; }
.news-category-block--latest .news-block-thumb { width: 80px; height: 80px; flex-shrink: 0; }
.news-category-block--latest .news-block-body h3 { font-size: 14px; }

.news-category-block--trending .news-block-layout { grid-template-columns: 1fr; gap: 10px; }
.news-category-block--trending .news-block-card { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px dashed #e2e8f0; box-shadow: none; border-radius: 0; }
.news-category-block--trending .news-block-card:hover { background: #f8fafc; }
.news-category-block--trending .news-rank { font-size: 28px; font-weight: 800; color: #e11d48; min-width: 36px; }

.news-category-block--web-stories .news-block-layout { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.news-category-block--web-stories .news-block-thumb { aspect-ratio: 9/16; border-radius: 12px; }

.news-category-block--province-grid .news-block-layout { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.news-category-block--province-grid .news-block-card { border-top: 3px solid #e11d48; }

.news-category-block--fresh-popular .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--fresh-popular .news-block-card { display: flex; align-items: center; gap: 14px; }
.news-category-block--fresh-popular .news-rank { font-size: 26px; font-weight: 800; color: #0f172a; min-width: 32px; }

.news-category-block--lead-stack .news-block-layout {
  display:flex!important;
  gap:var(--news-block-gap,16px);
  align-items:stretch;
}
.news-category-block--lead-stack .news-block-layout > .is-featured{
  flex:1.5;
  min-width:0;
}
.news-category-block--lead-stack .news-block-stack{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:var(--news-block-gap,16px);
  min-width:0;
}
.news-category-block--lead-stack .news-block-stack .news-block-card{
  flex:1;
  min-height:0;
  display:grid;
  grid-template-columns:110px 1fr;
  gap:0;
}
.news-category-block--lead-stack .news-block-stack .news-block-thumb{
  height:100%;
  min-height:120px;
}
.news-category-block--lead-stack .news-block-stack .news-block-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:12px 14px;
}
.news-category-block--lead-stack .news-block-stack .news-block-body p{
  display:none;
}
.news-category-block--lead-stack .news-block-stack .news-block-body h3{
  font-size:15px;
}
@media (max-width: 900px){
  .news-category-block--lead-stack .news-block-layout,
  .news-category-block--lead-stack .news-block-stack{flex-direction:column!important}
  .news-category-block--lead-stack .news-block-layout>.is-featured{flex:none!important}
  .news-category-block--lead-stack .news-block-stack>.news-block-card{display:block!important;grid-template-columns:1fr!important;flex:none!important}
}
@media (max-width: 600px){
    .news-category-block--split-feature .news-block-layout { grid-template-columns: 1fr; }
  .news-category-block--lead-stack .news-block-stack>.news-block-card{display:block!important;grid-template-columns:1fr!important}
  .news-category-block--lead-stack .news-block-stack .news-block-thumb{aspect-ratio:16/9;height:auto;min-height:0}
}

.news-category-block--split-feature .news-block-layout { grid-template-columns: 1fr 1fr 1fr; }
.news-category-block--split-feature .news-block-card:first-child {
    display: block;
    grid-column: span 2;
}
.news-category-block--split-feature .news-block-card:first-child .news-block-thumb {
    aspect-ratio: 16/9;
    min-height: 0;
}

.news-category-block--photo-grid .news-block-layout {
    display: flex;
    grid-template-columns: none;
    gap: var(--news-block-gap, 16px);
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.news-category-block--photo-grid .news-block-card {
    flex: 0 0 clamp(220px, 28vw, 360px);
    min-height: 0;
    scroll-snap-align: start;
    position: relative;
}
.news-category-block--photo-grid .news-block-thumb {
    aspect-ratio: 4/3;
    min-height: 0;
}
.news-category-block--photo-grid .news-block-thumb img,
.news-category-block--video-strip .news-block-thumb img,
.news-category-block--cover-story .news-block-thumb img { object-fit: cover; }
.news-category-block--photo-grid .news-block-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 42px 14px 14px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .9));
}
.news-category-block--photo-grid .news-block-body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}
.news-category-block--photo-grid .news-block-body h3 a { color: #fff; }
.news-category-block--photo-grid .news-block-cat,
.news-category-block--photo-grid .news-block-meta,
.news-category-block--photo-grid .news-block-body p { display: none; }

.news-category-block--video-strip .news-block-layout { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.news-category-block--video-strip .news-block-thumb { aspect-ratio: 16/9; }
.news-category-block--video-strip .news-block-thumb::after { content: '▶'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; background: rgba(225, 29, 72, .9); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; padding-left: 4px; }

.news-category-block--opinion-list .news-block-layout { grid-template-columns: 1fr; gap: 12px; }
.news-category-block--opinion-list .news-block-card { display: flex; align-items: flex-start; gap: 22px; padding: 18px 0; border-bottom: 1px solid #f1f5f9; box-shadow: none; }
.news-category-block--opinion-list .news-block-card::before { display: none; content: none; }
.news-category-block--opinion-list .news-block-thumb {
    display: block;
    width: 124px;
    height: 124px;
    min-height: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    flex: 0 0 124px;
    margin-left: 20px;
    background: #eef2f7;
    overflow: hidden;
}
.news-category-block--opinion-list .news-block-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.news-category-block--opinion-list .news-block-cat { background: #0f172a; }

.news-category-block--interview-card .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--interview-card .news-block-card { padding: 18px; }
.news-category-block--interview-card .news-block-body h3 { font-size: 18px; }
.news-category-block--interview-card .news-block-cat { background: #f59e0b; }

.news-category-block--market-ticker .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--market-ticker .news-block-card { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px dashed #cbd5e1; box-shadow: none; }
.news-category-block--market-ticker .news-block-body { padding: 0; }
.news-category-block--market-ticker .news-block-body h3 { font-size: 14px; }

.news-category-block--cover-story .news-block-layout { grid-template-columns: 1fr; }
.news-category-block--cover-story .news-block-thumb { aspect-ratio: 21/9; }
.news-category-block--cover-story .news-block-body h3 { font-size: 26px; }

.news-category-block--timeline .news-block-layout { grid-template-columns: 1fr; position: relative; }
.news-category-block--timeline .news-block-layout::before { content: ''; position: absolute; left: 12px; top: 0; bottom: 0; width: 2px; background: #e2e8f0; }
.news-category-block--timeline .news-block-card { position: relative; padding-left: 36px; box-shadow: none; border-bottom: 1px solid #f1f5f9; }
.news-category-block--timeline .news-block-card::before { content: ''; position: absolute; left: 7px; top: 18px; width: 12px; height: 12px; border-radius: 50%; background: var(--news-red, #e11d48); border: 3px solid #fff; }

.news-category-block--sidebar-feed .news-block-layout { grid-template-columns: 1fr; gap: 12px; }
.news-category-block--sidebar-feed .news-block-card { display: flex; gap: 10px; padding: 18px 20px; }
.news-category-block--sidebar-feed .news-block-thumb { width: 80px; height: 80px; flex-shrink: 0; }
.news-category-block--sidebar-feed .news-block-body { padding: 0; }
.news-category-block--sidebar-feed .news-block-body h3 { font-size: 13px; line-height: 1.3; }

.news-category-block--minimal-cards .news-block-layout { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.news-category-block--minimal-cards .news-block-card { box-shadow: none; border: 1px solid #e2e8f0; }
.news-category-block--minimal-cards .news-block-body { padding: 10px 12px; }
.news-category-block--minimal-cards .news-block-body h3 { font-size: 14px; }

@media (max-width: 900px) {
    .news-category-block--standard .news-block-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .news-category-block--standard .news-block-card:not(.is-featured) {
        display: block;
        grid-template-columns: 1fr;
    }
    .news-category-block--standard .news-block-card:not(.is-featured) .news-block-thumb {
        aspect-ratio: 16/9;
        height: auto;
        min-height: 0;
    }
}

/* Page Builder / Add Widget dialog */
.enepali-news-addon-tile {
    display: block;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
}
.enepali-news-addon-tile:hover { border-color: #e11d48; background: #fff5f7; }
.enepali-news-addon-tile .dashicons { font-size: 28px; width: 28px; height: 28px; color: #e11d48; }
.enepali-news-addon-tile strong { display: block; margin-top: 6px; font-size: 13px; }
