/* Category menu/sidebar styling for the information centre. */
.stgrtc-sidebar-menu {
  margin-bottom: 24px;
}

/* Give the information-centre sections room to breathe. */
.mod_breadcrumbs {
  margin-bottom: 18px;
}

.rtc-news-ticker {
  margin-bottom: 26px;
}

.com-content-category-blog {
  padding-top: 20px;
}

/* Align the sidebar/menu column with the article cards. */
.astroid-column:has(.stgrtc-sidebar-menu) {
  padding-top: 20px;
}

.com-content-category-blog .article-list-item {
  margin-bottom: 28px;
  padding: 18px;
}

.astroid-module-position > .moduletable {
  margin-bottom: 24px;
}

.stgrtc-sidebar-menu .categories-module {
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 53, 101, .08);
}

.stgrtc-sidebar-menu .categories-module::before {
  display: block;
  content: 'ប្រភេទព័ត៌មាន';
  padding: 0 8px 12px;
  color: #123d79;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #f3c51b;
  margin-bottom: 8px;
}

html[lang="en-gb"] .stgrtc-sidebar-menu .categories-module::before,
html[lang="en-GB"] .stgrtc-sidebar-menu .categories-module::before {
  content: 'Information categories';
}

.stgrtc-sidebar-menu .stgrtc-en-category-links {
  margin: 0;
  padding: 14px;
  list-style: none;
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(15, 53, 101, .08);
}

.stgrtc-sidebar-menu .stgrtc-en-category-links li + li {
  border-top: 1px solid #edf1f6;
}

.stgrtc-sidebar-menu .stgrtc-en-category-links a {
  display: block;
  padding: 13px 8px 13px 28px;
  color: #193f78;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.stgrtc-sidebar-menu .stgrtc-en-category-links a::before {
  content: '\f138';
  position: absolute;
  left: 8px;
  color: #f4bd16;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.stgrtc-sidebar-menu .stgrtc-en-category-links a:hover,
.stgrtc-sidebar-menu .stgrtc-en-category-links a:focus {
  padding-left: 33px;
  color: #0c6edb;
  background: #f4f8fd;
}

.stgrtc-sidebar-menu .categories-module .list-group-item {
  padding: 0 !important;
  border: 0 !important;
}

.stgrtc-sidebar-menu .categories-module .list-group-item + .list-group-item {
  border-top: 1px solid #edf1f6 !important;
}

.stgrtc-sidebar-menu .categories-module h4 {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.stgrtc-sidebar-menu .categories-module h4 a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 8px;
  color: #193f78;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.stgrtc-sidebar-menu .categories-module h4 a::before {
  content: '\f138';
  color: #f4bd16;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
}

.stgrtc-sidebar-menu .categories-module h4 a:hover,
.stgrtc-sidebar-menu .categories-module h4 a:focus {
  padding-left: 13px;
  color: #0c6edb;
  background: #f4f8fd;
}

@media (max-width: 991px) {
  .stgrtc-sidebar-menu .categories-module {
    margin-top: 18px;
  }
}
