.navigation-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.navigation-wrap .top-search {
  z-index: 1031;
}

body {
  padding-top: 96px;
}

@media (max-width: 991px) {
  body {
    padding-top: 82px;
  }
}

.legal-page {
  padding: 56px 0 72px;
}

.legal-page h1 {
  font-size: 34px;
  margin-bottom: 16px;
}

.legal-page h2 {
  font-size: 22px;
  margin-top: 34px;
}

.legal-page p,
.legal-page li {
  color: #343a40;
  font-size: 16px;
  line-height: 1.8;
}

body.cms-home-shell:not(.cms-ready) > section,
body.cms-home-shell:not(.cms-ready) > .mt-4 {
  opacity: 0;
  pointer-events: none;
}

body.cms-home-shell.cms-ready > section,
body.cms-home-shell.cms-ready > .mt-4 {
  opacity: 1;
  transition: opacity 180ms ease;
}

/* Do not flash the template's size-labelled demo thumbnails while CMS data loads. */
body:not(.cms-ready) img[src*="images/placeholder/"],
body:not(.cms-ready) img[src*="/placeholder/"] {
  visibility: hidden;
}

body:not(.cms-ready) .pagination-area {
  visibility: hidden;
}

.geo-answer-box,
.geo-section {
  margin: 24px 0;
}

.geo-answer-box {
  background: #fff7f2;
  border-left: 4px solid #e00000;
  padding: 18px 20px;
}

.geo-section-label {
  color: #111;
  font-weight: 800;
  margin-bottom: 8px;
}

.geo-section-label span {
  background: #e00000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 800;
}

.geo-answer-box p,
.geo-definition-card p {
  margin-bottom: 0;
}

.geo-section h2 {
  font-size: 24px;
  margin-bottom: 14px;
}

.geo-key-steps ol,
.geo-toc ol,
.geo-sources ol {
  padding-left: 22px;
}

.geo-key-steps li,
.geo-toc li,
.geo-sources li {
  margin-bottom: 10px;
}

.geo-toc {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 18px 20px;
}

.geo-toc h2 {
  margin-bottom: 12px;
}

.geo-toc a {
  color: #111;
  font-weight: 600;
}

.geo-toc a:hover {
  color: #e00000;
}

.geo-toc-subitem {
  margin-left: 14px;
  font-size: 15px;
}

.geo-definition-grid {
  display: grid;
  gap: 12px;
}

.geo-definition-card {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 16px;
}

.geo-expert-quote {
  border-left: 4px solid #e00000;
  background: #111;
  color: #fff;
  margin: 16px 0;
  padding: 18px 20px;
}

.geo-expert-quote p {
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 10px;
}

.geo-expert-quote cite {
  color: #f1f1f1;
  font-style: normal;
  font-size: 14px;
}

.geo-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.geo-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.geo-table-wrap th,
.geo-table-wrap td {
  border: 1px solid #e6e6e6;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.geo-table-wrap th {
  background: #f3f3f3;
  color: #111;
}

.geo-sources {
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.geo-sources li {
  font-size: 14px;
}

.geo-reviewed-badge {
  color: #6c757d;
  font-size: 13px;
}

.geo-reviewed-badge span {
  color: #1f9d55;
  font-weight: 800;
}

.comments-area .avatar,
.comments-area .reply {
  display: none;
}

.organic-comment .comment-body,
.organic-comment-empty {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  padding: 18px;
}

.organic-comment-empty {
  list-style: none;
  color: #555;
}

.organic-comment-empty p {
  margin-bottom: 0;
}

.comments-area .comment-metadata {
  color: #777;
  font-size: 13px;
}

.pagination-area .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px 8px 0;
  border: 1px solid #e6e6e6;
  color: #111;
  font-weight: 700;
}

.pagination-area .pagination span.active {
  background: #c00;
  border-color: #c00;
  color: #fff;
}

.pagination-area .pagination span.disabled {
  color: #aaa;
  cursor: not-allowed;
}

#post-content .article-table-wrap {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#post-content .article-table-wrap table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

#post-content .article-table-wrap th,
#post-content .article-table-wrap td {
  border: 1px solid #dedede;
  padding: 11px 13px;
  color: #222;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
}

#post-content .article-table-wrap th {
  background: #f2f2f2;
  color: #111;
  font-weight: 700;
}

#post-content .article-table-wrap tr:nth-child(even) td {
  background: #fafafa;
}
