/*! Copyright © 2024 Ask Media Group */
.related-search {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.related-search.hidden {
  display: none;
}
.related-search .sub-header {
  line-height: 16px;
  margin: 0 0 5px;
  font-weight: normal;
  border-radius: unset;
}
.related-search .sub-header-query {
  font-weight: bold;
  margin: 0 0 0 4px;
}
.related-search .related-search-links {
  display: flex;
}
.related-search .related-search-links.capitalize {
  text-transform: capitalize;
}
.related-search .related-search-links.lowercase {
  text-transform: lowercase;
}
.related-search .related-search-links.capitalizeAndUnderline {
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 15px;
  color: #3300B5;
}
.related-search .related-search-links.right-icon .single-column a svg {
  position: absolute;
  right: 0;
}
.related-search .related-search-links.right-icon .column a svg {
  position: absolute;
  right: 0;
}
.related-search .related-search-links a:hover {
  text-decoration: underline;
}
.related-search .related-search-links .column {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
.related-search .related-search-links .single-column {
  width: 100%;
}
.related-search .related-search-links .custom-button,
.related-search .related-search-links .ask-button {
  color: #1a0dab;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
  text-decoration: none;
  line-height: 30px;
  font-size: 16px;
}
.related-search .related-search-links .custom-button svg,
.related-search .related-search-links .ask-button svg {
  width: 16px;
  margin-left: 12px;
}
@media (min-width: 720px) {
  .related-search .related-search-links .custom-button svg,
  .related-search .related-search-links .ask-button svg {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .related-search {
    border-radius: 0;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    box-shadow: 0 2px 2px #00000015;
    margin: 5px 0;
  }
  .related-search .sub-header {
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
  }
  .related-search .related-search-links {
    flex-direction: column;
  }
  .related-search .related-search-links .single-column .custom-button,
  .related-search .related-search-links .single-column .ask-button,
  .related-search .related-search-links .single-column label {
    display: flex;
    padding: 0 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    height: 36px;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .related-search .related-search-links .single-column .custom-button,
  .related-search .related-search-links .single-column .ask-button:last-child {
    border-bottom: none;
  }
  .related-search .related-search-links .column .custom-button,
  .related-search .related-search-links .column .ask-button,
  .related-search .related-search-links .column label {
    display: flex;
    padding: 0 0 0 10px;
    border-bottom: none;
    height: 36px;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
  }
}

.search-suggestions {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #e1e1df;
  box-shadow: none;
  z-index: 1;
}
.search-suggestions.show {
  visibility: visible;
}
.search-suggestions.hide {
  visibility: hidden;
}
.search-suggestions li {
  list-style: none;
  margin: 0;
  padding: 6px 0 6px 18px;
  cursor: default;
  display: block;
  color: #333333;
  height: 18px;
  overflow: hidden;
  text-align: left;
}
.search-suggestions li span.no-highlight {
  font-weight: normal;
}
.search-suggestions li.highlight {
  background-color: #EDEDED;
  color: #000000;
}
.search-suggestions li.highlight a {
  text-decoration: underline;
}
.search-suggestions li a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.search-suggestions li:last-child:hover {
  border-radius: 24px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.search-suggestions li:last-child.highlight {
  border-radius: 24px;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.search-suggestions .related-search {
  margin: 0;
}
.search-suggestions .related-search .sub-header {
  display: none;
}
.search-suggestions .related-search-links {
  padding: 6px 0;
}
.search-suggestions .related-search-links .ask-button {
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  padding-left: 18px;
  box-sizing: border-box;
}
.search-suggestions .related-search-links .ask-button:hover {
  color: #000000;
  background-color: #EDEDED;
}
.search-suggestions .related-search-links .ask-button .label {
  color: #333333;
}
.default-search-suggestions {
  top: 57px !important;
  width: 689px !important;
  z-index: 9999;
  border-top-color: #e8eaed;
  border-width: 1px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: white;
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 4px 6px 0 #a0a0a0;
  left: 161px;
}
.fixedHeader-ss-li {
  margin: 5px 0 0 0;
  text-decoration: none;
  padding: 6px 0 6px 26px;
}
.fixedHeader-ss-li:hover {
  background-color: #EDEDED;
}
.fixedHeader-ss-li:last-child {
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 10px;
}
.fixed-header-search-suggestions {
  width: 688px !important;
  top: 29px !important;
  border-top-color: #e8eaed;
  border-width: 1px 0px 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background-color: white;
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 4px 6px 0 #a0a0a0;
  left: 1px;
}
.fixed-header-search-suggestions .fixedHeader-ss-li a {
  font-size: 14px !important;
}

.search-box-ui {
  margin: 3px 3px 9px 3px;
  min-width: initial;
  width: 620px;
  box-shadow: unset;
  display: flex;
  position: relative;
}
.search-box-ui.rounded .search-input {
  border-radius: 24px 0 0 24px;
}
.search-box-ui.rounded .search-button {
  border-radius: 0 24px 24px 0;
}
.search-box-ui.rounded.image-background:hover {
  border-radius: 0%;
}
.search-box-ui.rounded.image-background .search-input {
  margin-left: 20px;
}
.search-box-ui.rounded.image-background .search-button {
  margin-right: 20px;
}
.search-box-ui.rounded.image-background .vertical-line {
  background-color: #FFFFFF;
}
.search-box-ui .search-input {
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #ebebeb;
  color: #333;
  font-size: 16px;
  flex-basis: 100%;
  height: calc(40px - 2px);
  text-indent: 14px;
  order: 1;
  padding: 0;
}
.search-box-ui .search-input:focus {
  outline: none;
}
.search-box-ui .close-button {
  align-items: center;
  background-color: #FFFFFF;
  border: none;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  color: #DDDDDD;
  display: flex;
  font-size: medium;
  padding: 0 10px;
  order: 2;
  height: 40px;
  width: 40px;
  margin: 0;
}
.search-box-ui .close-button.hidden,
.search-box-ui .close-button.hide-elements {
  display: none;
}
.search-box-ui .close-button .icon {
  width: 17px;
  height: 17px;
  display: block;
}
.search-box-ui .vertical-line {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #dddddd;
  font-weight: 100;
  font-size: 38px;
  height: 30px;
  line-height: 26px;
  padding: 4px 0;
  order: 3;
  width: 5px;
}
.search-box-ui .vertical-line.hide-elements {
  display: none;
}
.search-box-ui .search-button {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  background-color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  outline: none;
  order: 4;
  height: 40px;
  width: 45px;
}
.search-box-ui .search-button:not(.search-button-dark):hover {
  background: #ededed !important;
}
.search-box-ui .search-button .icon {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  display: block;
}
.search-box-ui .search-button .icon.orange .magnify-glass,
.search-box-ui .search-button .icon.orange path {
  fill: #F44E3F;
  stroke: #F44E3F;
}
.search-box-ui .search-suggestions {
  position: absolute;
  width: 620px;
  top: 34px;
  border-radius: 0 0 24px 24px;
  margin: 5px 0 0 0;
  box-sizing: border-box;
}
.search-box-ui:not(.search-box-ui-dark):hover {
  background: #FFFFFF;
}
.search-box-ui:hover {
  border-color: #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.search-box-ui.ss-shown .search-input,
.search-box-ui.rs-ss-shown .search-input {
  border-bottom-left-radius: 0;
}
.search-box-ui.ss-shown .search-button,
.search-box-ui.rs-ss-shown .search-button {
  border-bottom-right-radius: 0;
}
.search-box-ui.ss-shown:hover,
.search-box-ui.rs-ss-shown:hover {
  box-shadow: none;
}
.search-box-ui.position-ss {
  position: initial;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.fixed-header .search-box-ui {
  box-sizing: border-box;
  height: 30px;
}
.fixed-header .search-box-ui .search-input {
  box-sizing: border-box;
  height: 30px;
}
.fixed-header .search-box-ui .close-button {
  height: 30px;
}
.fixed-header .search-box-ui .vertical-line {
  height: 22px;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 0;
  width: 3px;
}
.fixed-header .search-box-ui .search-button {
  height: 30px;
}
.left-logo .search-box-ui {
  order: 2;
}
.right-logo .search-box-ui {
  order: 1;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .right-logo .search-box-ui {
    width: 100%;
    padding: 0 calc(10px / 2);
    margin: 0px;
    box-sizing: border-box;
  }
  .right-logo .search-box-ui:hover {
    box-shadow: none;
  }
  .right-logo .search-box-ui .search-suggestions {
    width: calc(100% - 10px);
  }
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui {
  margin-top: 29px;
  width: 690px;
  margin-left: 19px;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  min-width: initial;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  height: 43px;
  display: flex;
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui:hover {
  border-color: rgba(223, 225, 229, 0);
  background-color: #fff;
  box-shadow: 0 2px 8px 1px rgba(64, 60, 67, 0.24);
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui .shadow-search-input {
  height: 43px;
  font-size: 16px;
  text-indent: 22px;
  width: 100%;
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui .shadow-close-button {
  height: 45px;
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui .shadow-vertical-line {
  height: 45px;
  line-height: 41px;
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui .shadow-search-button {
  background-color: #fff;
  height: 45px;
  width: 57px;
}
.page-header.left-logo .search-box-ui.shadow-searchbox-ui .shadow-search-button:hover {
  background: transparent;
}
.fixed-header .search-box-ui {
  width: 690px;
  height: 27px;
  margin-top: 5px;
  margin-left: -5px;
  box-shadow: none;
  border-radius: 24px;
  margin-top: 3px;
}
.fixed-header .search-box-ui:hover {
  border-color: rgba(223, 225, 229, 0);
  background-color: #fff;
  height: 33px;
  margin-top: 5px;
}
.fixed-header .search-box-ui .search-input {
  height: 34px;
  text-indent: 22px;
  font-size: 14px;
  border-color: #dfe1e5;
}
.fixed-header .search-box-ui .close-button {
  height: 34px;
  border-top: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
}
.fixed-header .search-box-ui .vertical-line {
  height: 32px;
  line-height: 30px;
  border-top: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
  color: #dfe1e5;
  padding: 0px;
}
.fixed-header .search-box-ui .vertical-line:hover {
  font-weight: 100;
}
.fixed-header .search-box-ui .search-button {
  background-color: #fff;
  height: 34px;
  width: 55px;
  border-color: #dfe1e5;
}
.fixed-header .search-box-ui .search-button:hover {
  background: transparent;
  font-weight: 100;
}
.page-header.fixed-header {
  height: 52px;
  padding: 0px;
}
.page-header.left-logo.fixed-header .logo {
  height: 32px;
  width: unset;
  margin-left: -10px;
}

.page-header {
  display: flex;
  align-items: center;
  top: 0px;
  height: 66px;
  padding: 7px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.page-header.top-box {
  position: absolute;
}
.page-header.bottom-box {
  position: relative;
  left: 16px;
  margin: 0 0 22px;
}
.page-header.fixed-header {
  position: fixed;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  transition: none 0s ease 0s;
  box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px 0px;
  width: 100%;
  height: 45px;
}
.page-header.fixed-header .logo {
  height: 30px;
}
.page-header .logo-link {
  display: block;
  height: inherit;
}
.page-header .logo-link img {
  height: inherit;
}
.page-header.right-logo .logo {
  order: 2;
  margin: auto 20px auto auto;
}
@media (min-width: 720px) and (max-width: 1079px) {
  .page-header.right-logo .logo {
    margin: auto 13px auto auto;
  }
}
.page-header.left-logo .logo {
  height: 45px;
  order: 1;
}
.page-header.left-logo .search-box-ui {
  margin-top: 0px;
  margin-left: 0px;
}
.page-header.center-logo {
  padding: 5px 15px;
}
@media (min-width: 720px) {
  .page-header.center-logo {
    justify-content: space-around;
  }
}
@media (max-width: 719px) {
  .page-header.center-logo {
    padding: 5px;
  }
}
.page-header.center-logo .logo {
  height: 50px;
  width: 135px;
}
@media (max-width: 719px) {
  .page-header.center-logo .logo {
    height: 40px;
    width: 108px;
  }
}
@media (max-width: 719px) {
  .page-header.center-logo .logo img {
    max-width: 108px;
  }
}
.page-header.expand-search {
  justify-content: space-between;
}
.page-header.expand-search .search-box-ui {
  transition: width 0.4s ease-out;
}
.page-header.expand-search .logo {
  transition: margin 0.4s ease-out;
}
.page-header.expand-search.show-box .search-box-ui {
  width: calc(100% - 118px);
}
.page-header.expand-search.show-box .search-input {
  overflow: hidden;
}
.page-header.expand-search.show-box .logo {
  margin-left: 0;
}
.page-header.expand-search.hide-box .search-box-ui {
  width: 45px;
}
.page-header.expand-search.hide-box .search-box-ui:hover {
  box-shadow: none;
}
.page-header.expand-search.hide-box .search-input {
  overflow: hidden;
  border: none;
  padding: 0;
}
.page-header.expand-search.hide-box .search-button {
  border: none;
}
.page-header.expand-search.hide-box.center-logo .logo {
  margin-left: calc(52% - 67.5px) !important;
}
@media (min-width: 895px) {
  .page-header.center-logo-right-ads .logo {
    margin-right: 19%;
  }
}
.page-header.left-logo.fixed-header .logo {
  height: 32px;
}
.result-stats {
  position: relative;
  top: 60px;
  color: #70757a;
  display: flex;
  padding: 0 35px 0 174px;
}
.result-stats .result-count {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  margin: 0;
}
@media only screen and (max-width: 720px) {
  .page-header.right-logo .search-box-ui {
    margin-left: 0px;
  }
  .page-header.left-logo .search-box-ui {
    margin: 0px 3px;
  }
}
.shadow-page-header {
  padding: 16px 0 20px 16px;
}
.shadow-page-header .logo {
  height: 45px;
  order: 1;
  width: 160px;
  display: flex;
  justify-content: right;
  margin-top: 20px;
  margin-left: -35px;
}

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

.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: hidden;
}
.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.underline .footer-item {
  text-decoration: underline;
}
.footer.underline .footer-item.copyright {
  text-decoration: none;
}
.footer.underline .footer-item.copyright .amg-text {
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .footer {
    flex-flow: column wrap;
    width: 100%;
  }
  .footer-list {
    justify-content: 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;
}

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: 60px;
  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: 606px;
  padding: 0 35px 8px 174px;
}
.sem-serp-layout .content .column.main .results-for-title {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: #333333;
  margin: 26px 0 50px 0;
}
@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;
  }
}

