[id] {
  scroll-margin-top: 100px;
}

.mb-last-0 p:last-child {
  margin: 0 !important;
}

.container__wrapper {
  width: calc(100% - 32px) !important;
}

.icon-no-line-height .elementor-icon-wrapper {
  line-height: 0 !important;
}

.clamp-2 p {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.adjust-icon-list .elementor-widget-container {
  display: flex;
  align-items: center;
}

.btn-menu-custom-blue a {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.00);
}
.btn-menu-custom-blue a:hover {
  background: #E6F6FB;
}

.btn-menu-custom-gray a {
  border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
}
.btn-menu-custom-gray a:hover {
  background: #E9EDF2;
  border: 1px solid #E9EDF2;
}

.tag-event .jet-listing-dynamic-field__content::first-letter,
.tag-event .date-custom::first-letter {
  text-transform: uppercase;
}

.tag-event .event-single {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.tag-event:has(.jet-listing-dynamic-field__content:empty) {
  display: none !important;
}

.pagination-custom .elementor-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.pagination-custom .page-numbers {
  border-radius: 8px;
  border: 1px solid #E9EDF2;
  background: #F0F4F8;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-default);
}

.pagination-custom .page-numbers.prev,
.pagination-custom .page-numbers.next {
  font-size: 0;
}


.pagination-custom .page-numbers.dots {
  border: none;
  pointer-events: none;
  background: transparent;
}

.pagination-custom .page-numbers.current, .pagination-custom .page-numbers.next:hover,
.pagination-custom .page-numbers.prev:hover,
.pagination-custom .page-numbers:hover {
  border-color: #007DB7;
  background: #007DB7;
}

.pagination-custom .page-numbers.next:before,
.pagination-custom .page-numbers.prev:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.74408%204.41058C8.06951%204.08514%208.59715%204.08514%208.92259%204.41058L13.9226%209.41058C14.248%209.73602%2014.248%2010.2637%2013.9226%2010.5891L8.92259%2015.5891C8.59715%2015.9145%208.06951%2015.9145%207.74408%2015.5891C7.41864%2015.2637%207.41864%2014.736%207.74408%2014.4106L12.1548%209.99984L7.74408%205.58909C7.41864%205.26366%207.41864%204.73602%207.74408%204.41058Z%22%20fill%3D%22%23252B37%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  transition: var(--transition-default);
}

.pagination-custom .page-numbers.next:hover::before,
.pagination-custom .page-numbers.prev:hover::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.74408%204.41058C8.06951%204.08514%208.59715%204.08514%208.92259%204.41058L13.9226%209.41058C14.248%209.73602%2014.248%2010.2637%2013.9226%2010.5891L8.92259%2015.5891C8.59715%2015.9145%208.06951%2015.9145%207.74408%2015.5891C7.41864%2015.2637%207.41864%2014.736%207.74408%2014.4106L12.1548%209.99984L7.74408%205.58909C7.41864%205.26366%207.41864%204.73602%207.74408%204.41058Z%22%20fill%3D%22%23FFFFFF%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
}

.pagination-custom .page-numbers.prev:before {
  rotate: 180deg;
}

.pagination-custom .elementor-pagination>span.page-numbers.next,
.pagination-custom .elementor-pagination>span.page-numbers.prev {
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-custom .elementor-pagination>span.page-numbers.next:before,
.pagination-custom .elementor-pagination>span.page-numbers.prev:before {
  opacity: .4;
}

@media (max-width: 767px) {
  .no-bg-mb {
    background-color: transparent !important;
  }

  .menu-mobile-custom .elementor-nav-menu {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

.card-highlighted img {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.card-highlighted:hover img {
  transform: scale(1.05);
}
.card-highlighted .elementor-post-info__terms-list-item,
.tag-term-custom .elementor-post-info__terms-list-item {
  padding: 3.5px 6px;
  border-radius: 8px;
  border: 1px solid #9AD0E6;
  background: #E6F6FB;
  transition: all 0.3s ease-in-out;
}
.card-highlighted .elementor-post-info__terms-list-item:hover,
.tag-term-custom .elementor-post-info__terms-list-item:hover {
  color: #16527F;
  border-color: #66B5D6;
  background: #C6E6F3;
}
.card-highlighted .elementor-post-info__terms-list,
.tag-term-custom .elementor-post-info__terms-list {
  font-size: 0;
}
.card-highlighted .elementor-post-info__terms-list a,
.tag-term-custom .elementor-post-info__terms-list a  {
  font-size: 14px !important;
  margin: 0 4px;
  display: flex !important;
  box-sizing: border-box;
  max-height: 27px;
  justify-content: center;
  align-items: center;
}
.card-highlighted .elementor-post-info__terms-list a,
.tag-term-custom .elementor-post-info__terms-list a {
  margin: 0;
}
.card-highlighted .elementor-post-info {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.card-highlighted h2.elementor-heading-title,
.card-highlighted h3.elementor-heading-title {
  transition: all 0.3s ease-in-out;
}
.card-highlighted:hover h2.elementor-heading-title,
.card-highlighted:hover h3.elementor-heading-title {
  color: #007DB7 !important;
}

.card-highlighted .elementor-icon-list-item .elementor-icon-list-text {
  display: flex !important;
  flex-direction: column-reverse !important;
}
.card-highlighted .elementor-icon-list-item .elementor-post-info__terms-list {
  display: flex !important;
  gap: 4px;
}
.card-highlighted .elementor-icon-list-item .elementor-post-info__item-prefix {
  color: #2E3646;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
}





.librarian-calendar-cta {
  border-radius: 24px;
  border: 1px solid #E9EDF2;
  background: linear-gradient(90deg, #D3F21E 0%, #C3E717 50%, #AECA0C 100%);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .librarian-calendar-cta {
    background: linear-gradient(0deg, #D3F21E 0%, #C3E717 50%, #AECA0C 100%);
  }
}

.jw-loop-divider .elementor-loop-container > .e-loop-item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E9EDF2;
}
.jw-loop-divider .elementor-loop-container > .e-loop-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .jw-loop-divider .elementor-loop-container > .e-loop-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}


.sidebar__menu-librarians .elementor-item {
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.sidebar__menu-librarians .elementor-item:hover {
  background: #E9EDF2;
}
.sidebar__menu-librarians .elementor-item {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  gap: 12px;
}
.sidebar__menu-librarians .elementor-item::after{
  content: "";
  width: 20px;
  height: 20px;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 20px;
  opacity: 1 !important;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.41091%203.57757C9.73634%203.25214%2010.264%203.25214%2010.5894%203.57757L16.4228%209.41091C16.7482%209.73634%2016.7482%2010.264%2016.4228%2010.5894L10.5894%2016.4228C10.264%2016.7482%209.73634%2016.7482%209.41091%2016.4228C9.08547%2016.0973%209.08547%2015.5697%209.41091%2015.2442L13.8217%2010.8335H4.16683C3.70659%2010.8335%203.3335%2010.4604%203.3335%2010.0002C3.3335%209.53993%203.70659%209.16683%204.16683%209.16683H13.8217L9.41091%204.75609C9.08547%204.43065%209.08547%203.90301%209.41091%203.57757Z%22%20fill%3D%22%23007DB7%22/%3E%3C/svg%3E");
    background-color: transparent !important;
}

.librarians-area-context #form-news .gform-button {
  width: 100%;
}
.librarians-area-context #form-news .large {
  background-color: #F0F4F8;
}
@media (max-width: 767px) {
  .librarians-area-context .gform-theme--foundation .gform_fields {
    row-gap: 16px !important;
  }
}

/* Header */
body.body--with-checkbox-checked {
  overflow: hidden;
}

#wpadminbar {
  position: fixed;
}

.lib-header--scrolled.lib-header {
  padding-top: 0;
}

.lib-header-area {
  padding-top: 64px;
  border-bottom: 1px solid #E9EDF2;
}

.lib-header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: var(--transition-default);
  z-index: 5000;
}

.lib-header-wrapper.container__wrapper {
  margin: 0 auto 0 auto;
  width: 100%;
}

.body--with-checkbox-checked .lib-header-wrapper {
  background-color: var(--color-overlay);
}

body.logged-in.admin-bar .lib-header-wrapper {
  padding-top: 46px;
}

.body--with-checkbox-checked .lib-header--scrolled .lib-header-wrapper {
  height: 100dvh;
}

/* Header
---------*/
#lib-header ul {
  list-style-type: none;
  padding: 0;
}

#lib-header {
  max-height: 64px;
  padding: 0;
  border-bottom: 1px solid var(--color-neutral-100);
  font-family: var(--font-family-primary);
  background-color: var(--color-white);
  z-index: 5000;
}

#lib-header .lib-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: var(--container);
  max-height: 64px;
  margin: 0 auto;
  padding: 12px 0;
}

#lib-header .lib-header__checkbox {
  display: none;
}

#lib-header .lib-header__nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding: 8px;
  border-radius: 8px;
  line-height: 0;
  transition: var(--transition-default);
}

#lib-header .lib-header__nav-controls:hover {
  background-color: var(--color-neutral-100);
}

#lib-header .lib-header__checkbox:checked~.lib-header__nav-controls .lib-header__navClose {
  display: block;
}

#lib-header .lib-header__overlay {
  position: fixed;
  inset: 0;
  background: var(--color-overlay);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.body--with-checkbox-checked #lib-header .lib-header__overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1025px) {
  #lib-header .lib-header__overlay {
    display: none;
  }
}

#lib-header .lib-header__navigation {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  background-color: var(--color-white);
  color: var(--color-white);
  pointer-events: none;
  box-shadow: 0px 25px 25px -10px var(--color-shadow);
  transition: var(--transition-default);
  max-width: calc(100% - 14%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.logged-in.admin-bar #lib-header .lib-header__navigation {
  top: 46px;
  height: calc(100% - 46px);
}

#lib-header .lib-header__checkbox:checked~.lib-header__navigation {
  pointer-events: initial;
  overflow: auto;
  left: 14%;
}

#lib-header .lib-header__navigation .lib-header__menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#lib-header .lib-header__nav-controls-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 12px 20px;
  border-bottom: 1px solid var(--color-gray-100);
}

#lib-header .lib-header__menu-wrapper .lib-header__user-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#lib-header .lib-header__user-card {
  padding: 16px;
}

#lib-header .lib-header__user-card .lib-header__user-card-wrapper {
  display: flex;
  padding:12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #9AD0E6;
  background: #E6F6FB;
}

#lib-header .lib-header__user-card .lib-header__user-avatar {
  border-radius: 200px;
  border: 2px solid #FFF;
  background: #C6E6F3;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 17px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#lib-header .lib-header__user-card .lib-header__user-initials {
  color: var(--color-primary);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: var(--px-20);
  font-weight: 500;
  line-height: 1.5em;
}

#lib-header .lib-header__user-card .lib-header__user-info {
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--px-14);
  font-weight: 700;
  line-height: 1.5em;
}

#lib-header .lib-header__user-card .lib-header__user-email {
  font-size: var(--px-12);
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  margin-top: 8px;
}

#lib-header .lib-header__navigation .lib-header__menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 32px 16px;
  margin: 0;
  list-style-type: none;
}

#lib-header .lib-header__navigation .menu-item {
  border-radius: 8px;
  border: 1px solid transparent;
}


#lib-header .lib-header__navigation .menu-item:hover,
#lib-header .lib-header__navigation .menu-item.active {
  background-color: #E6F6FB;
  border: 1px solid rgba(0, 0, 0, 0.00);
}


#lib-header .lib-header__navigation .menu-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #16355B;
  font-size: var(--px-16);
  font-weight: 700;
  line-height: 1.5em;
  padding: 14px 20px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: var(--transition-default);
  min-height: 56px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  justify-content: center;
}

#lib-header .lib-header__navigation .menu-item:hover a,
#lib-header .lib-header__navigation .menu-item.active a {
  background-color: #E6F6FB;
  color: #16527F;
}

#lib-header .lib-header__navigation .menu-item .submenu-wrapper {
  position: relative;
  z-index: 200;
  overflow: hidden;
  transition: var(--transition-default);
  border-radius: 0 0 8px 8px;
}

#lib-header .lib-header__navigation .menu-item.active .submenu-wrapper {
  background-color: var(--color-neutral-100);
}

#lib-header .lib-header__navigation .menu-item .menu-level-1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-default);
}

#lib-header .lib-header__navigation .menu-item.active .menu-level-1 {
  max-height: 1000px;
}

#lib-header .lib-header__navigation .menu-item .sub-menu a {
  width: auto;
  justify-content: center;
  padding: 14px 0;
  margin: 0 14px;
  border-radius: 8px;
  font-size: var(--px-14);
  font-weight: 500;
  line-height: var(--px-21);
  background-color: transparent;
}

#lib-header .lib-header__navigation .menu-item.submenu-level2 .sub-menu.menu-level-1>li>a {
  height: auto;
  margin-bottom: 6px;
  padding: 0;
  color: var(--color-primary);
  font-family: var(--font-family-secondary);
  font-size: var(--px-18);
  font-weight: 400;
  line-height: var(--px-22);
  pointer-events: none;
}

#lib-header .lib-header__navigation .menu-item.submenu-level2 .sub-menu.menu-level-1>li>a:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

#lib-header .lib-header__navigation .menu-item .sub-menu.menu-level-1>li:first-child>a {
  margin-top: 14px;
}

#lib-header .lib-header__navigation .menu-item .sub-menu.menu-level-1>li:last-child>a {
  margin-bottom: 14px;
}

#lib-header .lib-header__navigation .lib-header__menu-list>.menu-item-has-children>a::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 1;
  height: 24px;
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 8.29289C5.68342 7.90237 6.31658 7.90237 6.70711 8.29289L12 13.5858L17.2929 8.29289C17.6834 7.90237 18.3166 7.90237 18.7071 8.29289C19.0976 8.68342 19.0976 9.31658 18.7071 9.70711L12.7071 15.7071C12.3166 16.0976 11.6834 16.0976 11.2929 15.7071L5.29289 9.70711C4.90237 9.31658 4.90237 8.68342 5.29289 8.29289Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat center center;
  transition: var(--transition-default);
  transform: translateY(-50%) rotate(0deg);
}

#lib-header .lib-header__navigation .lib-header__menu-list>.menu-item-has-children.active>a::after {
  transform: translateY(-50%) rotate(180deg);
}

#lib-header .lib-header__navigation .sub-menu .menu-item-has-children::after {
  display: none;
}

#lib-header .lib-header__logo {
  width: 100%;
  max-width: 67px;
  line-height: 0;
}

#lib-header .lib-header__logo img {
  width: 100%;
}

#lib-header .lib-header__account-actions {
  padding: 16px;
  border-top: 1px solid var(--color-gray-100);
}

#lib-header .lib-header__account-actions .lib-header__account-settings-link,
#lib-header .lib-header__account-actions .lib-header__account-logout-link {
  display: flex;
  height: 56px;
  min-height: 56px;
  padding: 14px 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--color-text);
  font-size: var(--px-14);
  font-family: var(--font-family-primary);
  font-weight: 700;
  line-height: 1.5em;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: var(--transition-default);
}

#lib-header .lib-header__account-actions .lib-header__account-settings-link::before,
#lib-header .lib-header__account-actions .lib-header__account-settings-link::after {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 24px;
}

#lib-header .lib-header__account-actions .lib-header__account-settings-link::before {
  background-image: url("../icons/settings-03.svg");
}

#lib-header .lib-header__account-actions .lib-header__account-settings-link::after {
  margin-left: auto;
  background-image: url("../icons/chevron-right.svg");
}

#lib-header .lib-header__account-actions .lib-header__account-settings-link:hover {
  border-color: var(--color-gray-100);
  background: var(--color-gray-100);
}

#lib-header .lib-header__account-actions .lib-header__account-logout-link {
  color: #BE170B;
  gap: 6px;
}

#lib-header .lib-header__account-actions .lib-header__account-logout-link:hover {
  background: #FEF3F2;
}

#lib-header .lib-header__account-actions .lib-header__account-logout-link::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../icons/log-out-02.svg") no-repeat center / contain;
  flex: 0 0 18px;
}

#lib-header .lib-container-top {
  display: none;
}

#lib-header .lib-header-desktop {
  display: none;
}

#lib-header .lib-auth-buttons {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

#lib-header .lib-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: var(--px-16);
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  border: 1px solid var(--color-gray-200);
  color: var(--color-text);
  transition: var(--transition-default);
  min-height: 56px;
  width: 100%;
}

#lib-header .lib-auth-button:hover,
#lib-header .lib-auth-button:focus-visible {
  background-color: var(--color-gray-100);
}

#lib-header .lib-auth-button--signup {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}

#lib-header .lib-auth-button--signup:hover,
#lib-header .lib-auth-button--signup:focus-visible {
  background-color: #16527F;
  border-color: #16527F;
}

#lib-header .lib-header__guest-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


#lib-header .lib-header__guest-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: url("../images/bg-user-logout.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  border-radius: 0 0 0 56px;
  padding: 56px 16px 88px 16px;
  gap: 16px;
}

#lib-header .lib-header__guest-copy .lib-header__guest-title {
  color: #AECA0C;
  font-family: var(--font-family-secondary);
  font-size: var(--px-32);
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0;
}

#lib-header .lib-header__guest-copy .lib-header__guest-description {
  color: var(--color-white);
  font-family: var(--font-family-primary);
  font-size: var(--px-16);
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
}

@media(min-width: 768px) {
  #lib-header {
    padding: 0 24px;
  }
}

@media(min-width: 783px) and (max-width: 1024px) {
  body.logged-in.admin-bar #lib-header .lib-header__navigation {
    top: 32px;
    height: calc(100% - 32px);
  }

  body.logged-in.admin-bar .lib-header-wrapper {
    padding-top: 32px;
  }
}

@media(min-width: 1025px) {
  #lib-header .lib-header__logo-mobile {
    display: none;
  }

  #lib-header .lib-header__navigation {
    display: none;
  }

  .lib-header-area {
    padding-top: 0;
    border: none;
  }

  .lib-header-wrapper {
    overflow: initial;
    position: static;
  }

  .lib-header-wrapper.container__wrapper {
    margin: 0 auto;
    width: 100% !important;
    padding: 0 !important;
  }

  #lib-header body.logged-in.admin-bar .lib-header-wrapper {
    padding-top: 32px;
  }

  #lib-header {
    max-height: 100%;
    padding: 0;
    background-color: transparent;
    border: none;
  }

  #lib-header .lib-header__container {
    gap: 12px;
    padding: 0;
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
  }

  #lib-header .lib-header__nav-controls {
    display: none;
  }

  #lib-header .lib-header-desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }

  #lib-header .lib-header-desktop-wrapper-top {
    border-bottom: 1px solid #E9EDF2;
    padding: 0 32px;
  }

  #lib-header .lib-container-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    max-width: var(--container);
    margin: 0 auto;
    align-items: center;
  }

  #lib-header .lib-container-top .lib-social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  #lib-header .lib-container-top .lib-social-icons {
    line-height: 0;
  }

  #lib-header .lib-container-top .lib-social-icons .lib-social-link {
    color: #16355B;
    display: inline-flex;
    transition: var(--transition-default);
  }

  #lib-header .lib-container-top .lib-social-icons .lib-social-link:hover,
  #lib-header .lib-container-top .lib-social-icons .lib-social-link:focus-visible {
    color: #16527F;
  }

  #lib-header .lib-container-top .lib-social-icons .lib-social-icon {
    width: 20px;
    height: 20px;
    display: block;
  }

  #lib-header .lib-container-top .lib-header__logo {
    max-width: 94px;
  }


  #lib-header .lib-container-top .lib-header__brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  #lib-header .lib-container-top .lib-header__catalog-link {
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 12px 14px 12px 14px;
    border-radius: 8px 8px 8px 8px;
    transition: var(--transition-default);
    color: #0C0D0D;
    display: block;
    background-color: #F3F5F9;
  }
  #lib-header .lib-container-top .lib-header__catalog-link:hover {
    background-color: #DAE1E6;
  }

  #lib-header .lib-actions-menu {
    position: relative;
    display: flex;
    align-items: center;
  }

  #lib-header .lib-actions-menu .lib-header__user-card,
   #lib-header .lib-actions-menu .lib-header__account-actions {
    padding: 0;
    border: none;
  }

  #lib-header .lib-header__user-card .lib-header__user-email {
    overflow-wrap: initial;
    word-break: initial;
  }

  #lib-header .lib-actions-menu__checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  #lib-header .lib-actions-menu__toggle {
    cursor: pointer;
    width: 60px;
  }

  #lib-header .lib-actions-menu__toggle::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../icons/chevron-down.svg") no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1.2px solid #FFF;
    background-color: #E9EDF2;
  }

  #lib-header .lib-actions-menu__toggle .lib-header__user-avatar {
    transition: var(--transition-default);
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px 0 11px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 200px;
    border: 2px solid var(--color-white);
    background: #C6E6F3;
     line-height: 0;
  }

  #lib-header .lib-actions-menu__toggle .lib-header__user-initials {
    color: var(--color-primary);
    font-family: var(--font-family-primary);
    font-size: var(--px-18);
    font-weight: 500;
    line-height: 0;
  }

  #lib-header .lib-actions-menu__panel {
    position: absolute;
    top: calc(100% + 16px);
    right: 0;
    min-width: 332px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-50);
    border-radius: 8px;
    box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.20);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1500;
    padding: 12px;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #lib-header .lib-actions-menu__checkbox:checked ~ .lib-actions-menu__panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  #lib-header .lib-auth-buttons {
    align-items: center;
    gap: 12px;
    padding: 0;
    flex-direction: row;
  }

  #lib-header .lib-auth-button {
    width: auto;
  }

  #lib-header .lib-header-desktop-wrapper-bottom {
    border-bottom: 1px solid #E9EDF2;
  }

  #lib-header .lib-header__nav-controls-wrapper {
    display: none;
  }

  #lib-header .lib-header-desktop .lib-header__menu-list {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 4px 32px;
    max-width: var(--container);
    margin: 0 auto;
  }

  #lib-header .lib-header-desktop .menu-item {
    position: relative;
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    cursor: default;
  }

  #lib-header .lib-header-desktop .menu-item a {
    display: flex;
    white-space: nowrap;
    transition: var(--transition-default);
    font-size: var(--px-16);
    font-weight: 700;
    line-height: 1.5em;
    color: #2E3646;
    min-height: 56px;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.00);
    align-items: center;
  }

  #lib-header .lib-header-desktop .menu-item:hover a {
    border: 1px solid var(--color-gray-100);
    background: var(--color-gray-100);
  }
}

/* Footer adjustments */
.home-btn-back .elementor-icon-box-title a {
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
}

.home-btn-back .elementor-icon-box-title a::before{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4774 1.33636C11.8197 1.24368 12.1805 1.24368 12.5228 1.33636C12.9202 1.44395 13.2548 1.7066 13.5218 1.91624C13.5473 1.93625 13.5721 1.95578 13.5964 1.97465L20.3787 7.24977C20.4048 7.27008 20.4307 7.29019 20.4564 7.31013C20.833 7.60241 21.1648 7.85991 21.4121 8.19421C21.6291 8.48759 21.7907 8.8181 21.8891 9.1695C22.0012 9.56992 22.0007 9.98993 22.0002 10.4667C22.0002 10.4992 22.0001 10.532 22.0001 10.5651V17.8386C22.0002 18.3657 22.0002 18.8204 21.9696 19.195C21.9373 19.5904 21.866 19.9836 21.6732 20.362C21.3855 20.9264 20.9266 21.3854 20.3621 21.673C19.9837 21.8658 19.5905 21.9371 19.1952 21.9694C18.8206 22 18.3658 22 17.8387 22H6.16157C5.63443 22 5.17968 22 4.80511 21.9694C4.40977 21.9371 4.01655 21.8658 3.63817 21.673C3.07368 21.3854 2.61474 20.9264 2.32712 20.362C2.13433 19.9836 2.06301 19.5904 2.03071 19.195C2.00011 18.8204 2.00012 18.3657 2.00014 17.8385L2.00014 10.5651C2.00014 10.532 2.0001 10.4992 2.00007 10.4667C1.99955 9.98993 1.9991 9.56992 2.11118 9.1695C2.20954 8.8181 2.37119 8.48759 2.58818 8.19421C2.83544 7.85991 3.16725 7.6024 3.54389 7.31012C3.56958 7.29018 3.59549 7.27007 3.62159 7.24977L10.4039 1.97465C10.4282 1.95578 10.453 1.93625 10.4785 1.91623C10.7455 1.7066 11.0801 1.44395 11.4774 1.33636ZM11.9928 3.28153C11.9177 3.33174 11.8187 3.40798 11.6318 3.55335L4.84947 8.82848C4.3514 9.21587 4.25864 9.29901 4.19615 9.3835C4.12382 9.4813 4.06994 9.59147 4.03715 9.7086C4.00883 9.8098 4.00014 9.93406 4.00014 10.5651V17.8C4.00014 18.3765 4.00092 18.7488 4.02407 19.0321C4.04626 19.3038 4.08394 19.4045 4.10913 19.454C4.20501 19.6421 4.35799 19.7951 4.54615 19.891C4.59559 19.9162 4.69631 19.9539 4.96798 19.9761C5.25131 19.9992 5.62359 20 6.20014 20H17.8001C18.3767 20 18.749 19.9992 19.0323 19.9761C19.304 19.9539 19.4047 19.9162 19.4541 19.891C19.6423 19.7951 19.7953 19.6421 19.8911 19.454C19.9163 19.4045 19.954 19.3038 19.9762 19.0321C19.9994 18.7488 20.0001 18.3765 20.0001 17.8V10.5651C20.0001 9.93406 19.9915 9.8098 19.9631 9.7086C19.9303 9.59146 19.8765 9.4813 19.8041 9.3835C19.7416 9.29901 19.6489 9.21587 19.1508 8.82848L12.3685 3.55335C12.1816 3.40798 12.0826 3.33174 12.0074 3.28153C12.0049 3.27983 12.0025 3.27822 12.0001 3.27669C11.9978 3.27822 11.9954 3.27983 11.9928 3.28153Z' fill='%231E232E'/%3E%3C/svg%3E");
}

.home-btn-back .elementor-icon-box-title a:hover::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4774 1.33636C11.8197 1.24368 12.1805 1.24368 12.5228 1.33636C12.9202 1.44395 13.2548 1.7066 13.5218 1.91624C13.5473 1.93625 13.5721 1.95578 13.5964 1.97465L20.3787 7.24977C20.4048 7.27008 20.4307 7.29019 20.4564 7.31013C20.833 7.60241 21.1648 7.85991 21.4121 8.19421C21.6291 8.48759 21.7907 8.8181 21.8891 9.1695C22.0012 9.56992 22.0007 9.98993 22.0002 10.4667C22.0002 10.4992 22.0001 10.532 22.0001 10.5651V17.8386C22.0002 18.3657 22.0002 18.8204 21.9696 19.195C21.9373 19.5904 21.866 19.9836 21.6732 20.362C21.3855 20.9264 20.9266 21.3854 20.3621 21.673C19.9837 21.8658 19.5905 21.9371 19.1952 21.9694C18.8206 22 18.3658 22 17.8387 22H6.16157C5.63443 22 5.17968 22 4.80511 21.9694C4.40977 21.9371 4.01655 21.8658 3.63817 21.673C3.07368 21.3854 2.61474 20.9264 2.32712 20.362C2.13433 19.9836 2.06301 19.5904 2.03071 19.195C2.00011 18.8204 2.00012 18.3657 2.00014 17.8385L2.00014 10.5651C2.00014 10.532 2.0001 10.4992 2.00007 10.4667C1.99955 9.98993 1.9991 9.56992 2.11118 9.1695C2.20954 8.8181 2.37119 8.48759 2.58818 8.19421C2.83544 7.85991 3.16725 7.6024 3.54389 7.31012C3.56958 7.29018 3.59549 7.27007 3.62159 7.24977L10.4039 1.97465C10.4282 1.95578 10.453 1.93625 10.4785 1.91623C10.7455 1.7066 11.0801 1.44395 11.4774 1.33636ZM11.9928 3.28153C11.9177 3.33174 11.8187 3.40798 11.6318 3.55335L4.84947 8.82848C4.3514 9.21587 4.25864 9.29901 4.19615 9.3835C4.12382 9.4813 4.06994 9.59147 4.03715 9.7086C4.00883 9.8098 4.00014 9.93406 4.00014 10.5651V17.8C4.00014 18.3765 4.00092 18.7488 4.02407 19.0321C4.04626 19.3038 4.08394 19.4045 4.10913 19.454C4.20501 19.6421 4.35799 19.7951 4.54615 19.891C4.59559 19.9162 4.69631 19.9539 4.96798 19.9761C5.25131 19.9992 5.62359 20 6.20014 20H17.8001C18.3767 20 18.749 19.9992 19.0323 19.9761C19.304 19.9539 19.4047 19.9162 19.4541 19.891C19.6423 19.7951 19.7953 19.6421 19.8911 19.454C19.9163 19.4045 19.954 19.3038 19.9762 19.0321C19.9994 18.7488 20.0001 18.3765 20.0001 17.8V10.5651C20.0001 9.93406 19.9915 9.8098 19.9631 9.7086C19.9303 9.59146 19.8765 9.4813 19.8041 9.3835C19.7416 9.29901 19.6489 9.21587 19.1508 8.82848L12.3685 3.55335C12.1816 3.40798 12.0826 3.33174 12.0074 3.28153C12.0049 3.27983 12.0025 3.27822 12.0001 3.27669C11.9978 3.27822 11.9954 3.27983 11.9928 3.28153Z' fill='%23007db7'/%3E%3C/svg%3E");
}

/* --- Página Single Posts  --- */
.nt-mb-hero-single .elementor-post-info li[itemprop="author"] .elementor-icon-list-text {
  color: #007DB7;
  font-weight: 500;
}
.nt-mb-hero-single .elementor-post-info li[itemprop="datePublished"] .elementor-icon-list-text {
  padding-left: 8px !important;
}

#content-post  .wp-block-heading:is(h1,h2,h3,h4,h5,h6) {
  color:#16355B;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

#content-post .wp-block-heading {
  margin-block-start: 48px;
  margin-block-end: 24px;
}

#content-post .wp-block-audio,
#content-post .wp-block-columns {
  margin-block: 48px;
}

#content-post > .wp-block-heading:first-child,
#content-post > .wp-block-audio:first-child,
#content-post .wp-block-columns:first-child,
#content-post .wp-block-audio:first-child,
#content-post .wp-block-columns:first-child,
#content-post .wp-block-heading:first-of-type {
  margin-block-start: 0;
}

#content-post > .wp-block-heading:last-child,
#content-post > .wp-block-audio:last-child,
#content-post .wp-block-columns:first-child,
#content-post .wp-block-audio:last-child,
#content-post .wp-block-columns:last-child {
  margin-block-end: 0;
}

#content-post p,
#content-post .wp-block-list {
  color: #454F62;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.18px;
}

#content-post p {
  margin: 0 0 24px 0;
}

#content-post > p:last-of-type,
#content-post p:last-child{
  margin-bottom: 0;
}

#content-post .wp-block-list {
  padding-left: 20px;
}

#content-post .wp-block-list li {
  margin-bottom: 0;
}

#content-post .wp-block-list li:last-child {
  margin-bottom: 24px;
}

#content-post .wp-block-buttons {
  margin-top: 24px;
}

#content-post .wp-element-button {
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 8px;
  border: 1px solid #007DB7;
  background: #007DB7;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: var(--transition-default);
}

#content-post .wp-element-button:hover {
  border-color: #16355B;
  background: #16355B;
}

#content-post .featured-card_btn-two .wp-element-button {
  background: rgba(0, 0, 0, 0.00);
  color: #16355B;
}

#content-post .featured-card_btn-two .wp-element-button:hover {
  border-color: #16527F;
  background: #E6F6FB;
  color: #16527F;
}

#content-post .wp-block-image {
  margin: 48px 0;
}

#content-post .wp-block-image img {
  height: 480px;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

#content-post .wp-block-image .wp-element-caption {
  color: var(--Neutral-Text-TextTertiary, #454F62);
  font-size: var(--Text-Font-Size-Font-size---S-Paragraph, 14px);
  font-weight: 400;
  line-height: 1.5em;
  margin: 8px 0 0 0;
  font-style: normal;
}

#content-post .wp-block-gallery {
  margin: 48px 0;
}

#content-post .wp-block-gallery .wp-block-image img {
  height: 277px !important;
}

#content-post .wp-block-gallery .wp-block-image .wp-element-caption {
  position: static !important;
  background: transparent;
  will-change: initial;
  text-align: left;
  text-shadow: none;
  padding: 0 !important;
  scrollbar-color: none;
  scrollbar-gutter: none;
  scrollbar-width: none;
}

#content-post .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  content: none;
}

#content-post .wp-block-pullquote {
  padding: 8px 0 8px 20px;
  margin: 48px 0;
  border-left: 2px solid #007DB7;
}

#content-post .wp-block-pullquote blockquote p {
  color: #007DB7;
  font-size: var(--px-20);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
}

#content-post .wp-block-pullquote blockquote cite {
  color: #252B37;
  font-size: var(--px-16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}


#content-post .wp-block-accordion .wp-block-accordion-item {
  border-radius: 8px;
  border: 1px solid #C3CAD4;
  background: #F0F4F8;
  transition: var(--transition-default);
  margin-block-start: 8px;
}

#content-post
.wp-block-accordion
.wp-block-accordion-item:not(.is-open):hover  {
  border-color: #D7DCE0;
}

#content-post .wp-block-accordion .wp-block-accordion-heading button {
  display: flex;
  padding: 16px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  outline: none !important;
  border: none;
  box-shadow: none;
  text-decoration: none;
}


#content-post .wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
  color: #252B37;
  font-size: var(--px-16);
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
  white-space: normal;
  transition: var(--transition-default);
}

#content-post .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-title {
  color: #006CA1;
}

#content-post
.wp-block-accordion
.wp-block-accordion-item:not(.is-open):hover .wp-block-accordion-heading__toggle-title {
  color: #3395C3;
}

#content-post .wp-block-accordion .wp-block-accordion-panel {
  margin: -4px 0 1px 0;
  padding: 0 20px 20px 20px;
}

#content-post .wp-block-accordion .wp-block-accordion-panel p:last-child {
  margin: 0;
}

#content-post .wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/Accordion-Icon-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: var(--transition-default);
}

#content-post .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  transform: rotate(180deg);
}

#content-post .wp-block-embed,
#content-post .wp-block-video {
  margin: 48px 0;
}

#content-post .wp-block-embed iframe,
#content-post .wp-block-video {
  border-radius: 8px;
}

#content-post .wp-block-embed .wp-block-embed__wrapper,
#content-post .wp-block-video {
  height: 454px;
}

#content-post .featured-card-single-post {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #9AD0E6;
  background: #E6F6FB;
  margin: 48px 0;
  border-radius: 12px;
}

#content-post .featured-card-single-post .wp-block-heading {
  color: #454F62;
  font-size: var(--px-28);
  margin: 0 0 16px 0 !important;
}

#content-post .featured-card-single-post p:last-of-type {
  margin: 0 0 32px 0 !important;
}

#content-post .featured-card-single-post .wp-block-group,
#content-post .featured-card-single-post .wp-block-buttons {
  margin: 0 !important;
  gap: 16px;
}

#content-post .wp-block-accordion-heading {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  #content-post .wp-block-heading:is(h1,h2,h3,h4,h5,h6) {
    font-size: 28px;
  }

  #content-post .featured-card-single-post .wp-block-heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #content-post .wp-block-heading:is(h1,h2,h3,h4,h5,h6) {
    font-size: 24px;
  }

  #content-post .featured-card-single-post .wp-block-heading {
    font-size: 20px;
  }

  #content-post .wp-block-image img {
    height: 240px;
  }

  #content-post .wp-block-embed .wp-block-embed__wrapper,
  #content-post .wp-block-video {
    height: 202px;
  }

  #content-post .wp-block-gallery {
    display: flex;
    flex-direction: column;
  }

  #content-post .wp-block-image {
    width: 100% !important;
  }

  #content-post .wp-block-columns {
    gap: 48px;
  }

  #content-post .featured-card-single-post .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

/* ========== Docs Table ========== */

#content-post .docs-table,
#content-post .docs-table *{
  font-family: var(--font-family-primary);
}

#content-post .docs-table {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #D7DCE0;
  background: #F0F4F8;
}

#content-post .docs-table__row{
  border-top: 1px solid #D7DCE0;
  margin: 0 !important;
  max-width: 100% !important;
}

#content-post .docs-table__head,
#content-post .docs-table__foot{
  background: #E9EDF2;
  border-top: 0;
}

#content-post .docs-table__row.docs-table__foot {
  border-top: 1px solid #D7DCE0;
}

#content-post .docs-table__row:not(.docs-table__head):not(.docs-table__foot):nth-child(even){
  background: var(--color-white);
}

#content-post .docs-table__row .wp-block-columns {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  max-width: 100% !important;
}

#content-post .docs-table__row .wp-block-columns .wp-block-column{
  display: flex;
  min-height: 64px;
  padding: 0 24px;
  align-items: center;
  align-self: stretch;
  width: 100%;
}

#content-post .docs-table__row.docs-table__head .wp-block-columns .wp-block-column,
#content-post .docs-table__row.docs-table__foot .wp-block-columns .wp-block-column {
  display: flex;
  height: 56px;
  min-height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  width: 100% !important;
}


#content-post .docs-table__row.docs-table__head .wp-block-columns .wp-block-column::after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.00033 2.66675C8.36852 2.66675 8.66699 2.96522 8.66699 3.33341V11.0573L12.1956 7.52868C12.4559 7.26833 12.878 7.26833 13.1384 7.52868C13.3987 7.78903 13.3987 8.21114 13.1384 8.47149L8.47173 13.1382C8.21138 13.3985 7.78927 13.3985 7.52892 13.1382L2.86225 8.47149C2.6019 8.21114 2.6019 7.78903 2.86225 7.52868C3.1226 7.26833 3.54471 7.26833 3.80506 7.52868L7.33366 11.0573V3.33341C7.33366 2.96522 7.63214 2.66675 8.00033 2.66675Z" fill="%232E3646"/></svg>');
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

#content-post .docs-table__head p,
#content-post .docs-table__foot p{
  color: #2E3646;
  font-size: var(--px-12);
  font-weight: 700;
  line-height: 1.5em;
}

#content-post .docs-table__row:not(.docs-table__head):not(.docs-table__foot) p {
  color: #252B37;
  font-size: var(--px-14);
  font-weight: 400;
  line-height: 1.5em;
}

#content-post .badge {
  white-space: nowrap;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: var(--px-12) !important;
  font-weight: 700 !important;
}
#content-post .badge--ok {
  background: #ECFDF3;
  border-color: #94DFB2;
  color: #056438 !important;
}
#content-post .badge--fail {
  background: #FEF3F2;
  border-color: #FFA6A0;
  color: #881B13 !important;
}

#content-post .docs-table .wp-block-buttons {
  margin: 0 !important;
}
#content-post .docs-table .wp-block-button__link {
  border-radius: 10px;
  height: 40px;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: var(--px-12);
}

@media(max-width: 767px) {
  #content-post .docs-table__row.docs-table__head .wp-block-columns .wp-block-column,
  #content-post .docs-table__row.docs-table__foot .wp-block-columns .wp-block-column {
    padding: 12px 16px;
  }

  #content-post .docs-table__row .wp-block-columns .wp-block-column {
    padding: 0 16px;
  }
}


/* --- Componente Copiar Link  --- */
#post-copy-link {
	font-family: var(--font-family-primary);
}
#post-copy-link .post-copy-link__button {
  border-radius: 8px;
  border: 1px solid #E9EDF2;
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  min-height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  transition: var(--transition-default);
  cursor: pointer;
  width: 134px;
}
#post-copy-link .post-copy-link__button:hover {
  border-color: #D7DCE0;
  background: #F0F4F8;
}
#post-copy-link .post-copy-link__button:active {
  transform: translateY(0);
}
#post-copy-link .post-copy-link__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#post-copy-link .post-copy-link__text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text);
  font-size: var(--px-14);
  font-weight: 500;
  line-height: 1.5em;
}
#post-copy-link .post-copy-link__text::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/copy-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#post-copy-link .post-copy-link__button--success .post-copy-link__text {
  color: transparent;
  gap: 0;
}
#post-copy-link .post-copy-link__button--success .post-copy-link__text::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#post-copy-link .post-copy-link__button--error .post-copy-link__text {
  color: #dc2626;
}
#post-copy-link .post-copy-link__button--error .post-copy-link__text::before {
  content: none;
}

/* --- Share Button --- */
.btn-share .elementor-grid {
  margin-bottom: 0 !important;
}
.btn-share .elementor-grid-item {
  margin: 0 !important;
}
.btn-share .elementor-share-btn {
  border-radius: 8px;
  border: 1px solid #E9EDF2 !important;
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: var(--transition-default);
  padding: 12px 16px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.btn-share .elementor-share-btn:hover {
  border-color: #D7DCE0 !important;
  background: #F0F4F8
}
.btn-share .elementor-share-btn__icon {
  width: 18px;
}
.btn-share .elementor-share-btn__text {
  padding: 0;
}
.btn-share .elementor-share-btn__title {
  word-spacing: normal;
}

@media(max-width: 767px) {
  .btn-share .elementor-grid {
    display: grid !important;
    grid-template-columns: repeat(1,1fr);
  }
  .btn-share .elementor-share-btn {
    justify-content: center;
  }
  .btn-share .elementor-share-btn__text {
    flex-grow: initial;
  }
}

.btn-share.minimal .elementor-grid {
  display: flex !important;
}

/* --- Table of content --- */
.toc-custom .elementor-toc__header {
  margin-bottom: 16px;
}

.toc-custom .elementor-toc__list-item-text-wrapper {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: #FFF;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  transition: var(--transition-default);
}

.toc-custom .elementor-toc__list-item:last-of-type {
  margin-bottom: 0;
}

.toc-custom .elementor-toc__list-item-text-wrapper:hover {
  border-color: #E9EDF2;
  background: #F0F4F8;
}

.toc-custom .elementor-toc__list-item a {
  width: 100%;
}

.toc-custom .elementor-toc__list-item a,
.toc-custom .elementor-toc__list-item-text-wrapper:before {
  transition: var(--transition-default);
}

.toc-custom .elementor-toc__list-item-text-wrapper:before {
  margin-right: 6px;
}

.toc-custom .elementor-toc__list-item-text-wrapper:hover a,
.toc-custom .elementor-toc__list-item-text-wrapper:hover::before {
  color: var(--color-primary) !important;
}


/* --- Componente Comentários  --- */
.custom-comment .title-comments,
.custom-comment .comment-notes,
.custom-comment .comment-body .says {
  display: none;
}

.custom-comment .comments-area {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}

.custom-comment .comment-list {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 8px !important;
}
.custom-comment .comment-list .comment-respond {
  margin: 48px 0 0 0;
}

.custom-comment .comment-navigation {
  order: 3;
  margin-top: 48px;
}
.custom-comment .comment-navigation .nav-links {
  display: flex;
  gap: 24px;
}
.custom-comment .comment-navigation .nav-links .nav-previous {
  margin-right: auto;
}
.custom-comment .comment-navigation .nav-links .nav-next {
  margin-left: auto;
}
.custom-comment .comment-navigation .nav-links .nav-previous a,
.custom-comment .comment-navigation .nav-links .nav-next a {
  border-radius: 8px;
  border: 1px solid #E9EDF2;
  background: #F0F4F8;
  transition: var(--transition-default);
  width: auto;
  display: flex;
  height: 40px;
  min-width: 80px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  color: #252B37;
  font-family: var(--font-family-primary);
  font-size: var(--px-14);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
.custom-comment .comment-navigation .nav-links .nav-previous a {
  padding: 0 16px 0 8px;
}
.custom-comment .comment-navigation .nav-links .nav-next a {
  padding: 0 8px 0 16px;
  flex-direction: row-reverse;
}
.custom-comment .comment-navigation .nav-links .nav-previous a:before,
.custom-comment .comment-navigation .nav-links .nav-next a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
}
.custom-comment .comment-navigation .nav-links .nav-next a:before {
  transform: rotate(180deg);
}

.custom-comment .comment-navigation .nav-links .nav-previous a:hover,
.custom-comment .comment-navigation .nav-links .nav-next a:hover {
  border-color: #D7DCE0;
  background: #E9EDF2;
}

.custom-comment .comment-respond {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.custom-comment .comment-respond .comment-reply-title {
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--px-32);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-comment .comment-respond small {
  display: flex;
  align-items: center;
}
.custom-comment .comment-respond #cancel-comment-reply-link {
  color: var(--color-text);
  font-size: var(--px-16);
  font-weight: 400;
  line-height: 1.5em;
}
.custom-comment .comment-respond #cancel-comment-reply-link:hover {
 color: #132543;
}

.custom-comment #commentform.comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  border-radius: 16px;
  border: 1px solid #D7DCE0;
  background: var(--color-white);
  padding: 32px;
}
.custom-comment #commentform.comment-form > p {
  margin: 0;
}

.custom-comment #commentform.comment-form .comment-form-comment {
  line-height: 0;
}

.custom-comment #commentform .comment-form-author {
  order: 1;
}

.custom-comment #commentform .comment-form-email {
  order: 2;
}

.custom-comment #commentform .comment-form-comment {
  order: 3;
  grid-column: 1 / -1;
}

.custom-comment #commentform .form-submit {
  order: 4;
  grid-column: 1 / -1;
  text-align: right;
}

.custom-comment #commentform label {
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--px-16);
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 8px;
}

.custom-comment #commentform .required {
  color: #BE170B;
}

.custom-comment #commentform input:not([type="submit"]),
.custom-comment #commentform textarea {
  font-family: var(--font-family-primary);
  border: 1px solid #C3CAD4;
  border-radius: 8px;
  background: #F0F4F8;
  color: #646E82;
  font-size: var(--px-16);
  line-height: 1.5em;
  outline: 0;
  width: 100%;
  font-weight: 500;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  min-height: 56px;
  padding: 0 16px;
}

.custom-comment #commentform textarea {
  padding: 16px;
  height: 160px;
}

.custom-comment #commentform .submit {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-family-primary);
  font-size: var(--px-16);
  font-weight: 700;
  line-height: 1.5em;
}

.custom-comment #commentform .submit:hover {
  border-color: #16355B;
  background: #16355B;
}

.custom-comment #comments .comment .comment-body,
.custom-comment #comments .pingback .comment-body {
  padding: 0;
  padding-inline-start: 56px;
  border: none;
}

.custom-comment #comments .comment-meta {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  gap: 16px;
}

.custom-comment #comments .comment .avatar,
.custom-comment #comments .pingback .avatar {
  border-radius: 50%;
  left: 0;
  position: absolute;
  margin-inline-end: 8px;
}

.custom-comment .comment-body .fn {
  color: #252B37;
  font-family: var(--font-family-primary);
  font-size: var(--px-18);
  font-weight: 700;
  line-height: 1.5em;
}

.custom-comment #comments .comment-meta time {
  color: #646E82;
  font-family: var(--font-family-primary);
  font-size: var(--px-14);
  font-weight: 400;
  line-height: 1.5em;
}

.custom-comment .comment-body .comment-content p {
  color: #2E3646;
   font-family: var(--font-family-primary);
  font-size: var(--px-16);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.custom-comment .comment-body .reply a {
  display: flex;
  min-height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: max-content;
  border-radius: 8px;
  border: 1px solid var(--color-primary);
  color: #16355B;
  font-family: var(--font-family-primary);
  font-size: var(--px-12);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
}

.custom-comment .comment-body .reply a {
  transition: var(--transition-default);
}

.custom-comment .comment-body .reply a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.17215 1.33331H10.8272C11.3639 1.3333 11.8068 1.3333 12.1676 1.36278C12.5423 1.39339 12.8868 1.4591 13.2103 1.62396C13.7121 1.87963 14.12 2.28757 14.3757 2.78934C14.5406 3.1129 14.6063 3.45736 14.6369 3.8321C14.6664 4.19289 14.6664 4.63579 14.6663 5.17243V8.82753C14.6664 9.36417 14.6664 9.80707 14.6369 10.1679C14.6063 10.5426 14.5406 10.8871 14.3757 11.2106C14.12 11.7124 13.7121 12.1203 13.2103 12.376C12.8868 12.5409 12.5423 12.6066 12.1676 12.6372C11.8068 12.6667 11.3639 12.6667 10.8272 12.6666H6.45551C6.01277 12.6666 5.88384 12.6698 5.76652 12.6939C5.64884 12.718 5.53496 12.758 5.42797 12.8126C5.32132 12.8671 5.21868 12.9452 4.87295 13.2218L3.26419 14.5088C3.14174 14.6068 3.01693 14.7067 2.90719 14.7792C2.80224 14.8486 2.59875 14.9728 2.33409 14.9731C2.02955 14.9734 1.74146 14.835 1.55147 14.597C1.38637 14.3901 1.35623 14.1536 1.34485 14.0283C1.33295 13.8973 1.33298 13.7375 1.33301 13.5806L1.33301 5.17245C1.33301 4.6358 1.333 4.19289 1.36248 3.8321C1.39309 3.45737 1.4588 3.1129 1.62366 2.78934C1.87933 2.28757 2.28727 1.87963 2.78904 1.62396C3.1126 1.4591 3.45707 1.39339 3.8318 1.36278C4.19259 1.3333 4.6355 1.3333 5.17215 1.33331ZM3.94037 2.69168C3.6481 2.71556 3.49863 2.75885 3.39436 2.81197C3.14348 2.9398 2.9395 3.14378 2.81167 3.39466C2.75855 3.49893 2.71526 3.6484 2.69138 3.94067C2.66687 4.24073 2.66635 4.62893 2.66635 5.19998V13.2796L4.04003 12.1806C4.05519 12.1685 4.07014 12.1565 4.08491 12.1447C4.36629 11.9194 4.57899 11.7491 4.82137 11.6253C5.03534 11.516 5.2631 11.4361 5.49846 11.3878C5.76509 11.333 6.03758 11.3332 6.39804 11.3333C6.41695 11.3333 6.43611 11.3333 6.45551 11.3333H10.7997C11.3707 11.3333 11.7589 11.3328 12.059 11.3083C12.3513 11.2844 12.5007 11.2411 12.605 11.188C12.8559 11.0602 13.0599 10.8562 13.1877 10.6053C13.2408 10.501 13.2841 10.3516 13.308 10.0593C13.3325 9.75923 13.333 9.37103 13.333 8.79998V5.19998C13.333 4.62893 13.3325 4.24073 13.308 3.94067C13.2841 3.6484 13.2408 3.49893 13.1877 3.39466C13.0599 3.14378 12.8559 2.9398 12.605 2.81197C12.5007 2.75885 12.3513 2.71556 12.059 2.69168C11.7589 2.66717 11.3707 2.66665 10.7997 2.66665H5.19968C4.62863 2.66665 4.24043 2.66717 3.94037 2.69168Z' fill='%2316355B'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

.custom-comment .comment-body .reply a:hover {
  border-color: #16527F;
  background: #E6F6FB;
  color: #16527F;
}

.custom-comment .comment-body .reply a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.17215 1.33331H10.8272C11.3639 1.3333 11.8068 1.3333 12.1676 1.36278C12.5423 1.39339 12.8868 1.4591 13.2103 1.62396C13.7121 1.87963 14.12 2.28757 14.3757 2.78934C14.5406 3.1129 14.6063 3.45736 14.6369 3.8321C14.6664 4.19289 14.6664 4.63579 14.6663 5.17243V8.82753C14.6664 9.36417 14.6664 9.80707 14.6369 10.1679C14.6063 10.5426 14.5406 10.8871 14.3757 11.2106C14.12 11.7124 13.7121 12.1203 13.2103 12.376C12.8868 12.5409 12.5423 12.6066 12.1676 12.6372C11.8068 12.6667 11.3639 12.6667 10.8272 12.6666H6.45551C6.01277 12.6666 5.88384 12.6698 5.76652 12.6939C5.64884 12.718 5.53496 12.758 5.42797 12.8126C5.32132 12.8671 5.21868 12.9452 4.87295 13.2218L3.26419 14.5088C3.14174 14.6068 3.01693 14.7067 2.90719 14.7792C2.80224 14.8486 2.59875 14.9728 2.33409 14.9731C2.02955 14.9734 1.74146 14.835 1.55147 14.597C1.38637 14.3901 1.35623 14.1536 1.34485 14.0283C1.33295 13.8973 1.33298 13.7375 1.33301 13.5806L1.33301 5.17245C1.33301 4.6358 1.333 4.19289 1.36248 3.8321C1.39309 3.45737 1.4588 3.1129 1.62366 2.78934C1.87933 2.28757 2.28727 1.87963 2.78904 1.62396C3.1126 1.4591 3.45707 1.39339 3.8318 1.36278C4.19259 1.3333 4.6355 1.3333 5.17215 1.33331ZM3.94037 2.69168C3.6481 2.71556 3.49863 2.75885 3.39436 2.81197C3.14348 2.9398 2.9395 3.14378 2.81167 3.39466C2.75855 3.49893 2.71526 3.6484 2.69138 3.94067C2.66687 4.24073 2.66635 4.62893 2.66635 5.19998V13.2796L4.04003 12.1806C4.05519 12.1685 4.07014 12.1565 4.08491 12.1447C4.36629 11.9194 4.57899 11.7491 4.82137 11.6253C5.03534 11.516 5.2631 11.4361 5.49846 11.3878C5.76509 11.333 6.03758 11.3332 6.39804 11.3333C6.41695 11.3333 6.43611 11.3333 6.45551 11.3333H10.7997C11.3707 11.3333 11.7589 11.3328 12.059 11.3083C12.3513 11.2844 12.5007 11.2411 12.605 11.188C12.8559 11.0602 13.0599 10.8562 13.1877 10.6053C13.2408 10.501 13.2841 10.3516 13.308 10.0593C13.3325 9.75923 13.333 9.37103 13.333 8.79998V5.19998C13.333 4.62893 13.3325 4.24073 13.308 3.94067C13.2841 3.6484 13.2408 3.49893 13.1877 3.39466C13.0599 3.14378 12.8559 2.9398 12.605 2.81197C12.5007 2.75885 12.3513 2.71556 12.059 2.69168C11.7589 2.66717 11.3707 2.66665 10.7997 2.66665H5.19968C4.62863 2.66665 4.24043 2.66717 3.94037 2.69168Z' fill='%2316527F'/%3E%3C/svg%3E");
}

/* --- Comentários: toggle de respostas --- */
.custom-comment .comments-area .children {
  display: none;
  flex-direction: column;
  gap: 48px;
  padding-top: 32px;
}
.custom-comment .comments-area .children.is-visible {
  display: flex;
}
.custom-comment #comments ol.comment-list .children:before {
  display: none;
}
.custom-comment .comments-area .comment-toggle-replies {
  border: none;
  background: none;
  color: #16355B;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-family: var(--font-family-primary);
  font-size: var(--px-14);
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 24px;
}
.custom-comment .comments-area .comment-toggle-replies:hover {
  color: #16527F;
}
.custom-comment .comments-area .comment-toggle-replies::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--color-primary);
}
.custom-comment .comments-area .comment-toggle-replies:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (max-width: 1024px) {
  .custom-comment .comment-respond .comment-reply-title {
    font-size: var(--px-28);
  }
}

@media (max-width: 767px) {
  .custom-comment .comments-area {
    padding: 16px 0;
  }

  .custom-comment .comment-respond .comment-reply-title {
    font-size: var(--px-24);
  }

  .custom-comment #commentform.comment-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .custom-comment #commentform .comment-form-comment,
  .custom-comment #commentform .form-submit {
    grid-column: auto;
  }

  .custom-comment #commentform .submit {
    width: 100%;
  }

  .custom-comment .comments-area .comment-toggle-replies {
    margin-top: 32px;
  }
}

/* --- Indicador de páginação --- */
.loop-page-indicator {
  color: #252B37;
  font-family: var(--font-family-secondary);
  font-size: var(--px-32);
  font-weight: 700;
  line-height: 1.2em;
   margin-bottom: 32px;
}
.loop-page-indicator.is-hidden {
  display: none;
}
@media(max-width: 767px) {
  .loop-page-indicator {
    font-size: var(--px-24);
  }
}

/* --- Form de pesquisa --- */
.lib-search-form {
  position: relative;
}
.lib-search-form .lib-search-form__field {
  border-radius: 8px;
  border: 1px solid #C3CAD4;
  background: #F0F4F8;
  display: flex;
  width: 100%;
  height: 64px;
  min-height: 64px;
  padding: 0 18px 0 50px;
  align-items: center;
  color: #646E82;
  font-family: var(--font-family-primary);
  font-size: var(--px-16);
  font-weight: 500;
  line-height: 1.5em;
  transition: var(--transition-default);
}
.lib-search-form .lib-search-form__field:hover {
  border-color: #9AD0E6;
}

.lib-search-form .lib-search-form__button {
  font-size: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: transparent;
  padding: 0;
  display: flex;
  width: 24px;
}
.lib-search-form .lib-search-form__button:hover,
.lib-search-form .lib-search-form__button:focus  {
  background-color: transparent;
}
.lib-search-form .lib-search-form__button:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/search-md.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
