.js-btn-menu-toggle .block {
  background-color: #163300;
}

.bg-eggshell {
  background-color: #fff;
}

.box-shadow-rating {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

.see-more-info {
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.9) 19.91%,
    #fff
  );
}

.box-shadow-detail {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(175, 178, 189, 0.25);
}

.info-source {
  color: rgb(55, 65, 81);
}

.info-source h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.info-source h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}

.info-source h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.info-source h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.info-source ul,
.info-source ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-source ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  list-style-position: outside;
  list-style-type: disc;
}

.info-source ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  list-style-position: outside;
  list-style-type: decimal;
}

.info-source p {
  margin-bottom: 0.5rem;
}

.info-source b,
.info-source strong {
  font-weight: 600;
}

.wysiwyg table,
.info-source table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-width: 1px;
  border-color: rgba(224, 229, 237, 1);
}

.wysiwyg table td,
.info-source table td,
.wysiwyg table th,
.info-source table th {
  border-width: 1px;
  border-color: rgba(224, 229, 237, 1);
  padding: 0.5rem 1rem;
  text-align: left;
}

table.table-custom tbody tr,
table.table-custom thead tr {
  white-space: nowrap;
}

table.table-custom thead tr th {
  background-color: #1876d2;
}

table.table-custom tbody tr td {
  min-width: 140px;
}

@media screen and (max-width: 1199px) {
  table.table-custom tbody tr td {
    min-width: 180px;
  }
}

.sticky_col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  width: 140px;
  min-width: 140px;
  max-width: 200px;
  left: 0;
}

.sticky_col::before {
  box-shadow: rgba(0, 0, 0, 0.15) 10px 0px 8px -8px inset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translate(100%);
  transition: box-shadow 0.3s ease 0s;
  content: "";
  pointer-events: none;
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.currency-exchange table tbody tr td,
.gold-exchange table tbody tr td {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .currency-exchange table tbody tr td:nth-child(2),
  .currency-exchange table thead tr th:nth-child(2) {
    display: none;
  }
  .gold-exchange table tbody tr td:nth-child(2),
  .gold-exchange table thead tr th:nth-child(2) {
    display: none;
  }

  .currency-exchange table tbody tr td:nth-child(1),
  .currency-exchange table thead tr th:nth-child(1),
  .gold-exchange table tbody tr td:nth-child(1),
  .gold-exchange table thead tr th:nth-child(1) {
    min-width: 140px;
  }
}

#comments ol.children {
  padding-left: 56px;
}

.widget-title {
  font-size: 20px;
  color: #0d47a1;
  font-weight: "600";
}

/* @media screen and (min-width: 320px) and (max-width: 767px) {
} */
