/*! Copyright © 2025 Ask Media Group */
.ask-nav-header {
  display: flex;
  margin: 80px 0 0 0;
  padding: 0 0 0 174px;
  width: auto;
  height: auto;
  border-bottom: none;
}
.ask-nav-header-border {
  border-bottom: 1px solid #dedede;
}
.ask-nav-header-height {
  height: 32px;
}
.ask-nav-tabs {
  width: 780px;
  font-size: 14px;
}
.ask-nav-tabs .tab-header {
  margin: 7px 24px 0 0;
  color: #707070;
  padding: 0 0 6px;
  text-decoration: none;
}
.ask-nav-tabs .tab-header span {
  margin: 4px;
}
.ask-nav-tabs .tab-header span img {
  position: relative;
  top: 1px;
}
.ask-nav-tabs .active {
  color: #2e75b6;
  border-bottom: 3px solid #1a54e1;
}
.ask-nav-tabs .ask-nav-tools {
  display: inline-block;
  position: relative;
  margin: 0 0 0.5em 18em;
}
.ask-nav-tabs .ask-nav-tools .tool-button {
  color: #5f6368;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 11px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.ask-nav-tabs .ask-nav-tools .tool-button:hover {
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  background: linear-gradient(#f8f8f8, #f1f1f1) #f8f8f8;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.toolbar {
  height: 58px;
  flex-direction: column;
}
.toolbar .tool-options {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.toolbar .tool-options .ask-nav-tool-options {
  height: 10px;
  width: auto;
}
.toolbar .tool-options .ask-nav-tool-options .option-title:hover {
  color: #2e75b6;
}
.toolbar .tool-options .ask-nav-tool-options div.arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.54);
  margin: 8px 6px;
  position: absolute;
  cursor: pointer;
}
.toolbar .tool-options .ask-nav-tool-options .option-title {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 12px 0;
  display: inline-block;
  cursor: pointer;
}
.toolbar .tool-options .ask-nav-tool-options .nav-list-item,
.toolbar .tool-options .ask-nav-tool-options .nav-list-item-selected {
  padding: 6px 44px 6px 30px;
  line-height: 17px;
  display: block;
  text-decoration: none;
  color: #5f6368;
}
.toolbar .tool-options .ask-nav-tool-options .nav-list-item-selected {
  font-weight: bold;
}
.toolbar .tool-options .ask-nav-tool-options .nav-list-item:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.toolbar .tool-options .ask-nav-tool-options .nav-list {
  background: #fff;
  list-style-type: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000;
  position: absolute;
  padding-left: 0px;
  margin: 6px 0px;
  left: 150px;
  top: 138px;
}
.toolbar .tool-options .ask-nav-tool-options .selected {
  color: #4285f4;
  font-weight: bold;
}
.toolbar .tool-options .ask-nav-tool-options .duration-list {
  left: 335px;
}
.toolbar .tool-options .ask-nav-tool-options .time-list {
  left: 205px;
}
.toolbar .tool-options .ask-nav-tool-options .quality-list {
  left: 265px;
}
.toolbar .image-filter {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 12px 0;
  display: inline-block;
}
.toolbar .image-filter label,
.toolbar .image-filter input {
  cursor: pointer;
}

.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;
}

.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;
}

.video-list {
  padding: 0;
}
.video-item {
  font-size: 0.62rem;
  margin: 1.3em 0;
  position: relative;
  display: flex;
}
.thumbnail {
  margin: 0 1em 0 0;
}
.now-playing {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
  color: #ffffff;
  background-color: #008000;
  border-radius: 0.8em 0.8em 0 0;
  width: 18.18em;
  height: 1.6em;
  position: absolute;
}
.play-video {
  color: #1a0dab;
  cursor: pointer;
  text-decoration: none;
}
.video-image {
  background-color: #0000c8;
  border-radius: 0.8em;
  width: 20em;
  height: 11.2em;
}
.video-image.playing {
  border: 0.5em solid green;
  box-sizing: border-box;
}
.transparent-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: contents;
}
.duration {
  font-size: 1.1em;
  color: #fff;
  background-color: #0007;
  border-radius: 1em;
  padding: 0.46em;
  position: absolute;
  left: 1em;
  bottom: 1.5em;
}
.video-content {
  font-size: 1.4em;
  width: 28.6em;
}
.video-title {
  font-size: 1.43em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-details {
  line-height: 1.8em;
  color: #202124;
}
.tally {
  background-color: #c0c0c0;
  border: 0.07em solid;
  border-radius: 0.21em;
  box-shadow: 0 0 0.14em #585858 inset;
  margin: 0 0.35em 0 0;
  padding: 0 0.4em 0 0.2em;
  width: 24px;
  height: 14px;
}
.hd {
  font-size: 0.7em;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  top: -0.15em;
  left: 0.2em;
}
.video-date {
  margin: 0 0.35em 0 0;
}
.view-count {
  margin: 0 0.35em;
}
.uploader {
  margin: 0 0.35em;
}
.uploader-url {
  color: #202124;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0.35em;
}
.description {
  line-height: 1.2em;
  overflow: hidden;
}
.iframe-player {
  width: 100%;
  height: 21.25rem;
}
.player-header {
  font-size: 0.81rem;
  color: #676767;
  margin: 1em 0;
  display: flex;
  align-items: center;
}
.player-header-spacer {
  flex-grow: 1;
}
.player-header-logo {
  width: 12.5em;
}
.mediatype-seperator {
  margin-right: 5px;
}
.video-smart-answers {
  width: 607px;
  position: relative;
  margin: auto;
}
.video-smart-answers h2 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px 0;
  display: inline-block;
}
.video-smart-answers h2 span {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.video-smart-answers .logo .image-container .image {
  width: 110px;
  height: 24.65994962px;
  position: absolute;
  right: 0;
}
.video-smart-answers .list {
  display: flex;
  overflow-x: hidden;
  width: 100%;
  gap: 7px;
}
.video-smart-answers .list .video-smart-answer {
  position: relative;
  border: solid 1px #dedede;
  border-radius: 10px;
  width: 194px;
  height: 202px;
  display: inline-block;
}
.video-smart-answers .list .video-smart-answer:hover {
  background-color: #eff3f6;
}
.video-smart-answers .list .video-smart-answer .title {
  height: 30px;
  line-height: 15px;
  overflow: hidden;
  position: relative;
  white-space: normal;
  font-size: 13px;
  color: #3300b5;
  margin: 10px 0 18px 7px;
  text-decoration: none;
  display: block;
}
.video-smart-answers .list .video-smart-answer .channel-title {
  font-size: 11px;
  color: #000;
  margin: 10px 0 2px 7px;
  width: 180px;
  height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-smart-answers .list .video-smart-answer .publish-time {
  font-size: 11px;
  color: #5f5f5f;
  margin: 0 0 12px 7px;
}
.video-smart-answers .list .video-smart-answer .thumbnail {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.video-smart-answers .next,
.video-smart-answers .prev {
  box-shadow: 3px 3px 13px 0 #c0c0c0;
  border: 1px solid #dedede;
  background-color: white;
  border-radius: 7px;
  margin: 85px 0 0 0;
  position: absolute;
  height: 38px;
  width: 38px;
  cursor: pointer;
  z-index: 1;
  top: 18%;
}
.video-smart-answers .next {
  right: -4%;
}
.video-smart-answers .prev {
  left: -4%;
}
.video-smart-answers .right-arrow,
.video-smart-answers .left-arrow {
  width: 12px;
  height: 18px;
  margin: 10px 12px;
}

.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;
}

.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;
}

.youtube-pagination {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.youtube-pagination .pagination-txt {
  display: flex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-color: #0000;
  background-color: #0000;
  color: black;
  border-style: solid;
  margin: 0 12px;
  font-weight: 700;
  border-width: 0px;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
}
.youtube-pagination .pagination-txt.previous,
.youtube-pagination .pagination-txt.next {
  font-weight: 400;
  width: auto;
}
.youtube-pagination .pagination-txt.current {
  border-width: 3px;
}

