/*! Copyright © 2025 Ask Media Group */
.related-articles .result {
  display: flex;
  padding: 9px 0 17px 0;
}
.related-articles .result-url {
  font-size: 14px;
  line-height: 24px;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.related-articles .result-domain {
  color: #202124;
  font-size: 14px;
  display: block;
  line-height: 22px;
  white-space: nowrap;
  text-transform: capitalize;
}
.related-articles .result-favicon-link {
  text-decoration: none;
  padding-right: 8px;
  display: block;
}
.related-articles .result-favicon-img {
  float: left;
  margin: 6px 12px 6px 0;
  background-color: #f1f3f4;
  border: 1px solid #ecedef;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
}
.related-articles .result-title {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-articles .result-title-link {
  color: #1A0DAB;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  text-decoration: none;
}
.related-articles .result-title-link:hover {
  text-decoration: underline;
}
.related-articles .result-abstract {
  color: #4D5156;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.related-articles .result-image {
  margin-right: 10px;
  margin-left: 10px;
  flex: none;
  flex-grow: 0;
  min-width: 100px;
  max-width: 142px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.related-articles .result-image img {
  height: 80px;
  width: 142px;
}
.related-articles .result-right-block {
  overflow: hidden;
}
.related-articles .sub-header {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: unset;
  padding-bottom: unset;
  margin: 0;
}
.no-results .heading {
  font-weight: bold;
  margin: 20px 0 0 0;
}
.no-results .text-content-title {
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 720px) {
  .related-articles {
    flex: 1;
    margin: 0;
  }
  .related-articles .sub-header {
    border-bottom: 1px solid #DDD;
    background-color: white;
    border-radius: 0;
    margin: 5px 0 1px 0;
    padding: 10px 0 10px 10px;
  }
  .related-articles .results .result {
    background-color: white;
    border-radius: 0;
    padding: 9px 0 8px 0;
    margin: 10px 0;
  }
  .related-articles .results .result:first-child {
    margin-top: 0;
    border-top: none !important;
  }
  .related-articles .results .result-url-section {
    padding-left: 10px;
  }
  .related-articles .results .result-url {
    font-size: 12px;
    line-height: 22px;
  }
  .related-articles .results .result-title {
    padding: 3px 10px;
  }
  .related-articles .results .result-title-link {
    font-size: 18px;
    white-space: normal;
  }
  .related-articles .results .result p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.people-also-ask {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  background: #FFFFFF;
  margin: 9px 0px 17px 0px;
  border-bottom: 1px solid #DDDDDD;
  width: 606px;
}
.people-also-ask .header-group {
  box-sizing: border-box;
  width: 606px;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}
.people-also-ask .paa-group {
  box-sizing: border-box;
  width: 606px;
  height: auto;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}
.people-also-ask .paa-group button {
  margin: 0;
  background-color: white;
  border: none;
  padding: 0;
}
.people-also-ask .paa-group:last-child {
  border-bottom: none;
}
.people-also-ask .heading {
  width: 145px;
  height: 23px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0 0 10px 0;
}
.people-also-ask .title {
  width: 606px;
  text-decoration: none;
  text-transform: lowercase;
  cursor: pointer;
}
.people-also-ask .title p:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  border: 1.5px solid;
  border-color: #000000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 0;
  border-bottom: 0;
  float: right;
  right: 0;
  margin-right: 8px;
}
.people-also-ask .title-active p:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  border: 1.5px solid;
  border-color: #000000;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 0;
  border-bottom: 0;
  margin-top: 6px;
  text-transform: lowercase;
  float: right;
  right: 0;
}
.people-also-ask .label {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  overflow: hidden;
  text-overflow: clip;
  text-transform: lowercase;
  text-decoration: none;
  margin: 11px 0px 12px 0px;
}
.people-also-ask .title::first-letter {
  text-transform: uppercase;
}
.people-also-ask .paa-details {
  box-sizing: border-box;
  padding: 0px 0px 20px;
  width: 606px;
  background: #FFFFFF;
  display: block;
  height: auto;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}
.people-also-ask .paa-details .paa-url {
  font-size: 16px;
  margin: 20px 0px 10px 0px;
  line-height: 22px;
  color: #4d5156;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.people-also-ask .paa-details .paa-title {
  font-size: 20px;
  line-height: 23px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.people-also-ask .paa-details .paa-title-link {
  text-decoration: none;
  color: #1A0DAB;
}
.people-also-ask .paa-details .paa-abstract {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  overflow: hidden;
  display: block;
}

.search-results {
  margin: 18px 0 0 0;
}
.search-results .result {
  padding: 9px 0 17px 0;
}
.search-results .result-url {
  font-size: 14px;
  line-height: 24px;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.search-results .result-domain {
  color: #202124;
  font-size: 14px;
  display: block;
  line-height: 22px;
  white-space: nowrap;
  text-transform: capitalize;
}
.search-results .result-favicon-link {
  text-decoration: none;
  padding-right: 8px;
  display: block;
}
.search-results .result-favicon-img {
  float: left;
  margin: 6px 12px 6px 0;
  background-color: #f1f3f4;
  border: 1px solid #ecedef;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
}
.search-results .result-favicon-img-compact {
  float: left;
  background-color: #f1f3f4;
  border: 1px solid #ecedef;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 12px;
  margin-top: 2px;
}
.search-results .result.right-web-results .result-favicon-img {
  width: 14px;
  height: 14px;
  margin: 0px 6px 0 0;
  border-radius: 14px;
  background-color: #E6E8EB;
}
.search-results .result.right-web-results .result-favicon-img img {
  width: 10px;
  height: 10px;
}
.search-results .result-title {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-results .result-title-link {
  color: #1A0DAB;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  text-decoration: none;
}
.search-results .result-title-link:hover {
  text-decoration: underline;
}
.search-results .result-abstract {
  color: #4D5156;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.search-results .result.compact .result-url-section {
  padding-bottom: 5px;
}
.search-results .result.compact .result-domain {
  color: #202124;
  font-size: 14px;
  display: block;
  line-height: 20px;
  white-space: nowrap;
  text-transform: none;
}
.search-results .result.compact .result-url {
  font-size: 12px;
  line-height: 18px;
  color: #202124;
}
.search-results .result.compact .result-title {
  padding: 0;
}
.search-results .result.compact .result-abstract {
  color: #5f6368;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.search-results.swap-title .result {
  display: flex;
  flex-direction: column;
}
.search-results.swap-title .result-url-section {
  order: 1;
}
.search-results.swap-title .result-url {
  color: #0E7744;
}
.search-results.swap-title .result-title {
  order: 0;
}
.search-results.swap-title .result p {
  order: 3;
}
.search-results.disable-click .result.compact .result-url-section {
  pointer-events: none;
}
.search-results .sub-header {
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: unset;
  padding-bottom: unset;
  margin: 0;
}
.no-results .heading {
  font-weight: bold;
  margin: 20px 0 0 0;
}
.no-results .text-content-title {
  margin: 20px 0 20px 0;
}
@media only screen and (max-width: 720px) {
  .search-results {
    flex: 1;
    margin: 0;
  }
  .search-results .sub-header {
    border-bottom: 1px solid #DDD;
    background-color: white;
    border-radius: 0;
    margin: 5px 0 1px 0;
    padding: 10px 0 10px 10px;
  }
  .search-results .results .result {
    background-color: white;
    border-radius: 0;
    padding: 9px 0 8px 0;
    margin: 10px 0;
  }
  .search-results .results .result:first-child {
    margin-top: 0;
    border-top: none;
  }
  .search-results .results .result-url-section {
    padding-left: 10px;
  }
  .search-results .results .result-url {
    font-size: 12px;
    line-height: 22px;
  }
  .search-results .results .result-title {
    padding: 3px 10px;
  }
  .search-results .results .result-title-link {
    font-size: 18px;
    white-space: normal;
  }
  .search-results .results .result p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-results.swap-title .results .result-url {
    font-size: 14px;
  }
}
.rating-icon {
  width: 16px;
  height: 16px;
  margin: 6px 3px 3px 6px;
  position: absolute;
}
.constrained {
  display: inline-block;
  max-width: 96%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination-ui {
  overflow: hidden;
  margin: 0;
  padding: 20px 0;
}
.pagination-ui.hidden {
  display: none;
}
.pagination-ui .body {
  width: 100%;
  background-color: #FFF;
}
.pagination-ui .list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-content: stretch;
  width: 100%;
  padding: 0;
  margin: 0;
}
.pagination-ui .list .item {
  list-style: outside none none;
  border-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  width: 25%;
  cursor: pointer;
  text-decoration: none;
  color: #4d5156;
}
.pagination-ui .list .item.selected {
  color: #666;
  font-weight: normal;
  background: #E0E0E0 none repeat scroll 0 0;
}
.pagination-ui .list.circle-number {
  justify-content: center;
}
.pagination-ui .list.circle-number .item {
  border-radius: 50%;
  width: 30px;
  border-color: #0000;
  background-color: #0000;
  color: black;
  margin: 0 12px;
  font-weight: 700;
  border-width: 0px;
}
.pagination-ui .list.circle-number .item.previous,
.pagination-ui .list.circle-number .item.next {
  font-weight: 400;
}
.pagination-ui .list.circle-number .item.previous {
  width: 50px;
}
.pagination-ui .list.circle-number .item.selected {
  border-width: 3px;
}
.pagination-ui.pagination-rounded .list {
  gap: 10px;
}
.pagination-ui.pagination-rounded .list .item {
  border-radius: 10px;
  height: 24px;
  line-height: normal;
}
.pagination-ui.pagination-rounded .list .item .label {
  font-size: 12px;
  line-height: 25px;
}
.pagination-ui.pagination-rounded .list .selected .label {
  font-size: 12px;
  line-height: 25px;
}

.footer-item button {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}

.dynamic-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
.dynamic-social-links .headline {
  color: #A0A0B0;
  font-size: 1rem;
  font-family: Arial;
  line-height: 0.9375;
}
.dynamic-social-links .links-section {
  margin-top: 12px;
}
.dynamic-social-links .links-section svg {
  width: 16px;
  height: 16px;
}
.dynamic-social-links .links-section .social-link {
  display: inline-block;
  position: relative;
  height: 16px;
  padding: 8px;
  margin-right: 14px;
  border-radius: 4px;
  background: #F0F3F4;
  cursor: pointer;
}
.dynamic-social-links .links-section .social-link .custom-button {
  padding: 0px;
  border: 0px;
  height: 16px;
  cursor: pointer;
}
.dynamic-social-links .links-section .social-link .custom-button:last-child {
  margin-right: 0px;
}
.dynamic-social-links .links-section .social-link .label {
  display: none;
}
.dynamic-social-links .links-section .social-link:last-child {
  margin-right: 0px;
}
.dynamic-social-links .links-section .social-link:hover .label {
  background: #ffffff;
  box-shadow: 0 5px 25px 5px rgba(205, 210, 214, 0.5);
  border-radius: 3px;
  color: #262626;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  max-width: 300px;
  min-width: 130px;
  padding: 8px 2px 2px 2px;
  height: 28px;
  line-height: 1.5714;
  transition: all 0.3s ease;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 105%;
  display: block;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  align-self: normal;
  align-items: center;
  flex-grow: initial;
  flex-basis: initial;
  justify-content: center;
  border-top: none;
  margin: 0;
  overflow: visible;
}
.footer.hidden {
  display: none;
}
.footer-body {
  display: initial;
  flex-flow: initial;
  justify-content: initial;
  align-items: initial;
  font-size: 0.75rem;
  margin: 0 auto 0 auto;
  width: auto;
}
.footer-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: auto;
  flex-grow: initial;
  padding: 0;
}
.footer-item {
  display: inline;
  color: #888;
  margin: 0;
  padding-left: 2px;
  white-space: nowrap;
}
.footer-item:before {
  content: "-";
  margin: 0 0.4em;
  position: relative;
}
.footer-item:first-child:before {
  display: none;
}
.footer-item-link {
  color: #888;
  text-decoration: none;
}
.footer-item-link:hover {
  text-decoration: underline;
}
.footer-item.copy-right-newline {
  width: 100%;
  text-align: center;
}
.footer-item.copy-right-newline:before {
  content: "";
}
.footer-logo-left {
  margin-bottom: 0px;
}
.footer-logo-top {
  margin-bottom: 5px;
}
.footer .horizontal-line {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  width: 100%;
}
.footer .footer-left-logo {
  padding-left: 0px;
}
.footer .footer-top-logo {
  margin-bottom: 10px;
}
.footer.footer-bottom-right {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.footer.underline .footer-item {
  text-decoration: underline;
}
.footer.underline .footer-item.copyright {
  text-decoration: none;
}
.footer.underline .footer-item.copyright .amg-text {
  font-weight: bold;
}
.footer .disclosure-container {
  color: #757575;
  position: relative;
}
.footer .disclosure-link {
  cursor: pointer;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  margin-left: 5px;
}
.footer .disclosure-tooltip {
  position: absolute;
  bottom: 26px;
  right: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  max-width: 300px;
  font-size: 12px;
  margin: 10px 0;
  line-height: 22px;
}
.footer .disclosure-tooltip p {
  margin: 0;
}
.footer .disclosure-close-button {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
  border: none;
  color: #757575;
  font-size: 13px;
  cursor: pointer;
}
.footer .footer-additional-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  color: #757575;
  margin-top: 5px;
}
@media only screen and (max-width: 720px) {
  .footer {
    flex-flow: column wrap;
    width: 100%;
  }
  .footer-list {
    justify-content: center;
  }
  .footer .footer-additional-text p {
    text-align: center;
  }
}

.spell-check {
  margin: 6px 3px;
}
.spell-check .dym {
  color: #000000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.spell-check .spell-check-result-link {
  margin: 0 5px 0 5px;
  color: #3300b5;
  font-style: italic;
}

.news-results-container {
  max-width: 652px;
  display: block;
  margin-bottom: 20px;
}
.news-results-container .heading-link {
  color: #676767;
  font-size: 14px;
  text-transform: capitalize;
  padding-top: 10px;
  margin: 0;
}
.news-results-container .heading-sa-link {
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
}
.news-results-container .heading-sa-link-query-text {
  font-style: inherit;
  font-weight: bold;
  margin: 0px 0px 0px 4px;
}
.news-results-container .card {
  clear: both;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  overflow: auto;
  padding: 10px;
}
.news-results-container .card-normal {
  clear: both;
  overflow: hidden;
  padding: 9px 0 12px 0;
  border: none;
  border-left: none;
  margin: 4px 0;
  display: flex;
  justify-content: space-between;
}
.news-results-container .card-normal-details {
  margin: 0;
  padding: 0;
  width: 80%;
  display: flex;
  flex-direction: column;
}
.news-results-container .card-normal-details-link {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.news-results-container .card-normal-details .card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1a0dab;
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  text-decoration: none;
}
.news-results-container .card-normal-details .card-meta {
  margin-bottom: 0;
  padding-bottom: 1px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
  margin-top: 3px;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: flex;
}
.news-results-container .card-normal-details .card-meta .card-uri {
  margin-right: 3px;
  color: #202124;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.news-results-container .card-normal-details .card-meta .card-article-time {
  color: #676767;
  font-size: 13px;
  line-height: 25px;
}
.news-results-container .card-normal-details .card-summary {
  font-size: 14px;
  line-height: 21px;
  max-height: none;
  color: #000;
}
.news-results-container .card-img {
  width: 130px;
  height: 91px;
  float: left;
}
.news-results-container .card-img-normal {
  min-width: 92px;
  min-height: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  background-position: -30px;
  border-radius: 8px;
}
.news-results-container .card-details {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.news-results-container .card-details-link {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
}
.news-results-container .card-details .card-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1a0dab;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px;
  text-decoration: none;
}
.news-results-container .card-details .card-meta {
  margin-bottom: 0;
  padding-bottom: 1px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
  margin-top: 3px;
  text-overflow: ellipsis;
  word-wrap: normal;
  display: flex;
}
.news-results-container .card-details .card-meta .card-sa-uri {
  color: #202124;
  margin-right: 3px;
}
.news-results-container .card-details .card-meta .card-sa-article-time {
  color: #676767;
}
.news-results-container .card-details .card-sa-summary {
  font-size: 14px;
  line-height: 22px;
  max-height: none;
  color: #4d5156;
}
.news-results-container .card-details .card-sa-summary em {
  font-style: inherit;
  font-weight: bold;
}
.news-results-container .read-more-link {
  display: inline-block;
  font-size: 14px;
  color: #1a0dab;
  text-decoration: none;
  cursor: pointer;
}
.news-results-container .read-more-title {
  text-decoration: none;
}
.mobile-news-results-container {
  margin: -5px 0px 10px 0px;
  border: 1px solid #EBEBEB;
  padding: 0 0 2px 3px;
  white-space: nowrap;
  overflow-x: hidden;
}
.mobile-news-results-container .mobile-news-heading {
  color: #343434;
  font-size: 15px;
  font-weight: bold;
  margin: 5px;
}
.cards-container {
  white-space: nowrap;
}
.cards-container .cards-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
}
.cards-container .cards-scroll-container .card-block {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  width: 151px;
  background-color: #fff;
  padding: 7px;
  margin-right: 10px;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link {
  text-decoration: none;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link .card-img {
  display: block;
  height: 84px;
  width: 137px;
  margin-bottom: 10px;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link .card-title {
  color: #2b17ae !important;
  font-size: 13px !important;
  margin-bottom: 4px;
  overflow: hidden;
  max-height: 20px;
  padding: 2px 7px 7px 8px;
  line-height: 14px;
  white-space: normal;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  height: 31px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: block;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link .card-div {
  margin: 0 0 0 8px;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link .card-div .card-uri {
  color: #006621;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.cards-container .cards-scroll-container .card-block .card-block-details-link .card-div .card-article-time {
  font-size: 12px;
  white-space: normal;
}
.news-results-container.esque .heading-sa-link {
  font-size: 20px;
  color: #202124;
}
.news-results-container.esque .card-normal {
  border-radius: 0;
  border: 0px;
  border-top: 1px solid #dadce0;
  padding: 12px 0;
}
.news-results-container.esque .card-normal-details {
  width: calc(100% - 92px - 16px);
}
.news-results-container.esque .card-normal-details .card-summary {
  color: #4D5156;
}
.news-results-container.esque .card-normal-details .card-meta .card-uri {
  color: #1F1F1F;
}
.news-results-container.esque .card-normal-details .card-meta .card-article-time {
  color: #4E4E4E;
}
.news-results-container.esque .center-read-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-results-container.esque .center-read-more-container .line {
  flex-grow: 1;
  height: 1px;
  background-color: #EBEBEB;
}
.news-results-container.esque .center-read-more-container .read-more-link {
  color: #202124;
  width: 164px;
  height: 36px;
  border-radius: 30px;
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wiki-smart-answers {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 263px;
  max-height: 426px;
  height: auto;
  /* border: 1px solid black; */
  border-radius: 5px;
  border: 1px solid #dedede;
  padding: 10px;
}
.wiki-smart-answers.longHeight {
  max-height: unset;
  width: 30em;
  border-radius: 0.6em;
  padding: 0;
}
.wiki-smart-answers .sub-header {
  font-size: 18px;
  font-weight: 500;
  color: #4d5156;
  text-align: left;
  border-bottom: 1px solid #dedede;
  margin: 10px 0;
  padding-bottom: 10px;
}
.wiki-smart-answers .image {
  display: flex;
  max-height: 180px;
  border-radius: 5px;
  object-fit: contain;
}
.wiki-smart-answers .description {
  max-height: 189px;
  width: 263px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  margin: 0px;
}
.wiki-smart-answers div.expanded-graph {
  font-size: 0.8em;
  width: 37.5em;
  padding: 0;
}
.wiki-smart-answers div.expanded-graph div:not(:last-child),
.wiki-smart-answers div.expanded-graph p:not(:last-child),
.wiki-smart-answers div.expanded-graph b:not(:last-child) {
  margin: unset;
  padding: 0 0 0.5em;
  font-size: 14px;
  line-height: 22px;
}
.wiki-smart-answers div.expanded-graph div,
.wiki-smart-answers div.expanded-graph p,
.wiki-smart-answers div.expanded-graph b,
.wiki-smart-answers div.expanded-graph table {
  margin: unset;
  font-size: 14px;
  line-height: 22px;
}
.wiki-smart-answers div.expanded-graph table {
  color: #474747;
}
.wiki-smart-answers div.expanded-graph table th,
.wiki-smart-answers div.expanded-graph table b {
  color: #1F1F1F;
}
.wiki-smart-answers div.expanded-graph a {
  color: #1a0dab;
  cursor: pointer;
  text-decoration: none;
}
.wiki-smart-answers div.expanded-graph audio {
  background-color: unset;
  width: 90%;
  margin: 10px;
  padding: 4px;
  display: block;
}
.wiki-smart-answers div.expanded-graph img {
  display: block;
  margin: 0 auto;
}
.wiki-smart-answers div.expanded-graph div.header {
  padding: unset;
}
.wiki-smart-answers div.expanded-graph .header {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
.wiki-smart-answers div.expanded-graph .header .header-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
  box-sizing: border-box;
  padding: 2em 1.2em;
  overflow: hidden;
}
.wiki-smart-answers div.expanded-graph .header .header-left p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wiki-smart-answers div.expanded-graph .header .header-left .title {
  font-size: 2em;
  font-weight: bold;
}
.wiki-smart-answers div.expanded-graph .header .header-left .description {
  font-weight: normal;
  padding: 1.5em 0 0;
  max-height: unset;
  width: unset;
}
.wiki-smart-answers div.expanded-graph .header .header-right {
  flex: 0 0 40%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wiki-smart-answers div.expanded-graph .header .header-right img {
  border-radius: 0 0.4em 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.wiki-smart-answers div.expanded-graph tbody {
  display: unset;
}
.wiki-smart-answers div.expanded-graph tbody tr {
  display: flex;
  width: 100%;
  text-align: left;
  list-style-type: none;
}
.wiki-smart-answers div.expanded-graph tbody tr th {
  padding: 2%;
  width: 40%;
}
.wiki-smart-answers div.expanded-graph tbody tr td {
  padding: 2%;
  width: 60%;
}
.wiki-smart-answers div.expanded-graph tbody tr td ul {
  padding: 0;
  margin: 0;
}
.wiki-smart-answers div.expanded-graph tbody tr td li {
  display: inline;
}
.wiki-smart-answers div.expanded-graph tbody tr td li:not(:last-child)::after {
  content: " · ";
}
.wiki-smart-answers div.expanded-graph tbody tr table {
  width: 100%;
}
.wiki-smart-answers div.expanded-graph tbody tr.section {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #dedede;
}
.wiki-smart-answers div.expanded-graph tbody tr.section th {
  padding: auto;
  width: 100%;
}
.wiki-smart-answers div.expanded-graph tbody tr.section td {
  padding: auto;
  width: 100%;
}
.wiki-smart-answers div.summary {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  list-style-type: none;
  line-height: 1.4em;
}
.wiki-smart-answers div.summary .tabs-wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
}
.wiki-smart-answers div.summary .tabs-wrap ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.wiki-smart-answers div.summary .tabs-wrap ul li {
  margin: 0;
}
.wiki-smart-answers div.summary .tabs-wrap ul .tab {
  background: none;
  border: none;
  padding: 0.6em 0.4em;
  margin: 0.2em 0.4em 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.wiki-smart-answers div.summary .tabs-wrap ul .tab.selected {
  color: #1a0dab;
  border-bottom: 3px solid #1a0dab;
}
.wiki-smart-answers div.summary .tab-content-wrap {
  padding: 1em;
  margin: 0;
}
.wiki-smart-answers div.summary .tab-content-wrap .read-more-link {
  background: none;
  border: none;
  padding: unset;
  margin: 0 0 0 0.4em;
  font: inherit;
  color: #1a0dab;
  cursor: pointer;
  text-decoration: none;
}

body {
  margin: 0;
}
.sem-serp-layout {
  font-family: Roboto, Arial, sans-serif;
  background-color: #FFFFFF;
  text-align: left;
  color: #4d5156;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sem-serp-layout input {
  font-family: inherit;
}
.sem-serp-layout .page-header.right-logo .search-box-ui {
  margin-left: calc(174px - 14px);
}
.sem-serp-layout .page-header.left-logo .logo {
  width: calc(174px - 14px);
  display: flex;
  justify-content: right;
}
.sem-serp-layout .page-header.left-logo .logo a {
  margin-right: 10px;
}
.sem-serp-layout .content {
  padding-top: 80px;
  display: flex;
  flex: 1;
}
.sem-serp-layout .content .column {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.sem-serp-layout .content .column.right-rail {
  max-width: 300px;
}
@media (max-width: 895px) {
  .sem-serp-layout .content .column.right-rail {
    display: none;
  }
}
.sem-serp-layout .content .column.main {
  flex: 3;
  max-width: 650px;
  padding: 0px 105px 8px 176px;
}
.sem-serp-layout .content .column.main .related-search-links .column a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 10px;
  width: 295.5px;
  height: 48px;
  background: #EBEBEB;
  border-radius: 30px;
  margin: 0 6px 12px 0;
}
.sem-serp-layout .content .column.main .related-search-links .column a svg {
  display: block;
}
.sem-serp-layout .content .column.main .related-search-links .column a:hover {
  text-decoration-color: black;
}
.sem-serp-layout .rs-row {
  position: relative;
  padding: 0px 105px 8px 176px;
}
.sem-serp-layout .rs-row .related-search.carousel .sub-header {
  display: none;
}
.sem-serp-layout .rs-row .related-search.carousel .related-search-links {
  overflow: auto;
  white-space: nowrap;
  background: transparent;
  height: 100%;
  margin-top: 0px;
  padding: 0 0 16px;
}
.sem-serp-layout .rs-row .related-search.carousel .related-search-links .single-column a {
  border-radius: 8px;
  border: 1px solid #dfe1e5;
  box-sizing: border-box;
  display: inline-block;
  height: 48px;
  margin-right: 8px;
  padding: 8px 16px;
  position: relative;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.sem-serp-layout .rs-row .related-search.carousel .related-search-links .single-column a span {
  color: #3c4043 !important;
  text-decoration: none !important;
  font-size: 14px;
  display: inline;
  font-family: Google Sans, Roboto, HelveticaNeue, Arial, sans-serif;
  font-weight: 500;
  vertical-align: top;
}
.sem-serp-layout .rs-row .related-search.carousel .related-search-links::-webkit-scrollbar {
  display: none;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button {
  position: absolute;
  height: 31px;
  background: #ffffffdd;
  top: 9px;
  width: 31px;
  overflow: hidden;
  box-shadow: -1px 0 6px rgba(0, 0, 0, 0.2);
  outline: none;
  z-index: 1;
  cursor: pointer;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button.left {
  border-radius: 16px;
  left: 196px;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button.right {
  border-radius: 16px;
  right: 100px;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button .carousel-next-button {
  left: 0px;
  bottom: 0;
  display: block;
  height: 31px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 31px;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button .carousel-prev-button {
  right: 0px;
  transform: scaleX(-1);
  bottom: 0;
  display: block;
  height: 31px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 31px;
}
@media only screen and (max-width: 1079px) {
  .sem-serp-layout .page-header.left-logo .logo {
    width: calc(var(--logo-width, 126px) + 15px);
  }
  .sem-serp-layout .page-header.left-logo .search-box-ui {
    margin-left: 0px !important;
  }
  .sem-serp-layout .page-header.right-logo .search-box-ui {
    margin-left: calc(60px - 14px);
  }
  .sem-serp-layout .content .column.main.left-logo {
    padding-left: calc(var(--logo-width, 126px) + 15px);
  }
  .sem-serp-layout .content .column.main.right-logo {
    padding-left: 60px;
  }
}

