@charset "UTF-8";
/*--------------------
Theme Name: ThinkBIT Solutions (Child Theme)
Theme URI: http://underscores.me/thinkbit-child/
Description: ThinkBIT Child Theme
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Template: thinkbit
Version:1.0.0
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
--------------------*/
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none !important;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

small,
.small {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  overflow: auto;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

::-moz-selection {
  color: white;
  background: #182070;
}

::selection {
  color: white;
  background: #182070;
}

.site-content {
  overflow: hidden;
  min-height: calc(100vh - 95px - 230px);
}

.z-0 {
  z-index: 0 !important;
}

@media (max-width: 780.9px) {
  .mobile-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

button,
.btn {
  font-family: "Poppins";
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.back-to-top a {
  font-size: 24px;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.back-to-top a:hover {
  background-color: #555;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #94a4ba !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #94a4ba !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #94a4ba !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #94a4ba !important;
}

.list-style-none {
  list-style-type: none !important;
}

.border-solid {
  border-style: solid !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.text-center {
  text-align: center !important;
}

.ss-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  min-height: 580px;
  font-size: 14px;
  overflow: hidden;
  font-family: "Poppins";
}

/* ── Sidebar ── */
.ss-sidebar {
  width: 304px;
  min-width: 304px;
  margin-top: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fafbfd;
}

.ss-filter-header {
  background: #eaeff5;
  padding: 8px 16px 16px;
}
.ss-filter-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.ss-filter-header-label {
  font-weight: 600;
  font-size: 16px;
}
.ss-filter-title {
  font-weight: 600;
  font-size: 16px;
}

.ss-clear-all {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

.ss-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  border-bottom: 1px solid #f2f6f9;
}
.ss-checkbox-label:last-child {
  border-bottom: none;
}
.ss-checkbox-label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #5a4137;
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.ss-checkbox-label input[type=checkbox]:checked {
  background: #070e47;
  border-color: #070e47;
}
.ss-checkbox-label input[type=checkbox]:checked::after {
  content: "";
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}
.ss-checkbox-label:hover input[type=checkbox] {
  border-color: #070e47;
}

/* ── Main ── */
.ss-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #fff;
}

/* ── Tabs ── */
.ss-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
}

.ss-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* equal width */
  height: 40px;
  padding: 0 24px;
  color: #fff;
  background: #003399;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #fff;
}
.ss-tab--active {
  background: #fff;
  color: #000;
}

/* ── Panels ── */
.ss-panel {
  display: none;
  padding: 32px;
}
.ss-panel--active {
  display: block;
}

/* ── Form ── */
.ss-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.ss-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.ss-field--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.ss-field--row > .ss-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ss-label {
  font-size: 12px;
  color: #1b2b43;
}

.ss-input,
.ss-select {
  width: 100%;
  padding: 0 12px;
  height: 42px;
  border: 1px solid #94a4ba;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  font-family: "Poppins";
  color: #1b2b43;
  -webkit-transition: border-color 0.2;
  transition: border-color 0.2;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ss-input:hover,
.ss-select:hover {
  border-color: #1b2b43;
}

.ss-input::-webkit-input-placeholder {
  color: #94a4ba;
}

.ss-input::-moz-placeholder {
  color: #94a4ba;
}

.ss-input:-ms-input-placeholder {
  color: #94a4ba;
}

.ss-input::-ms-input-placeholder {
  color: #94a4ba;
}

.ss-input::placeholder {
  color: #94a4ba;
}

.ss-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a4ba' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 36px;
  cursor: pointer;
  color: #1b2b43;
}
.ss-select.is-placeholder {
  color: #94a4ba;
}
.ss-select option {
  color: #1b2b43;
}
.ss-select option:has(option[disabled]:checked) {
  color: #94a4ba;
}
.ss-select option[disabled] {
  color: #94a4ba;
}

.ss-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ss-btn {
  background: #003399;
  color: #fff;
  border: none;
  border-radius: 18px;
  height: 48px;
  padding: 0 48px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-transform 0.1s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-transform 0.1s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
  transition: background 0.2s, transform 0.1s, box-shadow 0.2s, -webkit-transform 0.1s, -webkit-box-shadow 0.2s;
}

.ss-btn:hover {
  background: #070e47;
}

/* Loading state */
.ss-btn.ss-btn--loading {
  opacity: 0.7;
  pointer-events: none;
}

/* ── Results ── */
.ss-results-wrap {
  margin-top: 28px;
}

.ss-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

/* ── Cards ── */
.ss-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

/* Expert */
.ss-card--expert .ss-card__img {
  width: 48px;
  height: 69px;
}

/* Post card */
.ss-card--post .ss-card__img {
  width: 54px;
  height: auto;
}

/* ── Image column ── */
.ss-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  background: #dde6f5;
}

.ss-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}

/* Card body */
.ss-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ss-card__type {
  font-size: 12px;
  line-height: 16px;
  color: #1b2b43;
  margin-bottom: 4px;
}

.ss-card__title {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #1b2b43;
}

.ss-card__ctry {
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #1b2b43;
}

.ss-card__org,
.ss-card__author-year {
  margin-bottom: 8px;
}

.ss-card__org,
.ss-card__author-year,
.ss-card__topics {
  font-size: 12px;
  line-height: 16px;
  color: #1b2b43;
}
.ss-card__org strong,
.ss-card__author-year strong,
.ss-card__topics strong {
  font-weight: 700;
}

/* ── No results ── */
.ss-no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 24px;
  color: #aab3c8;
  gap: 12px;
  text-align: center;
}

.ss-no-results p {
  margin: 0;
  font-size: 14px;
}

/* ── Responsive ── */
@media (max-width: 780px) {
  .ss-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ss-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e9f2;
    margin-bottom: 20px;
  }
  .ss-field--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ss-panel {
    padding: 20px 16px;
  }
  .ss-tab {
    padding: 12px 16px;
    font-size: 11px;
  }
  .ss-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* ─── Toolbar ────────────────────────────────────────────────────────────── */
.ss-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding: 14px 0;
  margin-bottom: 20px;
}

.ss-showing {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.ss-toolbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.ss-perpage-label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.ss-perpage-select {
  padding: 0 28px 0 10px;
  height: 48px;
  border: 1px solid #e6e0e9;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7a99' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  outline: none;
}

/* ─── Pagination ─────────────────────────────────────────────────────────── */
.ss-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 64px;
}

.ss-page-btn {
  width: 40px;
  height: 40px;
  padding: 0 4px;
  border-radius: 8px;
  border: none;
  background: #e9eef6;
  font-size: 16px;
  font-weight: 600;
  color: #182070;
  cursor: pointer;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ss-page-btn--active {
  background: #182070;
  color: #fff;
  cursor: default;
}

.ss-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.ss-page-prev,
.ss-page-next {
  font-size: 12px;
  background: none;
}

.ss-page-ellipsis {
  min-width: 28px;
  text-align: center;
  font-size: 13px;
  color: #aab3c8;
  pointer-events: none;
}

/* ─── Loading spinner ────────────────────────────────────────────────────── */
.ss-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 60px 0;
}

.ss-loading span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1255cc;
  -webkit-animation: ss-bounce 1.2s infinite ease-in-out;
          animation: ss-bounce 1.2s infinite ease-in-out;
  opacity: 0.2;
}

.ss-loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.ss-loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ss-loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes ss-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ss-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.2;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* ─── Error ──────────────────────────────────────────────────────────────── */
.ss-error {
  color: #f85050;
  font-size: 14px;
  padding: 16px 0;
  text-align: center;
}

/* ── Grid ── */
.rei-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ── Card ── */
.rei-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.rei-photo-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}

.rei-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}

/* ── Name ── */
.rei-name {
  padding: 18px 14px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  background-color: #003399;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .rei-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .rei-wrap {
    padding: 32px 24px 28px;
  }
}
@media (max-width: 500px) {
  .rei-grid {
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .rei-title {
    font-size: 20px;
  }
}
.knowledge-insight-posts,
.multimedia-posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991.9px) {
  .knowledge-insight-posts,
  .multimedia-posts {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599.9px) {
  .knowledge-insight-posts,
  .multimedia-posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.knowledge-insight-posts .post-item,
.multimedia-posts .post-item {
  list-style-type: none;
  background: #17519f;
}
.knowledge-insight-posts .post-item > a,
.multimedia-posts .post-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.knowledge-insight-posts .post-item .post-thumbnail img,
.multimedia-posts .post-item .post-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #e0e2f7;
}
.knowledge-insight-posts .post-item .post-content,
.multimedia-posts .post-item .post-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.knowledge-insight-posts .post-item .post-content .post-type,
.multimedia-posts .post-item .post-content .post-type {
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #141414;
  background-color: #a9aac9;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.knowledge-insight-posts .post-item .post-content .post-title,
.multimedia-posts .post-item .post-content .post-title {
  margin: 10px 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.knowledge-insight-posts .post-item .post-content .post-year,
.multimedia-posts .post-item .post-content .post-year {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}

.partner-organization-loop {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.partner-organization-loop ul.wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.partner-organization-loop ul.wp-block-post-template li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.partner-organization-loop ul.wp-block-post-template li .field-link {
  position: absolute;
  inset: 0;
  margin: 0;
  font-size: 0;
  z-index: 2;
}

.error-404 {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic-list a {
  display: inline-block;
  background-color: #e0e2f7;
  border-radius: 32px;
  padding: 4px 8px;
  margin-bottom: 1rem !important;
}
.topic-list a:not(:last-child) {
  margin-right: 1rem;
}

.organization-list .universal-loop-row-item,
.organization-list .universal-loop-row-item .field-organization_name {
  display: inline !important;
}
.organization-list .universal-loop-row-item:not(:last-child):after {
  content: ", ";
}
.organization-list .field-organization_name {
  line-height: 1.5;
}

.related-expert-list .universal-loop-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.related-expert-list .universal-loop-row-item .user-text-link {
  display: block !important;
  line-height: 1.4;
}
.related-expert-list .universal-loop-row-item:has(.field-expert_name_manual) a.user-text-link {
  display: none !important;
}
.related-expert-list .universal-loop-row-item a.user-avatar-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.related-expert-list .universal-loop-row-item a.user-avatar-link img {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-expert-list .universal-loop-row-item .field-expert_name_manual {
  margin-top: 5px;
}

.searchandfilter .sf-field-post-meta-approval_status {
  padding: 0;
}
.searchandfilter .sf-field-post-meta-approval_status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchandfilter .sf-field-post-meta-approval_status ul li {
  padding: 0;
}
.searchandfilter .sf-field-post-meta-approval_status ul li .sf-input-radio {
  display: none;
}
.searchandfilter .sf-field-post-meta-approval_status ul li .sf-label-radio {
  background-color: #003399;
  padding: 8px 16px;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
}
.searchandfilter .sf-field-post-meta-approval_status ul li.sf-option-active .sf-label-radio {
  background-color: #ffffff;
  color: #141414;
}

.search-filter-results table {
  border-collapse: collapse;
  border: 0;
  background-color: #ffffff;
}
.search-filter-results table tr th,
.search-filter-results table tr td {
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  border: 0;
  padding: 8px 16px;
}
.search-filter-results table tr td.thumbnail-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.search-filter-results table tr td.thumbnail-title div img.post-thumbnail {
  aspect-ratio: 24/35;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 24px;
}
.search-filter-results table tr td.thumbnail-title div .post-title {
  font-size: inherit;
  line-height: inherit;
}
.search-filter-results table tr td.link a {
  color: #003399;
  text-decoration: underline;
}
.search-filter-results table tr .date-submitted {
  text-align: center;
}
.search-filter-results table tbody tr {
  cursor: pointer;
}
.search-filter-results table tbody tr:hover {
  background-color: #e0e2f7;
}
.search-filter-results .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
.search-filter-results .pagination .wp-pagenavi {
  gap: 8px;
}
.search-filter-results .pagination .wp-pagenavi .previouspostslink,
.search-filter-results .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.search-filter-results .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.search-filter-results .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.search-filter-results .pagination .wp-pagenavi .page,
.search-filter-results .pagination .wp-pagenavi .current,
.search-filter-results .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #182070 !important;
  background-color: #e9eef6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.search-filter-results .pagination .wp-pagenavi .page:hover,
.search-filter-results .pagination .wp-pagenavi .current:hover {
  color: #ffffff !important;
  background-color: #182070 !important;
}
.search-filter-results .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #182070 !important;
}

.approval-status i {
  font-size: 10px;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.approval-status .draft-status {
  color: #c38902;
}
.approval-status .approved-status {
  color: #27bd19;
}
.approval-status .pending-status {
  color: #94a4ba;
}
.approval-status .rejected-status {
  color: #f85050;
}

#create-publication-confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, pointer-events 0.3s ease;
  transition: opacity 0.3s ease, pointer-events 0.3s ease;
}
#create-publication-confirm-modal-overlay #create-publication-confirm-modal-box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  width: 628px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#create-publication-confirm-modal-overlay #create-publication-confirm-modal-box h3 {
  margin-top: 0;
  color: #333;
}
#create-publication-confirm-modal-overlay #create-publication-confirm-modal-box p {
  color: #666;
  margin-bottom: 24px;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons .publication-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  background-color: #003399;
  color: #ffffff;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons .publication-button:hover {
  background-color: #022a7b;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons .publication-button.secondary {
  color: #2c428a !important;
  background-color: #ffffff;
  border: 1px solid #2c428a !important;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons .publication-button.publication-alt {
  background: #e0e2f7;
  color: #182070;
  border: 1px solid #e0e2f7;
}
#create-publication-confirm-modal-overlay .create-publication-confirm-modal-buttons .publication-button.publication-alt:hover:not(:disabled) {
  background: #ebf0fe;
  border: 1px solid #182070;
}

.select2-results__option {
  list-style: none;
}

/* ============================================================
   Publications Form Styles  v1.1
   ============================================================ */
.form-wrapper:has(.edit-mode) .full-width-on-edit {
  width: 100%;
}
.form-wrapper:has(.edit-mode) #form-heading {
  opacity: 0;
}

.pub-form-wrap {
  font-family: inherit;
}

/* ── Notices ─────────────────────────────────────────────── */
.pub-form__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1.125rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pub-form__notice--success {
  background: #edfaf3;
  border: 1px solid #34c77b;
  color: #1a6640;
}

.pub-form__notice--error {
  background: #fef2f2;
  border: 1px solid #f87171;
  color: #991b1b;
}

.pub-form__notice-icon {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── Form layout ─────────────────────────────────────────── */
.pub-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* ── Fields ──────────────────────────────────────────────── */
.pub-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}

.pub-form__field--inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.pub-form__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pub-form__required {
  color: #e53e3e;
}

.pub-form__hint {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
  margin-left: 0.25rem;
}

.pub-form__input,
.pub-form__textarea,
.pub-form__select {
  width: 100%;
  padding: 12px !important;
  border: 1px solid #e2e4e8 !important;
  font-size: 0.875rem !important;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.pub-form__textarea {
  resize: vertical;
  min-height: 160px;
}

.pub-form__select--multiple {
  min-height: 100px;
  padding: 12px;
}

/* Invalid */
.pub-form__field--invalid .pub-form__input,
.pub-form__field--invalid .pub-form__textarea,
.pub-form__field--invalid .pub-form__select,
.pub-form__fieldset--invalid {
  border-color: #e53e3e !important;
}

.pub-form__fieldset--invalid {
  -webkit-box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
          box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.pub-form__field-error {
  font-size: 0.8125rem;
  color: #e53e3e;
  min-height: 1.1em;
  display: block;
}

/* ── Select2 overrides ───────────────────────────────────── */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cbd5e1 !important;
  padding: 12px 12px 0px 12px !important;
}

.pub-form__field--invalid .select2-selection--multiple {
  border-color: #e53e3e !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ebf0fe;
  border: 1px solid #c3cff9;
  color: #182070;
  border-radius: 4px;
  font-size: 0.875rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #182070;
  margin-right: 4px;
}

/* ── Fieldsets ───────────────────────────────────────────── */
.pub-form__fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem 1.25rem 1rem;
  margin: 0;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.pub-form__legend {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e2a3a;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
}

/* ── Radio groups ────────────────────────────────────────── */
.pub-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.pub-form__radio-group--wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.pub-form__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #e2e4e8;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pub-form__radio-label:hover {
  border-color: #182070;
  background: #f0f4ff;
}

.pub-form__radio {
  accent-color: #182070;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.pub-form__radio:checked + .pub-form__radio-text {
  color: #182070;
}

.pub-form__radio-label:has(.pub-form__radio:checked) {
  border-color: #182070;
  background: #ebf0fe;
}

/* ── Repeaters ───────────────────────────────────────────── */
.pub-form__repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  margin-block: 0.375rem 1rem;
}

.pub-form__repeater-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px dashed #e2e4e8;
  padding: 12px;
}

.pub-form__repeater-fields {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
}

.pub-form__repeater-remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: 1px solid #fca5a5;
  color: #dc2626;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 0.875rem;
  line-height: 1.5 !important;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0.375rem;
}

.pub-form__repeater-remove:hover {
  background: #fee2e2;
}

.pub-form__repeater-add {
  background-color: #182070;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
}

.pub-form__repeater-add:hover {
  background: #022a7b;
}

/* ── Action buttons ──────────────────────────────────────── */
.pub-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.edit-mode .pub-form__actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pub-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background 0.15s, opacity 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, opacity 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, opacity 0.15s, transform 0.1s;
  transition: background 0.15s, opacity 0.15s, transform 0.1s, -webkit-transform 0.1s;
}

.pub-form__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Submit — primary */
.pub-form__btn--submit {
  background: #182070;
  color: #ffffff;
}

.pub-form__btn--submit:hover:not(:disabled) {
  background-color: #022a7b;
}

/* Draft — outlined */
.pub-form__btn--draft {
  background: #e0e2f7;
  color: #182070;
  border: 1px solid #e0e2f7;
}

.pub-form__btn--draft:hover:not(:disabled) {
  background: #ebf0fe;
  border: 1px solid #182070;
}

/* Cancel — outlined */
.pub-form__btn--cancel {
  background: #ffffff;
  color: #182070;
  border: 1px solid #182070;
}

.pub-form__btn--cancel:hover:not(:disabled) {
  background: #182070;
  color: #ffffff;
}

/* Spinner */
.pub-form__btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: pub-spin 0.6s linear infinite;
          animation: pub-spin 0.6s linear infinite;
}

.pub-form__btn--draft .pub-form__btn-spinner {
  border-color: rgba(79, 126, 248, 0.3);
  border-top-color: #182070;
}

/* ── Dropzone File Upload Styles ────────────────────────── */
.pub-form__dropzone {
  border: 2px dashed #182070;
  background: #e0e2f7;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pub-form__dropzone:hover, .pub-form__dropzone.dragover {
  border-color: #003399;
  background: #f0f4ff;
}
.pub-form__dropzone .pub-form__dropzone-prompt i {
  font-size: 1.5rem;
  color: #182070;
  margin-bottom: 8px;
}
.pub-form__dropzone .pub-form__dropzone-prompt p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  color: #182070;
  margin: 0;
}
.pub-form__dropzone .pub-form__dropzone-prompt span {
  font-size: 0.75rem;
  color: #94a3b8;
}
.pub-form__dropzone .pub-form__dropzone-preview {
  max-width: 100%;
}
.pub-form__dropzone .pub-form__dropzone-preview img {
  max-height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #e2e4e8 !important;
}
.pub-form__dropzone .pub-form__dropzone-preview .pub-form__dropzone-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #141414;
  background-color: transparent;
  border: 2px solid #141414;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ── Inline Tag Group Controls ──────────────────────────── */
.pub-form__tag-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
.pub-form__tag-input-group .pub-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pub-form__tag-input-group .pub-form__tag-add-btn {
  background-color: #182070;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.pub-form__tag-input-group .pub-form__tag-add-btn:hover {
  background-color: #022a7b;
}

.pub-form__tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  min-height: 28px;
}
.pub-form__tags-container:empty {
  display: none;
}
.pub-form__tags-container .pub-form__tag-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0e2f7;
  color: #141414;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.pub-form__tags-container .pub-form__tag-item .pub-form__tag-remove {
  background: none;
  border: none;
  color: #141414;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 6px;
}

@-webkit-keyframes pub-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pub-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .pub-form__fieldset {
    padding: 1rem 0.75rem 0.875rem;
  }
  .pub-form__repeater-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pub-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .pub-form__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pub-form__radio-group--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#create-dataset-confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, pointer-events 0.3s ease;
  transition: opacity 0.3s ease, pointer-events 0.3s ease;
}
#create-dataset-confirm-modal-overlay #create-dataset-confirm-modal-box {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  width: 628px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#create-dataset-confirm-modal-overlay #create-dataset-confirm-modal-box h3 {
  margin-top: 0;
  color: #333;
}
#create-dataset-confirm-modal-overlay #create-dataset-confirm-modal-box p {
  color: #666;
  margin-bottom: 24px;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons .dataset-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  background-color: #003399;
  color: #ffffff;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons .dataset-button:hover {
  background-color: #022a7b;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons .dataset-button.secondary {
  color: #2c428a !important;
  background-color: #ffffff;
  border: 1px solid #2c428a !important;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons .dataset-button.dataset-alt {
  background: #e0e2f7;
  color: #182070;
  border: 1px solid #e0e2f7;
}
#create-dataset-confirm-modal-overlay .create-dataset-confirm-modal-buttons .dataset-button.dataset-alt:hover:not(:disabled) {
  background: #ebf0fe;
  border: 1px solid #182070;
}

.select2-results__option {
  list-style: none;
}

/* ============================================================
   Datasets Form Styles  v1.1
   ============================================================ */
.form-wrapper:has(.edit-mode) .full-width-on-edit {
  width: 100%;
}
.form-wrapper:has(.edit-mode) #form-heading {
  opacity: 0;
}

.dataset-form-wrap {
  font-family: inherit;
}

/* ── Notices ─────────────────────────────────────────────── */
.dataset-form__notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  padding: 0.875rem 1.125rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.dataset-form__notice--success {
  background: #edfaf3;
  border: 1px solid #34c77b;
  color: #1a6640;
}

.dataset-form__notice--error {
  background: #fef2f2;
  border: 1px solid #f87171;
  color: #991b1b;
}

.dataset-form__notice-icon {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ── Form layout ─────────────────────────────────────────── */
.dataset-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

/* ── Fields ──────────────────────────────────────────────── */
.dataset-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}

.dataset-form__field--inline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.dataset-form__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dataset-form__required {
  color: #e53e3e;
}

.dataset-form__hint {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #64748b;
  margin-left: 0.25rem;
}

.dataset-form__input,
.dataset-form__textarea,
.dataset-form__select {
  width: 100%;
  padding: 12px !important;
  border: 1px solid #e2e4e8 !important;
  font-size: 0.875rem !important;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.dataset-form__textarea {
  resize: vertical;
  min-height: 160px;
}

.dataset-form__select--multiple {
  min-height: 100px;
  padding: 12px;
}

/* Invalid */
.dataset-form__field--invalid .dataset-form__input,
.dataset-form__field--invalid .dataset-form__textarea,
.dataset-form__field--invalid .dataset-form__select,
.dataset-form__fieldset--invalid {
  border-color: #e53e3e !important;
}

.dataset-form__fieldset--invalid {
  -webkit-box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
          box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.dataset-form__field-error {
  font-size: 0.8125rem;
  color: #e53e3e;
  min-height: 1.1em;
  display: block;
}

/* ── Select2 overrides ───────────────────────────────────── */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cbd5e1 !important;
  padding: 12px 12px 0px 12px !important;
}

.dataset-form__field--invalid .select2-selection--multiple {
  border-color: #e53e3e !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ebf0fe;
  border: 1px solid #c3cff9;
  color: #182070;
  border-radius: 4px;
  font-size: 0.875rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #182070;
  margin-right: 4px;
}

/* ── Fieldsets ───────────────────────────────────────────── */
.dataset-form__fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem 1.25rem 1rem;
  margin: 0;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.dataset-form__legend {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e2a3a;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
}

/* ── Radio groups ────────────────────────────────────────── */
.dataset-form__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.dataset-form__radio-group--wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.dataset-form__radio-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #e2e4e8;
  -webkit-transition: border-color 0.15s, background 0.15s;
  transition: border-color 0.15s, background 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dataset-form__radio-label:hover {
  border-color: #182070;
  background: #f0f4ff;
}

.dataset-form__radio {
  accent-color: #182070;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.dataset-form__radio:checked + .dataset-form__radio-text {
  color: #182070;
}

.dataset-form__radio-label:has(.dataset-form__radio:checked) {
  border-color: #182070;
  background: #ebf0fe;
}

/* ── Repeaters ───────────────────────────────────────────── */
.dataset-form__repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  margin-block: 0.375rem 1rem;
}

.dataset-form__repeater-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  background: #ffffff;
  border: 1px dashed #e2e4e8;
  padding: 12px;
}

.dataset-form__repeater-fields {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
}

.dataset-form__repeater-remove {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  border: 1px solid #fca5a5;
  color: #dc2626;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 0.875rem;
  line-height: 1.5 !important;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0.375rem;
}

.dataset-form__repeater-remove:hover {
  background: #fee2e2;
}

.dataset-form__repeater-add {
  background-color: #182070;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
}

.dataset-form__repeater-add:hover {
  background: #022a7b;
}

/* ── Action buttons ──────────────────────────────────────── */
.dataset-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.edit-mode .dataset-form__actions {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dataset-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: background 0.15s, opacity 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, opacity 0.15s, -webkit-transform 0.1s;
  transition: background 0.15s, opacity 0.15s, transform 0.1s;
  transition: background 0.15s, opacity 0.15s, transform 0.1s, -webkit-transform 0.1s;
}

.dataset-form__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Submit — primary */
.dataset-form__btn--submit {
  background: #182070;
  color: #ffffff;
}

.dataset-form__btn--submit:hover:not(:disabled) {
  background-color: #022a7b;
}

/* Draft — outlined */
.dataset-form__btn--draft {
  background: #e0e2f7;
  color: #182070;
  border: 1px solid #e0e2f7;
}

.dataset-form__btn--draft:hover:not(:disabled) {
  background: #ebf0fe;
  border: 1px solid #182070;
}

/* Cancel — outlined */
.dataset-form__btn--cancel {
  background: #ffffff;
  color: #182070;
  border: 1px solid #182070;
}

.dataset-form__btn--cancel:hover:not(:disabled) {
  background: #182070;
  color: #ffffff;
}

/* Spinner */
.dataset-form__btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: dataset-spin 0.6s linear infinite;
          animation: dataset-spin 0.6s linear infinite;
}

.dataset-form__btn--draft .dataset-form__btn-spinner {
  border-color: rgba(79, 126, 248, 0.3);
  border-top-color: #182070;
}

/* ── Dropzone File Upload Styles ────────────────────────── */
.dataset-form__dropzone {
  border: 2px dashed #182070;
  background: #e0e2f7;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dataset-form__dropzone:hover, .dataset-form__dropzone.dragover {
  border-color: #003399;
  background: #f0f4ff;
}
.dataset-form__dropzone .dataset-form__dropzone-prompt i {
  font-size: 1.5rem;
  color: #182070;
  margin-bottom: 8px;
}
.dataset-form__dropzone .dataset-form__dropzone-prompt p {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  color: #182070;
  margin: 0;
}
.dataset-form__dropzone .dataset-form__dropzone-prompt span {
  font-size: 0.75rem;
  color: #94a3b8;
}
.dataset-form__dropzone .dataset-form__dropzone-preview {
  max-width: 100%;
}
.dataset-form__dropzone .dataset-form__dropzone-preview img {
  max-height: 180px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #e2e4e8 !important;
}
.dataset-form__dropzone .dataset-form__dropzone-preview .dataset-form__dropzone-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #141414;
  background-color: transparent;
  border: 2px solid #141414;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ── Inline Tag Group Controls ──────────────────────────── */
.dataset-form__tag-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
.dataset-form__tag-input-group .dataset-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dataset-form__tag-input-group .dataset-form__tag-add-btn {
  background-color: #182070;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.dataset-form__tag-input-group .dataset-form__tag-add-btn:hover {
  background-color: #022a7b;
}

.dataset-form__tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  min-height: 28px;
}
.dataset-form__tags-container:empty {
  display: none;
}
.dataset-form__tags-container .dataset-form__tag-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0e2f7;
  color: #141414;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.dataset-form__tags-container .dataset-form__tag-item .dataset-form__tag-remove {
  background: none;
  border: none;
  color: #141414;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 6px;
}

@-webkit-keyframes dataset-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes dataset-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 600px) {
  .dataset-form__fieldset {
    padding: 1rem 0.75rem 0.875rem;
  }
  .dataset-form__repeater-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dataset-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .dataset-form__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dataset-form__radio-group--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.archive.author img.um-avatar {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
  width: 100%;
}
@media (max-width: 780.9px) {
  body.archive.author img.um-avatar {
    border-radius: 20px;
  }
}
body.archive.author a.icon-only-btn.field-profile_link {
  background-color: #182070;
  color: #ffffff;
  padding: 1px;
  border-radius: 2px;
}
body.archive.author .view-profile-wrapper {
  display: none !important;
}
body.archive.author .view-profile-wrapper:has(> .field-profile_link) {
  display: block !important;
}
body.archive.author .expert-related-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 599.9px) {
  body.archive.author .expert-related-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
body.archive.author .expert-related-content .related-group {
  display: contents;
}
body.archive.author .expert-related-content .related-item {
  background: #003399;
  position: relative;
}
body.archive.author .expert-related-content .related-item .related-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #e0e2f7;
}
body.archive.author .expert-related-content .related-item .related-content {
  padding: 1rem;
}
body.archive.author .expert-related-content .related-item .related-content .related-type {
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #a9aac9;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
}
body.archive.author .expert-related-content .related-item .related-content .related-title {
  margin: 10px 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}
body.archive.author .expert-related-content .related-item .related-link {
  position: absolute;
  inset: 0;
}

body .um.um-directory {
  margin-bottom: 0 !important;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row {
  margin-bottom: 2px !important;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line label span {
  display: block;
  font-size: 0;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line label span::before {
  content: "Keyword";
  font-size: 12px;
  color: #1b2b43;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-search {
  display: block;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row input.um-do-search.um-button {
  background-color: #003399;
  border-radius: 18px !important;
  font-size: 1.25rem;
  line-height: 1.2 !important;
  padding: 12px 20px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-search.um-search-1:before {
  content: "Country";
  font-size: 12px;
  color: #1b2b43;
}
body .um.um-directory .um-member-directory-header .um-member-directory-header-row .um-search-line {
  padding: 12px !important;
  height: auto !important;
  line-height: 1.5;
  border-radius: 2px;
}
body .um.um-directory .um-members-wrapper {
  margin-top: 56px;
}
@media (max-width: 991.9px) {
  body .um.um-directory .um-members-wrapper {
    margin-top: 32px;
  }
}
body .um.um-directory .um-members-wrapper .um-members {
  height: auto !important;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 20px;
}
@media (max-width: 599.9px) {
  body .um.um-directory .um-members-wrapper .um-members {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
  position: static !important;
  width: 100% !important;
  background-color: #003399;
  -webkit-transition: unset !important;
  transition: unset !important;
  -webkit-transform: unset !important;
          transform: unset !important;
  margin: 0;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card {
  padding: 16px;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-name a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn {
  display: none !important;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
  padding: 0;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo.radius-1 a img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4 !important;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-gutter-sizer {
  display: none;
}
body .um.um-directory .um-members-wrapper .um-members.um-members-grid .um-members-none {
  grid-column: 1/-1;
}
body .um.um-directory .um-members-pagination-box {
  margin-top: 48px;
}
@media (max-width: 991.9px) {
  body .um.um-directory .um-members-pagination-box {
    margin-top: 8px;
  }
}
body .um.um-directory .um-members-pagination-box .um-members-pagi {
  gap: 1rem;
}
body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi {
  color: #003399 !important;
  background-color: #e9eef6;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  height: 40px;
  width: 40px;
  padding: 8px 15px;
  line-height: 1.4 !important;
  text-align: center;
}
body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi.current {
  color: #e9eef6 !important;
  background-color: #003399;
}
body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi.pagi-arrow {
  padding: 4px 15px;
}
body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi.pagi-arrow i:before {
  top: 0;
}
body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi[data-page=first], body .um.um-directory .um-members-pagination-box .um-members-pagi .pagi[data-page=last] {
  display: none;
}
body .um.um-directory .um-members-pagination-box select.um-members-pagi-dropdown {
  padding: 8px 12px;
  border-radius: 4px;
}

#knowledge_insights .searchandfilter > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem auto;
  grid-template-columns: 1fr 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5rem 2rem;
}
@media (max-width: 599.9px) {
  #knowledge_insights .searchandfilter > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
#knowledge_insights .searchandfilter > ul .sf-field-search {
  grid-column: 1/-1;
}
#knowledge_insights .searchandfilter > ul .sf-field-sort_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  grid-column: 1/-1;
  -ms-grid-column-align: end;
      justify-self: end;
}
#knowledge_insights .searchandfilter > ul br {
  display: none !important;
}
#knowledge_insights .searchandfilter > ul p {
  margin: 0;
}
#knowledge_insights .searchandfilter > ul h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #1b2b43;
  padding: 0;
  margin-bottom: 4px;
}
#knowledge_insights .searchandfilter > ul label {
  width: 100%;
}
#knowledge_insights .searchandfilter > ul .sf-input-text,
#knowledge_insights .searchandfilter > ul .sf-input-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
}
#knowledge_insights .searchandfilter > ul .sf-input-text::-webkit-input-placeholder, #knowledge_insights .searchandfilter > ul .sf-input-select::-webkit-input-placeholder {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul .sf-input-text::-moz-placeholder, #knowledge_insights .searchandfilter > ul .sf-input-select::-moz-placeholder {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul .sf-input-text:-ms-input-placeholder, #knowledge_insights .searchandfilter > ul .sf-input-select:-ms-input-placeholder {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul .sf-input-text::-ms-input-placeholder, #knowledge_insights .searchandfilter > ul .sf-input-select::-ms-input-placeholder {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul .sf-input-text::placeholder,
#knowledge_insights .searchandfilter > ul .sf-input-select::placeholder {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul .sf-input-select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#knowledge_insights .searchandfilter > ul .sf-input-select:not([multiple=multiple]):has(> .sf-item-0.sf-option-active) {
  color: #94a4ba;
}
#knowledge_insights .searchandfilter > ul input[type=submit] {
  color: #ffffff;
  background-color: #003399;
  border: none;
  border-radius: 18px !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2 !important;
  padding: 9px 48px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
#knowledge_insights .searchandfilter > ul .ms-wrap {
  position: relative;
  font-size: 14px;
}
#knowledge_insights .searchandfilter > ul .ms-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#knowledge_insights .searchandfilter > ul .ms-trigger-text {
  color: #94a4ba;
  font-size: 14px;
  line-height: 1.5;
}
#knowledge_insights .searchandfilter > ul .ms-trigger-text.has-value {
  color: #1b2b43;
}
#knowledge_insights .searchandfilter > ul .ms-chevron {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
#knowledge_insights .searchandfilter > ul .ms-chevron.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#knowledge_insights .searchandfilter > ul .ms-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 100;
  overflow: hidden;
}
#knowledge_insights .searchandfilter > ul .ms-dropdown.open {
  display: block;
}
#knowledge_insights .searchandfilter > ul .ms-actions {
  border-bottom: 1px solid #003399;
}
#knowledge_insights .searchandfilter > ul .ms-actions button {
  font-size: 12px;
  padding: 11px;
  width: 100%;
  text-align: left;
  border: 1px solid #003399;
  background: transparent;
  cursor: pointer;
}
#knowledge_insights .searchandfilter > ul .ms-actions button:hover {
  background: #f5f5f5;
}
#knowledge_insights .searchandfilter > ul .ms-list {
  max-height: 220px;
  overflow-y: auto;
}
#knowledge_insights .searchandfilter > ul .ms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #003399;
  border-top: none;
}
#knowledge_insights .searchandfilter > ul .ms-item:hover {
  background: #f5f5f5;
}
#knowledge_insights .searchandfilter > ul .ms-item input[type=checkbox] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#knowledge_insights .searchandfilter > ul .ms-item label {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#knowledge_insights .search-filter-results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 1rem;
}
#knowledge_insights .search-filter-results .publication-item {
  background: #003399;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#knowledge_insights .search-filter-results .publication-item .publication-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #e0e2f7;
}
#knowledge_insights .search-filter-results .publication-item .publication-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#knowledge_insights .search-filter-results .publication-item .publication-content .publication-type {
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #141414;
  background-color: #a9aac9;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#knowledge_insights .search-filter-results .publication-item .publication-content .publication-title {
  margin: 10px 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#knowledge_insights .search-filter-results .publication-item .publication-content .publication-year {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}
#knowledge_insights .search-filter-results .publication-item .publication-link {
  position: absolute;
  inset: 0;
}
#knowledge_insights .search-filter-results .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi {
  gap: 8px;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .previouspostslink,
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .page,
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .current,
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #182070 !important;
  background-color: #e9eef6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .page:hover,
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .current:hover {
  color: #ffffff !important;
  background-color: #182070 !important;
}
#knowledge_insights .search-filter-results .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #182070 !important;
}

#partner_organization .searchandfilter > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5rem 2rem;
}
@media (max-width: 599.9px) {
  #partner_organization .searchandfilter > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
#partner_organization .searchandfilter > ul br {
  display: none !important;
}
#partner_organization .searchandfilter > ul p {
  margin: 0;
}
#partner_organization .searchandfilter > ul h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #1b2b43;
  padding: 0;
  margin-bottom: 4px;
}
#partner_organization .searchandfilter > ul label {
  width: 100%;
}
#partner_organization .searchandfilter > ul .sf-input-text,
#partner_organization .searchandfilter > ul .sf-input-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
}
#partner_organization .searchandfilter > ul .sf-input-text::-webkit-input-placeholder, #partner_organization .searchandfilter > ul .sf-input-select::-webkit-input-placeholder {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul .sf-input-text::-moz-placeholder, #partner_organization .searchandfilter > ul .sf-input-select::-moz-placeholder {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul .sf-input-text:-ms-input-placeholder, #partner_organization .searchandfilter > ul .sf-input-select:-ms-input-placeholder {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul .sf-input-text::-ms-input-placeholder, #partner_organization .searchandfilter > ul .sf-input-select::-ms-input-placeholder {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul .sf-input-text::placeholder,
#partner_organization .searchandfilter > ul .sf-input-select::placeholder {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul .sf-input-select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#partner_organization .searchandfilter > ul .sf-input-select:not([multiple=multiple]):has(> .sf-item-0.sf-option-active) {
  color: #94a4ba;
}
#partner_organization .searchandfilter > ul input[type=submit] {
  color: #ffffff;
  background-color: #003399;
  border: none;
  border-radius: 18px !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2 !important;
  padding: 9px 48px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
#partner_organization .searchandfilter > ul .ms-wrap {
  position: relative;
  font-size: 14px;
}
#partner_organization .searchandfilter > ul .ms-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#partner_organization .searchandfilter > ul .ms-trigger-text {
  color: #94a4ba;
  font-size: 14px;
  line-height: 1.5;
}
#partner_organization .searchandfilter > ul .ms-trigger-text.has-value {
  color: #1b2b43;
}
#partner_organization .searchandfilter > ul .ms-chevron {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
#partner_organization .searchandfilter > ul .ms-chevron.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#partner_organization .searchandfilter > ul .ms-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 100;
  overflow: hidden;
}
#partner_organization .searchandfilter > ul .ms-dropdown.open {
  display: block;
}
#partner_organization .searchandfilter > ul .ms-actions {
  border-bottom: 1px solid #003399;
}
#partner_organization .searchandfilter > ul .ms-actions button {
  font-size: 12px;
  padding: 11px;
  width: 100%;
  text-align: left;
  border: 1px solid #003399;
  background: transparent;
  cursor: pointer;
}
#partner_organization .searchandfilter > ul .ms-actions button:hover {
  background: #f5f5f5;
}
#partner_organization .searchandfilter > ul .ms-list {
  max-height: 220px;
  overflow-y: auto;
}
#partner_organization .searchandfilter > ul .ms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #003399;
  border-top: none;
}
#partner_organization .searchandfilter > ul .ms-item:hover {
  background: #f5f5f5;
}
#partner_organization .searchandfilter > ul .ms-item input[type=checkbox] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
#partner_organization .searchandfilter > ul .ms-item label {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#partner_organization .search-filter-results {
  margin-top: 4rem;
}
@media (max-width: 599.9px) {
  #partner_organization .search-filter-results {
    margin-bottom: 2rem;
  }
}
#partner_organization .search-filter-results h6 {
  margin-bottom: 1rem;
  font-weight: 700;
}
#partner_organization .search-filter-results .partner-organization-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 599.9px) {
  #partner_organization .search-filter-results .partner-organization-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
#partner_organization .search-filter-results .partner-organization-grid .org-img {
  padding: 5px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  height: 72px;
  width: 72px;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
#partner_organization .search-filter-results .partner-organization-grid .org-name {
  color: #141414;
  font-size: 0.875rem;
}

#related_publications_column .searchandfilter > ul .sf-field-author {
  display: none;
}
#related_publications_column .searchandfilter > ul .sf-field-sort_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-grid-column-align: end;
      justify-self: end;
}
#related_publications_column .searchandfilter > ul br {
  display: none !important;
}
#related_publications_column .searchandfilter > ul p {
  margin: 0;
}
#related_publications_column .searchandfilter > ul h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #1b2b43;
  padding: 0;
  margin-bottom: 4px;
}
#related_publications_column .searchandfilter > ul label {
  width: 100%;
}
#related_publications_column .searchandfilter > ul .sf-input-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
}
#related_publications_column .searchandfilter > ul .sf-input-select::-webkit-input-placeholder {
  color: #94a4ba;
}
#related_publications_column .searchandfilter > ul .sf-input-select::-moz-placeholder {
  color: #94a4ba;
}
#related_publications_column .searchandfilter > ul .sf-input-select:-ms-input-placeholder {
  color: #94a4ba;
}
#related_publications_column .searchandfilter > ul .sf-input-select::-ms-input-placeholder {
  color: #94a4ba;
}
#related_publications_column .searchandfilter > ul .sf-input-select::placeholder {
  color: #94a4ba;
}
#related_publications_column .searchandfilter > ul .sf-input-select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#related_publications_column .searchandfilter > ul .sf-input-select:not([multiple=multiple]):has(> .sf-item-0.sf-option-active) {
  color: #94a4ba;
}
#related_publications_column .search-filter-results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 1rem;
}
#related_publications_column .search-filter-results .publication-item {
  background: #003399;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#related_publications_column .search-filter-results .publication-item .publication-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #e0e2f7;
}
#related_publications_column .search-filter-results .publication-item .publication-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#related_publications_column .search-filter-results .publication-item .publication-content .publication-type {
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #141414;
  background-color: #a9aac9;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#related_publications_column .search-filter-results .publication-item .publication-content .publication-title {
  margin: 10px 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#related_publications_column .search-filter-results .publication-item .publication-content .publication-year {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}
#related_publications_column .search-filter-results .publication-item .publication-link {
  position: absolute;
  inset: 0;
}
#related_publications_column .search-filter-results .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi {
  gap: 8px;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .previouspostslink,
#related_publications_column .search-filter-results .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .page,
#related_publications_column .search-filter-results .pagination .wp-pagenavi .current,
#related_publications_column .search-filter-results .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #182070 !important;
  background-color: #e9eef6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .page:hover,
#related_publications_column .search-filter-results .pagination .wp-pagenavi .current:hover {
  color: #ffffff !important;
  background-color: #182070 !important;
}
#related_publications_column .search-filter-results .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #182070 !important;
}

.post-type-archive-multimedia .searchandfilter > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem auto;
  grid-template-columns: 1fr 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5rem 2rem;
}
@media (max-width: 599.9px) {
  .post-type-archive-multimedia .searchandfilter > ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.post-type-archive-multimedia .searchandfilter > ul .sf-field-search {
  grid-column: 1/-1;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-field-sort_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  grid-column: 1/-1;
  -ms-grid-column-align: end;
      justify-self: end;
}
.post-type-archive-multimedia .searchandfilter > ul br {
  display: none !important;
}
.post-type-archive-multimedia .searchandfilter > ul p {
  margin: 0;
}
.post-type-archive-multimedia .searchandfilter > ul h4 {
  font-size: 12px;
  line-height: 1.4;
  color: #1b2b43;
  padding: 0;
  margin-bottom: 4px;
}
.post-type-archive-multimedia .searchandfilter > ul label {
  width: 100%;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text,
.post-type-archive-multimedia .searchandfilter > ul .sf-input-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 14px;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text::-webkit-input-placeholder, .post-type-archive-multimedia .searchandfilter > ul .sf-input-select::-webkit-input-placeholder {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text::-moz-placeholder, .post-type-archive-multimedia .searchandfilter > ul .sf-input-select::-moz-placeholder {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text:-ms-input-placeholder, .post-type-archive-multimedia .searchandfilter > ul .sf-input-select:-ms-input-placeholder {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text::-ms-input-placeholder, .post-type-archive-multimedia .searchandfilter > ul .sf-input-select::-ms-input-placeholder {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-text::placeholder,
.post-type-archive-multimedia .searchandfilter > ul .sf-input-select::placeholder {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.post-type-archive-multimedia .searchandfilter > ul .sf-input-select:not([multiple=multiple]):has(> .sf-item-0.sf-option-active) {
  color: #94a4ba;
}
.post-type-archive-multimedia .searchandfilter > ul input[type=submit] {
  color: #ffffff;
  background-color: #003399;
  border: none;
  border-radius: 18px !important;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2 !important;
  padding: 9px 48px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-wrap {
  position: relative;
  font-size: 14px;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-trigger-text {
  color: #94a4ba;
  font-size: 14px;
  line-height: 1.5;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-trigger-text.has-value {
  color: #1b2b43;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-chevron {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-chevron.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.post-type-archive-multimedia .searchandfilter > ul .ms-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  z-index: 100;
  overflow: hidden;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-dropdown.open {
  display: block;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-actions {
  border-bottom: 1px solid #003399;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-actions button {
  font-size: 12px;
  padding: 11px;
  width: 100%;
  text-align: left;
  border: 1px solid #003399;
  background: transparent;
  cursor: pointer;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-actions button:hover {
  background: #f5f5f5;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-list {
  max-height: 220px;
  overflow-y: auto;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #003399;
  border-top: none;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-item:hover {
  background: #f5f5f5;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-item input[type=checkbox] {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.post-type-archive-multimedia .searchandfilter > ul .ms-item label {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-type-archive-multimedia .search-filter-results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item {
  background: #003399;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-color: #e0e2f7;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-content .multimedia-type {
  padding: 4px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #a9aac9;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-content .multimedia-title {
  margin: 10px 0 16px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-content .multimedia-year {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}
.post-type-archive-multimedia .search-filter-results .multimedia-item .multimedia-link {
  position: absolute;
  inset: 0;
}
.post-type-archive-multimedia .search-filter-results .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi {
  gap: 8px;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .previouspostslink,
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .page,
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .current,
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #182070 !important;
  background-color: #e9eef6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .page:hover,
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .current:hover {
  color: #ffffff !important;
  background-color: #182070 !important;
}
.post-type-archive-multimedia .search-filter-results .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #182070 !important;
}

.um.um-register .um-form .um-field {
  padding-top: 32px;
}
.um.um-register .um-form .um-field:first-child {
  padding-top: 0;
}
@media (max-width: 599.9px) {
  .um.um-register .um-form .um-field {
    padding-top: 16px;
  }
}
.um.um-register .um-form .um-field .um-field-label {
  margin: 0 !important;
}
.um.um-register .um-form .um-field .um-field-label label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4 !important;
  color: #141414;
}
.um.um-register .um-form input[type=text],
.um.um-register .um-form select:not([multiple=multiple]) {
  font-size: 0.875rem !important;
  padding: 12px;
  border: 1px solid #e6e6e6 !important;
}
.um.um-register .um-form input[type=text]::-webkit-input-placeholder, .um.um-register .um-form select:not([multiple=multiple])::-webkit-input-placeholder {
  color: #94a4ba;
}
.um.um-register .um-form input[type=text]::-moz-placeholder, .um.um-register .um-form select:not([multiple=multiple])::-moz-placeholder {
  color: #94a4ba;
}
.um.um-register .um-form input[type=text]:-ms-input-placeholder, .um.um-register .um-form select:not([multiple=multiple]):-ms-input-placeholder {
  color: #94a4ba;
}
.um.um-register .um-form input[type=text]::-ms-input-placeholder, .um.um-register .um-form select:not([multiple=multiple])::-ms-input-placeholder {
  color: #94a4ba;
}
.um.um-register .um-form input[type=text]::placeholder,
.um.um-register .um-form select:not([multiple=multiple])::placeholder {
  color: #94a4ba;
}
.um.um-register .um-form select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #94a4ba;
}
.um.um-register .um-form select:not([multiple=multiple]).selected-option {
  color: inherit;
}
.um.um-register .um-form #um-submit-btn {
  font-weight: 600 !important;
  background-color: #003399;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
}
.um.um-register .um-form #um-submit-btn:hover {
  background-color: #022a7b;
}

.um-page-password-reset .um-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.um-page-password-reset .um-form form .um-field .um-field-label {
  margin: 0 !important;
}
.um-page-password-reset .um-form form .um-field .um-field-label label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4 !important;
  color: #141414;
}
.um-page-password-reset .um-form form input[type=text],
.um-page-password-reset .um-form form input[type=password] {
  font-size: 0.875rem !important;
  padding: 12px;
  border: 1px solid #e6e6e6 !important;
}
.um-page-password-reset .um-form form input[type=text]::-webkit-input-placeholder, .um-page-password-reset .um-form form input[type=password]::-webkit-input-placeholder {
  color: #94a4ba;
}
.um-page-password-reset .um-form form input[type=text]::-moz-placeholder, .um-page-password-reset .um-form form input[type=password]::-moz-placeholder {
  color: #94a4ba;
}
.um-page-password-reset .um-form form input[type=text]:-ms-input-placeholder, .um-page-password-reset .um-form form input[type=password]:-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-password-reset .um-form form input[type=text]::-ms-input-placeholder, .um-page-password-reset .um-form form input[type=password]::-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-password-reset .um-form form input[type=text]::placeholder,
.um-page-password-reset .um-form form input[type=password]::placeholder {
  color: #94a4ba;
}
.um-page-password-reset .um-form form .character-validation.valid,
.um-page-password-reset .um-form form .letter-case-validation.valid,
.um-page-password-reset .um-form form .number-validation.valid,
.um-page-password-reset .um-form form .special-character-validation.valid {
  display: none;
}
.um-page-password-reset .um-form form #um-submit-btn {
  font-size: 0.875rem;
  font-weight: 600 !important;
  background-color: #003399;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
}
.um-page-password-reset .um-form form #um-submit-btn:hover {
  background-color: #022a7b;
}
.um-page-password-reset .um-field-block {
  color: #141414;
  font-size: 1rem;
  line-height: 1.4;
}

.um-page-login .um-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.um-page-login .um-form form .um-field {
  padding-top: 32px;
}
.um-page-login .um-form form .um-field:first-child {
  padding-top: 0;
}
@media (max-width: 599.9px) {
  .um-page-login .um-form form .um-field {
    padding-top: 16px;
  }
}
.um-page-login .um-form form .um-field .um-field-label {
  margin: 0 !important;
}
.um-page-login .um-form form .um-field .um-field-label label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4 !important;
  color: #141414;
}
.um-page-login .um-form form input[type=text],
.um-page-login .um-form form input[type=password] {
  font-size: 0.875rem !important;
  padding: 12px;
  border: 1px solid #e6e6e6 !important;
}
.um-page-login .um-form form input[type=text]::-webkit-input-placeholder, .um-page-login .um-form form input[type=password]::-webkit-input-placeholder {
  color: #94a4ba;
}
.um-page-login .um-form form input[type=text]::-moz-placeholder, .um-page-login .um-form form input[type=password]::-moz-placeholder {
  color: #94a4ba;
}
.um-page-login .um-form form input[type=text]:-ms-input-placeholder, .um-page-login .um-form form input[type=password]:-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-login .um-form form input[type=text]::-ms-input-placeholder, .um-page-login .um-form form input[type=password]::-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-login .um-form form input[type=text]::placeholder,
.um-page-login .um-form form input[type=password]::placeholder {
  color: #94a4ba;
}
.um-page-login .um-form form #um-submit-btn {
  font-size: 0.875rem;
  font-weight: 600 !important;
  background-color: #003399;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
}
.um-page-login .um-form form #um-submit-btn:hover {
  background-color: #022a7b;
}
.um-page-login .um-form form .um-col-alt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.um-page-login .um-form form .um-col-alt-b {
  padding-top: 0;
  margin-bottom: 2rem;
}
.um-page-login .um-form form .um-col-alt-b a {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 700;
  color: #003399 !important;
}
.um-page-login .llar_notification_login_page {
  padding: 12px;
  color: #141414;
}
.um-page-login .llar_notification_login_page .close-button {
  top: 8px;
  right: 10px;
}
.um-page-login .um-notice {
  margin-bottom: 1rem !important;
}

.um-page-user .custom-tab-column .stk-button {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.um-page-user .custom-tab-column .um-avatar {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 16/23;
  -o-object-fit: cover;
     object-fit: cover;
}
.um-page-user .um:not(.um-admin),
.um-page-user .um-profile-body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.um-page-user:not(.um-own-profile) .custom-tab-column .profile-button-group,
.um-page-user:not(.um-own-profile) .custom-tab-column.profile-logout-column,
.um-page-user:not(.um-own-profile) .custom-tab-column .field-user_email,
.um-page-user:not(.um-own-profile) .custom-tab-column .field-contact_number {
  display: none;
}
.um-page-user .custom-um-select2-wrapper .select2-container--default .select2-dropdown,
.um-page-user .custom-um-select2-wrapper .select2-selection__choice,
.um-page-user span.select2-dropdown.select2-dropdown--below,
.um-page-user .um-profile-edit.um-profile-headericon {
  display: none !important;
}
.um-page-user p.empty {
  color: #e0e2f7;
}
.um-page-user .um-form input[data-key=user_login] {
  background-color: #e0e2f7 !important;
  pointer-events: none;
}
.um-page-user .um-form input[type=text],
.um-page-user .um-form textarea,
.um-page-user .um-form select:not([multiple=multiple]) {
  font-size: 0.875rem !important;
  padding: 12px !important;
  border: 1px solid #e6e6e6 !important;
}
.um-page-user .um-form input[type=text]::-webkit-input-placeholder, .um-page-user .um-form textarea::-webkit-input-placeholder, .um-page-user .um-form select:not([multiple=multiple])::-webkit-input-placeholder {
  color: #94a4ba;
}
.um-page-user .um-form input[type=text]::-moz-placeholder, .um-page-user .um-form textarea::-moz-placeholder, .um-page-user .um-form select:not([multiple=multiple])::-moz-placeholder {
  color: #94a4ba;
}
.um-page-user .um-form input[type=text]:-ms-input-placeholder, .um-page-user .um-form textarea:-ms-input-placeholder, .um-page-user .um-form select:not([multiple=multiple]):-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-user .um-form input[type=text]::-ms-input-placeholder, .um-page-user .um-form textarea::-ms-input-placeholder, .um-page-user .um-form select:not([multiple=multiple])::-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-user .um-form input[type=text]::placeholder,
.um-page-user .um-form textarea::placeholder,
.um-page-user .um-form select:not([multiple=multiple])::placeholder {
  color: #94a4ba;
}
.um-page-user .um-form select:not([multiple=multiple]) {
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #94a4ba;
}
.um-page-user .um-form select:not([multiple=multiple]).selected-option {
  color: inherit;
}
.um-page-user .um-form .um-button[type=submit],
.um-page-user .um-form .um-button {
  font-size: 0.875rem;
  font-weight: 600 !important;
  background-color: #003399;
  border: 1px solid #2c428a !important;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.um-page-user .um-form .um-button[type=submit].um-alt,
.um-page-user .um-form .um-button.um-alt {
  color: #2c428a !important;
  background-color: #ffffff;
}
.um-page-user .um-form .um-button[type=submit]:hover,
.um-page-user .um-form .um-button:hover {
  background-color: #022a7b;
  color: #ffffff;
}
.um-page-user .um-form .btn-add-text {
  background-color: #003399;
  color: #ffffff;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.um-page-user .um-form .output-box {
  margin-top: 1rem;
  padding: 20px;
  background-color: #e0e2f7;
  font-size: 14px;
  line-height: 1.4;
}
.um-page-user .um-form .output-box:has(.custom-badge) {
  background-color: transparent;
  padding: 0;
}
.um-page-user .um-form .output-box #text-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.um-page-user .um-form .output-box #text-display:has(> .custom-badge) {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.um-page-user .um-form .custom-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0e2f7;
  color: #141414;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1.4;
}
.um-page-user .um-form .btn-delete-tag {
  background: none;
  border: none;
  color: #141414;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

/* Modal Framework */
#um-confirm-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /* Modal Box Container */
}
#um-confirm-modal-overlay #um-confirm-modal-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  /* Typography styling grouped inside container */
}
#um-confirm-modal-overlay #um-confirm-modal-box h3 {
  margin-top: 0;
  color: #003399;
  font-size: 20px;
}
#um-confirm-modal-overlay #um-confirm-modal-box p {
  color: #141414;
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 1.4;
}
#um-confirm-modal-overlay #um-confirm-modal-box {
  /* Core Confirm Button Adjustments */
}
#um-confirm-modal-overlay #um-confirm-modal-box #um-confirm-submit {
  font-size: 0.875rem;
  font-weight: 600 !important;
  color: #ffffff;
  background-color: #003399;
  border: 1px solid #2c428a !important;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px !important;
  height: auto !important;
  line-height: normal !important;
}
#um-confirm-modal-overlay #um-confirm-modal-box #um-confirm-submit.um-alt {
  color: #2c428a !important;
  background-color: #ffffff;
}
#um-confirm-modal-overlay #um-confirm-modal-box #um-confirm-submit:hover {
  background-color: #022a7b;
  color: #ffffff;
}

.um-page-account .um-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.um-page-account .um-form form .um-field#um_field_0_current_user_password {
  padding-top: 0;
}
.um-page-account .um-form form .um-field .um-field-label {
  margin: 0 !important;
}
.um-page-account .um-form form .um-field .um-field-label label {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.4 !important;
  color: #141414;
}
.um-page-account .um-form form input[type=text],
.um-page-account .um-form form input[type=password] {
  font-size: 0.875rem !important;
  padding: 12px !important;
  border: 1px solid #e6e6e6 !important;
}
.um-page-account .um-form form input[type=text]::-webkit-input-placeholder, .um-page-account .um-form form input[type=password]::-webkit-input-placeholder {
  color: #94a4ba;
}
.um-page-account .um-form form input[type=text]::-moz-placeholder, .um-page-account .um-form form input[type=password]::-moz-placeholder {
  color: #94a4ba;
}
.um-page-account .um-form form input[type=text]:-ms-input-placeholder, .um-page-account .um-form form input[type=password]:-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-account .um-form form input[type=text]::-ms-input-placeholder, .um-page-account .um-form form input[type=password]::-ms-input-placeholder {
  color: #94a4ba;
}
.um-page-account .um-form form input[type=text]::placeholder,
.um-page-account .um-form form input[type=password]::placeholder {
  color: #94a4ba;
}
.um-page-account .um-form form .um-button[type=submit],
.um-page-account .um-form form .um-button {
  font-size: 0.875rem;
  font-weight: 600 !important;
  background-color: #003399;
  border: 1px solid #2c428a !important;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.um-page-account .um-form form .um-button[type=submit].um-alt,
.um-page-account .um-form form .um-button.um-alt {
  color: #2c428a;
  background-color: #ffffff;
}
.um-page-account .um-form form .um-button[type=submit]:hover,
.um-page-account .um-form form .um-button:hover {
  background-color: #022a7b;
  color: #ffffff;
}
.um-page-account .um-field-block {
  color: #141414;
  font-size: 1rem;
  line-height: 1.4;
}

/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/*# sourceMappingURL=style.css.map */