/* =========================== ROW BOXES (Refined July 2025) =========================== */

/* Teaser card container */
.my-published-row-box {
  border: #099ADE solid 1px;
  border-radius: 2px;
  padding: 15px;
  text-overflow: fade(10px);
  background-color: #fafafa;
  overflow: hidden;
  margin-bottom: 25px;
}

/* Headline styling inside teaser cards */
.my-published-row-box h5 {
  display: inline-block;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 400;
}

/* Row-Box image/text layout helpers */
.RBcontainer {
  display: block;
  width: 100%;
}

.RBimage-container {
  float: left;
  padding-right: 10px;
}

.RBtext-container {
  float: right;
  width: 66%;
}

.RBtitle-text {
  font-size: 19px !important;
  font-weight: 500;
  margin-top: 0;
  color: blue;
  margin-bottom: 1px;
  display: block;
}

.RBdescription-text {
  font-size: 16px;
  margin: 0;
  display: block;
}

.RBsummary-text {
  font-size: 16px;
  margin: 0;
  display: block;
}


/* Clearfix utility */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Image frame */
.image-style-fixed-img-180 {
  border: 1px solid rgba(180, 180, 220, 0.3);
}

/* Scroll-to-top play icon */
#toTop svg.fa-circle-play {
  width: 2em;
  height: 2em;
  transform: rotate(270deg);
  color: #fa6400;
  display: inline-block;
}

/* Menu toggle icon prepends */
.menu-toggle::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23333' d='M0 88c0-13.3 10.7-24 24-24h400c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24H24C10.7 128 0 117.3 0 104V88zm0 160c0-13.3 10.7-24 24-24h400c13.3 0 24 10.7 24 24v16c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24v-16zm424 136H24c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h400c13.3 0 24-10.7 24-24v-16c0-13.3-10.7-24-24-24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .menu-toggle::before {
    display: none;
  }
}

/* Hide empty GDPR buttons */
button.cookiesjsr-settings:empty {
  display: none !important;
}

/* CKEditor indent support */
.ck-indent,
.ck-indent-block-left {
  margin-left: 2em;
}

.ck-indent ul,
.ck-indent ol,
.ck-indent-block-left ul,
.ck-indent-block-left ol {
  list-style-position: inside;
  padding-left: 1em;
}

/* ======================= BULLET LIST SPACING & REFINEMENT ======================= */


#block-newsplus-lite-main-menu ul.menu > li {
  margin-bottom: 0 !important;
}


/* Spacing above nested lists */
ul li > ul {
  padding-top: 0.5em;
  /* overflow: hidden;    CAUSES PROBLEMS IN ADMIN TOOLBAR CHILDREN */
}

/* Tighter margin for last item in lists */
ul li:last-child {
  margin-bottom: 0.5em;
}

/* Trim bottom space under node content lists */
.node ul:last-child,
.node ol:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Improve spacing & click target for menu links */
ul.menu > li.menu-item > a {
  display: block;
  line-height: 1.4;
  padding: 0.3em 0;
}

.region-breadcrumb,
.region-breadcrumb ol,
.region-breadcrumb li,
.region-breadcrumb a {
  font-size: 1rem;
  line-height: 1.4;
}

nav.breadcrumb,
nav.breadcrumb ol,
nav.breadcrumb li,
nav.breadcrumb a {
  font-size: 1rem;
  line-height: 1.4;
}

nav.breadcrumb {
  all: unset;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
}

html,
body {
  font-size: 19px !important;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

nav.breadcrumb,
nav.breadcrumb ol,
nav.breadcrumb li,
nav.breadcrumb a {
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0.02em;
}


/* Restore spacing for content area lists */
.region-content ul li,
.node ul li,
.teaser ul li,
.sidebar ul li {
  margin-bottom: 0.75em;
}

/* Prevent spacing in navbar menu items */
#block-newsplus-lite-main-menu ul.menu > li {
  margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-a > a, .heading-b > a, .heading-c > a, .heading-d > a, .heading-e > a {
	color: blue;
}

.block-system-breadcrumb-block {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 7px;
    padding: 0;
}
