.price-level {
    display: none;
}

.share-social {
    display: none;
}

.view-article .section-listing-info.listing-menu {
    display: none;
}

.contact-actions {
    display: none;
}

.acm-hero.style-1 .hero-item p {
      color: #fff;
      margin-bottom: 3.428rem;
      font-weight: bold;
      max-width: 750px;
      opacity: 1; 
}

.item-field.ct14 {
    display: none;
}

.t4-footnav {
    background-color: var(--footer-bg-color);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--footer-text-color);
    margin-top: 50px; /* Adjust the value to lower the border line */
}

.hero-item {
    visibility: hidden; /* Hide Text */
}

/* =========================================================
   MOBILE LOGO — MAKE LARGER
   Increases the displayed mobile logo size.
   ========================================================= */
@media (max-width: 575.98px) {
    .navbar-brand.logo-control img.logo-img-sm {
        width: 150%;
        max-width: none;
        height: auto;
    }
}

.owl-article-list .intro-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}