

/* Right column news list thumbnails (force override .img-fluid) */
.col-xl-4.col-lg-12 .media img {
    width: 120px !important;
    height: 80px !important;
    max-width: none !important;   /* neutralize .img-fluid */
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border-radius: 4px;
}

/* Keep text from squishing */
.col-xl-4.col-lg-12 .media .media-body { min-width: 0; }

/* Stack on smaller screens */
@media (max-width: 1199.98px) {
  .col-xl-4.col-lg-12 .media { flex-direction: column; }
  .col-xl-4.col-lg-12 .media img {
    width: 100% !important;
    height: 140px !important;
  }
}

.article-body.froala-content * {
    font-family: Roboto, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6; /* optional for readability */
}
.article-body.froala-content p {
    margin-bottom: 1.2em;
    line-height: 1.7;
}
.article-body.froala-content blockquote {
    border-left: 4px solid #e74c3c;
    padding-left: 15px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
    background: #fafafa;
}
.article-body.froala-content h2 {
    font-size: 1.6em;
    margin-top: 1.5em;
    color: #2c3e50;
    font-weight: bold;
}
.article-body.froala-content h3 {
    font-size: 1.3em;
    margin-top: 1.2em;
    color: #34495e;
}
.article-body.froala-content img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
.article-body.froala-content p:first-of-type::first-letter {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    color: #e74c3c;
}
/* Disable drop-cap only when body has .no-dropcap */
.no-dropcap .article-body.froala-content p:first-of-type::first-letter{
  font-size: inherit !important;
  font-weight: inherit !important;
  float: none !important;
  line-height: inherit !important;
  margin-right: 0 !important;
  color: inherit !important;
}
.article-tags a {
    background: #f1f1f1;
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85em;
    text-decoration: none;
    margin: 0 5px 5px 0;
    display: inline-block;
    transition: background 0.2s;
}
.article-tags a:hover {
    background: #e74c3c;
    color: #fff;
}
.article-body a[href*="froala.com"] {
    display: none !important;
}
.cust-margin-10
{
  margin: 10px;
}

.post-date-dark ul li {
       font-size: 13px !important;
       margin-right: 5px !important;
}

/* 4-item compact list: full width on mobile, fixed thumb on desktop */
/* Sidebar 4-item list: consistent desktop/thumb layout */
.media--card > a { width: 100%; }
.media--card img { display:block; width:100%; height:auto; }
.media--card .media-body { min-width: 0; } /* prevents text overflow */

@media (min-width: 768px){
  .media--card { align-items: flex-start; }
  .media--card > a {
    flex: 0 0 120px;     /* thumbnail width on desktop; tweak 120→140/180 if you like */
    max-width: 120px;
    width: 120px;
  }
}
