/*! Copyright © 2025 Ask Media Group */
.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;
}

.wsa {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: 650px;
}
.wsa-spacer {
  flex-grow: 1;
}
.wsa-container {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wsa-today {
  width: 200px;
  color: white;
}
.wsa-today-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wsa-today-place {
  font-weight: bold;
  font-size: 20px;
  text-shadow: 1px 1px black;
}
.wsa-today-day {
  font-weight: bold;
  font-size: 15px;
  text-shadow: 1px 1px black;
  margin-top: 4px;
}
.wsa-today-weather {
  font-weight: bold;
  font-size: 23px;
  margin-top: 14px;
}
.wsa-today-temp {
  font-weight: bold;
  font-size: 64px;
}
.wsa-days {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 40px;
}
.wsa-days-upper {
  display: flex;
  flex-direction: row;
}
.wsa-days-lower {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  margin: 30px 0 8px 0;
}
.wsa-days-lower > div {
  border-width: 1px;
  border-color: black;
  border-style: none solid none none;
  padding: 4px 8px;
}
.wsa-days-lower > div:last-child {
  border-style: none;
}
.wsa-day {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  width: 56px;
  padding: 6px;
  border-style: none solid none none;
  border-width: 2px;
  border-color: #e6e6e6;
}
.wsa-day:last-child {
  border-style: none;
}
.wsa-day-date {
  align-self: center;
}
.wsa-day-icon {
  align-self: center;
}
.wsa-day-temp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.wsa-day-temp-max {
  padding: 4px;
}
.wsa-day-temp-min {
  padding: 4px;
  color: #838383;
}
.wsa-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px 0;
}
.wsa-footer-legend {
  display: flex;
  flex-direction: row;
}
.wsa-powered {
  font-size: 13px;
  margin-right: 4px;
  color: #868c94;
}
.wsa-logo {
  max-width: 174px;
}

.definition-smart-answers {
  width: 680px;
  height: auto;
  padding: 20px 0px 0px 20px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  /* Panel styles */
}
.definition-smart-answers .definition-heading {
  width: 640px;
  height: 51px;
  padding: 0px 0px 8px 0px;
  border-bottom: 1px solid #EBEBEB;
}
.definition-smart-answers .definition-heading .definition-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  color: #02020B;
  height: 34px;
}
.definition-smart-answers .definition-heading .definition-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #70757A;
}
.definition-smart-answers .definition-topic {
  padding: 12px 0px 12px 0px;
  font-size: 28px;
  font-weight: 400;
  line-height: 31.6px;
  text-align: left;
  color: #202124;
}
.definition-smart-answers .react-tabs {
  -webkit-tap-highlight-color: transparent;
}
.definition-smart-answers .react-tabs__tab-list {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  height: 26px;
  max-width: 645px;
  overflow-x: auto;
}
.definition-smart-answers .react-tabs__tab-list::-webkit-scrollbar {
  height: 8px;
}
.definition-smart-answers .react-tabs__tab {
  padding-left: 10px;
  list-style: none;
  cursor: pointer;
  padding-right: 15px;
}
.definition-smart-answers .react-tabs__tab div {
  font-size: 14px;
}
.definition-smart-answers .react-tabs__tab--selected {
  border-bottom: 2px solid #408EC9;
}
.definition-smart-answers .react-tabs__tab--disabled {
  color: gray;
  cursor: default;
}
.definition-smart-answers .react-tabs__tab-panel {
  display: none;
}
.definition-smart-answers .react-tabs__tab-panel--selected {
  display: block;
}
.definition-smart-answers .definitions {
  padding-left: 5px;
  padding-bottom: 5px;
}
.definition-smart-answers .definitions .definition {
  padding: 6px 6px 6px 0px;
}
.definition-smart-answers .definitions .definition .definition-index {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.12px;
  text-align: left;
  color: #4D5156;
}
.definition-smart-answers .definitions .definition .definition-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.12px;
  text-align: left;
  color: #202124;
  margin-left: 2px;
}
.definition-smart-answers .definitions .definition .definition-example {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.12px;
  text-align: left;
  color: #70757A;
  margin-left: 14px;
}
.definition-smart-answers .definition-button {
  position: relative;
  left: 290px;
  border: none;
  background-color: transparent;
}
.definition-smart-answers .definition-button img {
  cursor: pointer;
}
.definition-smart-answers :focus-visible {
  outline: none;
}

.stocks-smart-answer {
  border-radius: 0.8em;
  border-width: 1px;
  border-color: #D9D9D9;
  border-style: solid;
  padding: 1.2em 0.9em;
}
.stocks-smart-answer .header {
  display: flex;
  flex-direction: column;
}
.stocks-smart-answer .header .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #202124;
  border-bottom-width: 1px;
  border-bottom-color: #D9D9D9;
  border-bottom-style: solid;
  padding: 0 0 0.6em 0;
  margin: 0 0 0.4em 0;
}
.stocks-smart-answer .header .details .pricing {
  padding: 0 0 0.2em 0;
}
.stocks-smart-answer .header .details .pricing .price {
  color: #202124;
  font-size: 1.8em;
}
.stocks-smart-answer .header .details .pricing .unit {
  color: #4D5156;
  font-size: 0.8em;
  padding: 0 0 0 0.4em;
}
.stocks-smart-answer .header .details .today {
  font-size: 0.8em;
  padding: 0 0 0.5em;
}
.stocks-smart-answer .header .details .today .indicator {
  margin: 0 0.4em 0 0;
}
.stocks-smart-answer .header .details .miscelanous {
  color: #4D5156;
  font-size: 0.6em;
  padding: 0 0 2em 0;
}
.stocks-smart-answer .header .details .disclaimer {
  text-decoration: none;
  position: absolute;
}
.stocks-smart-answer .header .details .disclaimer .tooltip {
  visibility: hidden;
}
.stocks-smart-answer .header .details .disclaimer .tooltip-box {
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-15%);
  background-color: white;
  padding: 0.5em;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 0.3em;
  white-space: nowrap;
  width: 26rem;
  font-size: 14px;
  line-height: 22px;
  text-wrap: auto;
  padding: 1rem;
}
.stocks-smart-answer .header .details .disclaimer .tooltip-triangle {
  position: absolute;
  left: -12px;
  top: 15%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 12px solid white;
  filter: drop-shadow(-2px 2px 2px #00000040);
}
.stocks-smart-answer .header .details .disclaimer:hover {
  text-decoration: underline;
}
.stocks-smart-answer .header .details .disclaimer:hover .tooltip {
  text-decoration: none;
  visibility: visible;
}
.stocks-smart-answer .header .details .green {
  color: #529742;
}
.stocks-smart-answer .header .details .red {
  color: #D95040;
}
.stocks-smart-answer .tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #202124;
  padding: 0 0 1em 0;
}
.stocks-smart-answer .tabs .ask-button {
  background-color: unset;
  border: unset;
  cursor: pointer;
  padding: 0 1.4em;
}
.stocks-smart-answer .tabs .tab {
  background-color: unset;
  border: unset;
  cursor: pointer;
  padding: 0 1.4em;
}
.stocks-smart-answer .tabs .tab:hover:not(.selected) {
  color: #D9D9D9;
  border-bottom-width: 2px;
  border-bottom-color: #90BEE9;
  border-bottom-style: solid;
}
.stocks-smart-answer .tabs .selected {
  border-bottom-width: 2px;
  border-bottom-color: #408EC9;
  border-bottom-style: solid;
  cursor: default;
}
.stocks-smart-answer .information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.8em;
  padding: 1em 0 0 0;
}
.stocks-smart-answer .information .column {
  width: 100%;
  margin: 0 0.6em;
}
.stocks-smart-answer .information .column .row {
  display: flex;
  flex-direction: row;
  border-bottom-width: 1px;
  border-bottom-color: #D9D9D9;
  border-bottom-style: solid;
  padding: 0.4em 0;
}
.stocks-smart-answer .information .column .row:last-child {
  border-bottom-style: none;
}
.stocks-smart-answer .information .column .row .label {
  color: #202124;
  font-weight: bold;
  width: 8em;
}
.stocks-smart-answer .information .column .row .value {
  color: #4D5156;
}
.stocks-smart-answer .legal {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.stocks-smart-answer .legal-logo {
  width: 1.2em;
  height: 1em;
  margin: 0 0 0.1em 0;
}
.stocks-smart-answer .legal-text {
  color: #4D5156;
  font-size: 0.7em;
  line-height: 0.7em;
  margin: 0;
}

.iac-calculator-app {
  display: flex;
  flex-direction: column;
  width: 40em;
  height: 100%;
  user-select: none;
  outline: none;
}
.iac-calculator-app .display {
  background-color: #7c7c7c;
  box-sizing: border-box;
  color: white;
  text-align: right;
  font-weight: 200;
  width: 100%;
  height: 70px;
  font-size: 42px;
  padding: 9px 12px 0 0;
  border-bottom: 1px solid #959595;
  letter-spacing: 2px;
}
.iac-calculator-app .button-panel {
  width: 100%;
  height: calc(100% - 70px);
}
.iac-calculator-app .button-panel > div {
  width: 100%;
  height: 20%;
}
.iac-calculator-app .button-panel .button {
  width: 25%;
  height: 100%;
  display: inline-block;
  background-color: #eaeaea;
  font-size: 20px;
  padding: 8px 0;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.iac-calculator-app .button-panel .button:active,
.iac-calculator-app .button-panel .button.active {
  background-color: #b7b7b7;
  box-shadow: inset 0 0 8px 0 #484848;
}
.iac-calculator-app .button-panel .button.wide {
  width: 50%;
}
.iac-calculator-app .button-panel .button:last-child {
  border-right: none;
}
.iac-calculator-app .button-panel .button.orange {
  background-color: #f5923e;
  color: white;
}
.iac-calculator-app .button-panel .button.orange:active {
  background-color: #c35f0a;
}

.time-zone-section {
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 20px;
  color: #202124;
}
.time-zone-section .time-zone-location {
  font-size: 18px;
}
.time-zone-section .time-zone-time {
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}
.time-zone-section .time-zone-date {
  margin-top: 10px;
  font-size: 14px;
}

.amg-dropdown {
  position: relative;
}
.amg-dropdown .dropdown-header {
  min-width: 90px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  padding: 0 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #4D5156;
}
.amg-dropdown .dropdown-header .dropdown-arrow {
  margin-left: 10px;
  width: 10px;
}
.amg-dropdown .dropdown-header.dropdown-selected {
  color: #408EC9;
  background-color: #E9F0FD;
  border-color: #408EC9;
}
.amg-dropdown .dropdown-list {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  box-shadow: 0px 2px 3px 0px #00000040;
  font-size: 14px;
  color: #202124;
}
.amg-dropdown .dropdown-list .dropdown-list-item {
  padding: 10px;
  cursor: pointer;
}
.amg-dropdown .dropdown-list .dropdown-list-item:hover {
  background-color: #EBEBEB;
}
.amg-dropdown .dropdown-list .dropdown-list-item.dropdown-list-item-selected {
  background-color: #EBEBEB;
}
.amg-dropdown.amg-dropdown-dark-mode .dropdown-header {
  border: 1px solid #303134;
  color: #BDC1C6;
}
.amg-dropdown.amg-dropdown-dark-mode .dropdown-header.dropdown-selected {
  color: #BDC1C6;
  background-color: #303134;
  border-color: #BDC1C6;
}
.amg-dropdown.amg-dropdown-dark-mode .dropdown-list {
  background: #303134;
  color: #bfbfbf;
  border: none;
  box-shadow: 0px 1px 3px rgba(95, 99, 104, 0.64);
}
.amg-dropdown.amg-dropdown-dark-mode .dropdown-list .dropdown-list-item:hover {
  background-color: #3f4042;
}
.amg-dropdown.amg-dropdown-dark-mode .dropdown-list .dropdown-list-item.dropdown-list-item-selected {
  background-color: #3f4042;
}

.places-smart-answer {
  width: 1000px;
  margin-left: 176px;
  margin-top: 10px;
  display: flex;
}
.places-smart-answer.hide-places-sa {
  display: none;
}
.places-smart-answer .places-heading {
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.places-smart-answer .places-heading .place-title {
  margin-right: 69px;
}
.places-smart-answer .places-heading .price-select {
  margin-right: 10px;
}
.places-smart-answer .places-select {
  min-width: 90px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  padding-left: 8px;
  padding-right: 30px;
  appearance: none;
  background-image: url(/assets/3a46317/2f2f9dc945dce3e240c6.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
.places-smart-answer .places-select.opt-selected {
  background-image: url(/assets/3a46317/8e6c3ed9f4b9f9eade47.svg);
  color: #408EC9;
  background-color: #E9F0FD;
  border-color: #408EC9;
}
.places-smart-answer .places-section {
  width: 505px;
}
.places-smart-answer .map-section {
  width: 465px;
  height: 408px;
  margin-left: 30px;
  margin-top: 48px;
}
.places-smart-answer .place-details-section {
  padding: 0 0 16px;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 15px;
  display: inline-flex;
  cursor: pointer;
}
.places-smart-answer .place-details-section .place-photo {
  width: 112px;
  height: 110px;
  background-color: #D9D9D9;
  border-radius: 8px;
  flex-shrink: 0;
}
.places-smart-answer .place-details-section .place-photo img {
  border-radius: 8px;
  width: 112px;
  height: 110px;
}
.places-smart-answer .place-details-section .place-details {
  margin-left: 12px;
}
.places-smart-answer .place-details-section .place-details .place-title {
  font-size: 16px;
  line-height: 24px;
  color: #202124;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 380px;
  overflow: hidden;
}
.places-smart-answer .place-details-section .place-details .rating-sec {
  color: #70757A;
  font-size: 14px;
  line-height: 20px;
}
.places-smart-answer .place-details-section .place-details .rating-sec .rating {
  margin-right: 5px;
}
.places-smart-answer .place-details-section .place-details .rating-sec .place-type {
  margin-left: 5px;
}
.places-smart-answer .place-details-section .place-details .rating-sec .rating-count {
  margin: 0 5px;
}
.places-smart-answer .place-details-section .place-details .place-address {
  font-size: 14px;
  line-height: 20px;
  color: #70757A;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 380px;
  overflow: hidden;
}
.places-smart-answer .place-details-section .place-details .place-timing {
  font-size: 14px;
  line-height: 20px;
  color: #70757A;
}
.places-smart-answer .place-details-section .place-details .place-delivery {
  font-size: 14px;
  line-height: 20px;
  color: #70757A;
}
.place-infowindow {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #70757A;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.place-infowindow .place-title {
  font-size: 16px;
  line-height: 32px;
  color: #202124;
}
.place-infowindow .place-photos {
  min-width: 230px;
  height: 110px;
  display: flex;
  justify-content: space-between;
}
.place-infowindow .place-photos .left,
.place-infowindow .place-photos .right {
  width: calc(50% - 5px);
  height: 100%;
  overflow: hidden;
}
.place-infowindow .place-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.place-infowindow .place-photos .left img {
  border-radius: 8px 0 0 8px;
}
.place-infowindow .place-photos .right img {
  border-radius: 0 8px 8px 0;
}
.place-infowindow .rating-section {
  margin: 0 4px;
}
.place-infowindow.dark-mode {
  color: #BDC1C6;
}
.place-infowindow.dark-mode .place-title {
  color: #BDC1C6;
}
.place-infowindow.dark-mode .rating-sec,
.place-infowindow.dark-mode .place-type,
.place-infowindow.dark-mode .place-timing {
  color: #9AA0A6;
}
.gm-style-iw.gm-style-iw-c .place-infowindow.dark-mode ~ .gm-style-iw-d,
.gm-style-iw.gm-style-iw-c .place-infowindow.dark-mode {
  background-color: #303134;
}
.place-infowindow.dark-mode + .gm-ui-hover-effect {
  filter: invert(1);
}
.gm-style .gm-style-iw-t:has(.place-infowindow.dark-mode)::after {
  background: linear-gradient(45deg, #303134 50%, rgba(48, 49, 52, 0) 51%, rgba(48, 49, 52, 0) 100%);
}
.gm-style .gm-style-iw.gm-style-iw-c:has(.place-infowindow.dark-mode) {
  background-color: #303134;
}
.gm-style .gm-style-iw-d:has(.place-infowindow.dark-mode) {
  background-color: #303134;
  scrollbar-width: thin;
  scrollbar-color: #303134 #303134;
}
.gm-style .gm-style-iw-d:has(.place-infowindow.dark-mode)::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.gm-style .gm-style-iw-d:has(.place-infowindow.dark-mode)::-webkit-scrollbar-track {
  background: #202124;
}
.gm-style .gm-style-iw-d:has(.place-infowindow.dark-mode)::-webkit-scrollbar-thumb {
  background-color: #5f6368;
  border-radius: 4px;
}
.gm-style .gm-style-iw-tc::after {
  background-color: #0000;
}

.image-grid {
  margin-top: 30px;
  padding: 0 20px;
}
.image-grid .no-results {
  text-align: center;
  padding: 25px 0;
}
.image-grid .virtuoso-grid-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.image-grid .image-section {
  width: 283px;
  cursor: pointer;
}
.image-grid .image-section img {
  width: 283px;
  height: 173px;
  object-fit: contain;
  background: #f5f5f5;
}
.image-grid .image-section .image-description {
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
}
.image-grid .image-section .image-description .image-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.image-grid .related-search {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-top: 0px;
}
.image-grid .related-search .sub-header {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
.image-grid .related-search .related-search-links a {
  width: calc(100% - 18px);
  height: 59px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  padding: 0 9px;
}
.image-grid .related-search .related-search-links a .label b {
  font-weight: normal;
}
.image-grid .modal-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #00000080;
  z-index: 1;
}
.image-grid .image-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2b2b2b;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: calc(100% - 77px - 77px);
  height: calc(100% - 65px - 65px);
  margin: auto;
  border-radius: 8px;
  box-sizing: border-box;
}
.image-grid .image-modal .modal-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-grid .image-modal .prev-button {
  position: absolute;
  left: -7px;
  top: calc(50% - 40px);
  transform: translateY(-50%) rotate(180deg);
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
.image-grid .image-modal .next-button {
  position: absolute;
  right: -7px;
  top: calc(50% - 40px);
  transform: translateY(-50%);
  border: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: transparent;
  padding: 0;
}
.image-grid .image-modal .modal-ele-sec {
  display: flex;
  height: 100%;
  width: 100%;
  gap: 50px;
}
.image-grid .image-modal .modal-img-sec {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 2;
}
.image-grid .image-modal .modal-img-sec img {
  height: calc(100% - 70px);
  width: calc(100% - 100px);
  object-fit: contain;
  background-color: #202124;
  border-radius: 8px;
}
.image-grid .image-modal .modal-img-sec .modal-img-details {
  margin-top: 18px;
  max-width: 600px;
  align-self: flex-start;
  margin-left: 50px;
}
.image-grid .image-modal .modal-img-sec .modal-img-details .img-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #bdc1c6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.image-grid .image-modal .modal-img-sec .modal-img-details .img-description {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #bdc1c6;
}
.image-grid .image-modal .modal-ad-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.image-grid .image-modal .modal-ad-section .related-search {
  border: none;
}
.image-grid .image-modal .modal-ad-section .related-search .sub-header {
  background: #202124;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #bdc1c6;
}
.image-grid .image-modal .modal-ad-section .related-search .related-search-links a {
  border-top: 1px solid #303134;
  background: #202124;
  color: #8ab4f8;
  height: unset;
}
.image-grid .image-modal .modal-ad-section .related-search .related-search-links a:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.image-grid .image-modal .modal-ad-section .modal-ad-block {
  border: 1px solid transparent;
  border-radius: 8px;
  padding-bottom: 20px;
}
.sem-serp-layout .rs-row {
  padding-left: 20px;
  padding-right: 20px;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button.left {
  left: 20px;
}
.sem-serp-layout .rs-row .related-search.carousel .rs-carousel-button.right {
  right: 20px;
}
.sem-serp-layout .images-topAdOutlet .outlet-topAdBlock {
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .image-grid .image-modal {
    height: 100%;
    overflow: scroll;
  }
  .image-grid .image-modal .modal-ele-sec {
    flex-direction: column;
  }
}

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 .search-box-ui {
  background-color: #ffffff;
}
.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: 20px;
  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: 0 35px 8px 174px;
}
.sem-serp-layout .content .column .search-results .result .result-favicon-img {
  height: 30px;
  width: 30px;
  margin: 3px 12px 3px 0;
}
.sem-serp-layout .content .column .search-results .result .result-favicon-img img {
  height: 20px;
  width: 20px;
}
.sem-serp-layout .footer .footer-body > .footer-list > .footer-item {
  color: #545353;
  font-size: 12.8px;
}
.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: hidden;
  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;
}
.sem-serp-layout .footer .footer-body > .footer-list > .footer-item {
  color: #545353;
  font-size: 12.8px;
}
@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;
  }
}
.footer {
  padding: 25px;
}
.footer-item {
  color: #545353;
}
.footer-item button {
  text-decoration: underline;
}
.footer-item:before {
  content: " ";
}
.footer-item-link {
  color: #545353;
}
.logo {
  pointer-events: none;
}
.fixed-header .search-box-ui .vertical-line {
  background-color: #ffffff;
}
.fixed-header .search-box-ui:hover {
  height: 33px;
  margin-top: 5px;
}
.fixed-header-search-suggestions .related-search .related-search-links .single-column .ask-button:last-child {
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 10px;
}
.fixed-header-search-suggestions .related-search .related-search-links .single-column .ask-button .label {
  font-size: 14px;
}
.related-search-right-ld {
  padding: 12px !important;
  margin: 12px 0;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  background-color: #FFF;
}
.related-search-right-ld .sub-header-right-ld {
  color: #000000 !important;
  font-size: 17px !important;
  border-bottom: 1px solid #DBDBDB;
  margin: 8px 0;
  padding: 0px 0 20px 0 !important;
  text-transform: none;
  font-weight: normal;
  border-radius: unset;
}
.related-search-right-ld .related-search-link-button-right-ld {
  display: flex;
  text-decoration: none !important;
}
.related-search-right-ld .related-search-link-button-right-ld .right-arrow-ld {
  margin: 7px 0;
}
.related-search-mid-ld {
  margin: 10px 0;
  border-bottom: none;
  padding: 0 0 6px 0 !important;
  overflow: hidden;
}
.related-search-mid-ld .sub-header-mid-ld {
  line-height: 28px;
  margin: 10px 0 6px;
  padding: 0 0 12px 0 !important;
  text-transform: none;
  font-weight: normal;
  border-radius: unset;
  border-bottom: 1px solid #DBDBDB;
}
.related-search-mid-ld .related-search-links-mid-ld {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  text-decoration: none !important;
}
.related-search-mid-ld .related-search-links-mid-ld .column-ld {
  width: auto;
  max-width: 100%;
}
.related-search-suggestions .related-search .related-search-links {
  padding: 0px;
}
.related-search-suggestions .related-search .related-search-links .single-column .ask-button {
  list-style: none;
  margin: 0;
  padding: 6px 0 6px 18px;
  cursor: default;
  display: block;
  color: #333333;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  line-height: 18px;
  font-size: 15px;
}
.related-search-suggestions .related-search .related-search-links .single-column .ask-button:last-child {
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 10px;
}
.related-search-suggestions .related-search .related-search-links .single-column .ask-button .label {
  display: inline-block;
  text-decoration: none;
  color: #333333 !important;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.related-search-mid-ld .related-search-links-mid-ld .column-ld a:hover {
  text-decoration: underline;
  color: #02020b;
}

.sem-serp-layout.google-rounded-desktop .content .column.main {
  padding: 0px 105px 8px 176px;
  width: 650px;
}
.sem-serp-layout.google-rounded-desktop .content .column.main .outlet-topAdBlock {
  margin-left: -4px;
}
.sem-serp-layout.google-rounded-desktop .content .column.main .outlet-bottomAdBlock {
  margin-left: -4px;
}
.sem-serp-layout.google-rounded-desktop .content .column.right-rail {
  max-width: 300px;
  padding: 0 0 0 15px;
}
@media (max-width: 895px) {
  .sem-serp-layout.google-rounded-desktop .content .column.right-rail {
    display: none;
  }
}
.sem-serp-layout.google-esque.darkmode .ask-nav-header .ask-nav-tabs .tab-header {
  color: #BDC1C6;
}
.sem-serp-layout.google-esque.darkmode .ask-nav-header .ask-nav-tabs .active {
  color: #8AB4F8;
}
.sem-serp-layout.google-esque .page-header.fixed-header {
  height: 52px;
  padding-left: 16px;
}
.sem-serp-layout.google-esque .page-header .logo {
  margin-left: -50px;
}
.sem-serp-layout.google-esque .page-header .search-box-ui {
  margin-left: 34px;
  width: 723px;
}
.sem-serp-layout.google-esque .page-header .search-box-ui .default-search-suggestions {
  width: 721px;
}
.sem-serp-layout.google-esque .ask-nav-header {
  padding-left: 180px;
}
.sem-serp-layout.google-esque .ask-nav-header .ask-nav-tabs {
  display: contents;
  padding: 6px 0;
}
.sem-serp-layout.google-esque .ask-nav-header .ask-nav-tabs .tab-header {
  margin: 7px 0 0 0;
  color: #70757A;
}
.sem-serp-layout.google-esque .ask-nav-header .ask-nav-tabs .tab-header .image-container {
  display: none;
}
.sem-serp-layout.google-esque .ask-nav-header .ask-nav-tabs .tab-header span {
  margin: 0 10px;
}
.sem-serp-layout.google-esque .ask-nav-header .ask-nav-tabs .active {
  color: #1F1F1F;
}
.sem-serp-layout.google-esque .rs-row {
  padding-left: 180px;
}
.sem-serp-layout.google-esque .content .column.main {
  padding-left: 180px;
}
.sem-serp-layout.google-esque .notification-center-bell {
  right: 110px;
}
.sem-serp-layout.google-esque .notification-center-bell .whatsNew {
  left: -195px;
}
@media (min-width: 1675px) {
  .sem-serp-layout.google-esque .page-header .logo {
    margin-left: 0px;
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui {
    margin-left: 34px;
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui .default-search-suggestions {
    left: 211px;
  }
  .sem-serp-layout.google-esque .ask-nav-header {
    padding-left: 230px;
  }
  .sem-serp-layout.google-esque .rs-row {
    padding-left: 230px;
  }
  .sem-serp-layout.google-esque .content .column.main {
    padding-left: 230px;
  }
}
@media (min-width: 1475px) and (max-width: 1675px) {
  .sem-serp-layout.google-esque .page-header .logo {
    margin-left: calc(25vw - 425px);
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui {
    margin-left: 34px;
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui .default-search-suggestions {
    left: calc(25vw - 214px);
  }
  .sem-serp-layout.google-esque .ask-nav-header {
    padding-left: calc(25vw - 188.75px);
  }
  .sem-serp-layout.google-esque .rs-row {
    padding-left: calc(25vw - 188.75px);
  }
  .sem-serp-layout.google-esque .content .column.main {
    padding-left: calc(25vw - 188.75px);
  }
}
@media (min-width: 1124px) and (max-width: 1300px) {
  .sem-serp-layout.google-esque .page-header .logo {
    margin-left: calc((100vw - 1230px) / 2);
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui {
    margin-left: 34px;
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui .default-search-suggestions {
    left: calc((100vw - 808px) / 2);
  }
  .sem-serp-layout.google-esque .ask-nav-header {
    padding-left: calc((100vw - 1068px) / 2);
  }
  .sem-serp-layout.google-esque .rs-row {
    padding-left: calc((100vw - 1068px) / 2);
  }
  .sem-serp-layout.google-esque .content .column.main {
    padding-left: calc((100vw - 1068px) / 2);
  }
}
@media (max-width: 1124px) {
  .sem-serp-layout.google-esque .page-header .logo {
    margin-left: -50px;
    width: 160px;
  }
  .sem-serp-layout.google-esque .page-header .search-box-ui {
    margin-left: 34px !important;
  }
  .sem-serp-layout.google-esque .ask-nav-header {
    padding-left: 28px;
  }
  .sem-serp-layout.google-esque .rs-row {
    padding-left: 28px;
  }
  .sem-serp-layout.google-esque .content .column.main {
    padding-left: 28px;
  }
}
@media (max-width: 1024px) {
  .sem-serp-layout.google-esque .page-header.left-logo .search-box-ui.shadow-searchbox-ui {
    width: calc(100% - 174px);
  }
  .sem-serp-layout.google-esque .page-header.left-logo .search-box-ui .search-suggestions {
    width: calc(100% - 191px) !important;
  }
  .sem-serp-layout.google-esque .notification-center-bell {
    right: 2px;
  }
  .sem-serp-layout.google-esque .notification-center-bell .whatsNew {
    left: -290px;
  }
}

