/* AtlantaRealtor.org child-theme presentation layer. */
:root {
  --atl-ink: #172326;
  --atl-ink-soft: #2d3b3e;
  --atl-paper: #ffffff;
  --atl-canvas: #f4f6f4;
  --atl-line: #dce3df;
  --atl-muted: #657275;
  --atl-teal: #0f766e;
  --atl-teal-dark: #095b55;
  --atl-coral: #cf613b;
  --atl-gold: #b78a2d;
  --atl-shadow: 0 12px 28px rgba(23, 35, 38, 0.1);
}

.atl-refreshed-site,
.atl-refreshed-site button,
.atl-refreshed-site input,
.atl-refreshed-site select,
.atl-refreshed-site textarea {
  color: var(--atl-ink-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.atl-refreshed-site {
  background: var(--atl-canvas);
  font-size: 16px;
  line-height: 1.65;
}

.atl-refreshed-site h1,
.atl-refreshed-site h2,
.atl-refreshed-site h3,
.atl-refreshed-site h4,
.atl-refreshed-site h5,
.atl-refreshed-site h6 {
  color: var(--atl-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  text-transform: none;
}

.atl-refreshed-site a {
  color: var(--atl-teal-dark);
}

.atl-refreshed-site img {
  max-width: 100%;
}

.atl-refreshed-site .header-wrapper,
.atl-refreshed-site .header-wrapper.stick {
  background: var(--atl-ink);
  border: 0;
  box-shadow: 0 6px 18px rgba(8, 19, 21, 0.14);
}

.atl-refreshed-site .logo img {
  max-height: 78px;
  width: auto;
}

.atl-refreshed-site .tag-line {
  color: #aebcbd;
  font-size: 13px;
  line-height: 1.4;
}

.atl-refreshed-site .main-menu ul li a,
.atl-refreshed-site .rh_menu__main_menu > li > a {
  color: #eef3f2;
  font-size: 15px;
  font-weight: 600;
}

.atl-refreshed-site .main-menu ul li.current-menu-item > a,
.atl-refreshed-site .main-menu ul li:hover > a,
.atl-refreshed-site .rh_menu__main_menu > li.rh-active > a,
.atl-refreshed-site .rh_menu__main_menu > li:hover > a {
  background: var(--atl-coral);
  color: #ffffff;
}

.atl-refreshed-site .contact-number,
.atl-refreshed-site .contact-number .fa-phone,
.atl-refreshed-site .contact-number .fas {
  background: var(--atl-teal);
  color: #ffffff;
}

.atl-refreshed-site #footer-wrapper {
  background: var(--atl-ink);
}

.atl-refreshed-site #footer-bottom {
  border-color: rgba(255, 255, 255, 0.12);
}

.atl-refreshed-site #footer-bottom .copyright {
  color: #b8c4c5;
}

.home.atl-refreshed-site #map-head {
  height: 58vh;
  max-height: 620px;
  min-height: 480px;
}

.home.atl-refreshed-site #listing-map {
  height: 100%;
}

.home.atl-refreshed-site .advance-search.rh_classic_main_search {
  background: transparent;
  border: 0;
  min-height: 0;
}

.home.atl-refreshed-site .advance-search .search-heading,
.home.atl-refreshed-site .advance-search .atl-search-toggle {
  align-items: center;
  background: var(--atl-ink);
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
  left: 0;
  line-height: 1;
  margin: 0;
  min-height: 58px;
  padding: 0 0 0 20px;
  position: absolute;
  top: -58px;
  width: 300px;
  z-index: 800;
}

.home.atl-refreshed-site .advance-search .search-heading .fa-search,
.home.atl-refreshed-site .advance-search .atl-search-toggle .fa-search {
  align-items: center;
  align-self: stretch;
  background: var(--atl-teal);
  display: flex;
  font-size: 20px;
  justify-content: center;
  margin: 0 16px 0 -20px;
  padding: 0;
  width: 58px;
}

.atl-search-toggle__state {
  align-items: center;
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  font-size: 24px;
  font-weight: 400;
  justify-content: center;
  min-height: 58px;
  width: 52px;
}

.atl-search-toggle[aria-expanded="true"] .atl-search-toggle__state {
  transform: rotate(45deg);
}

.home.atl-refreshed-site .advance-search.atl-search-open .as-form-wrap {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  box-shadow: var(--atl-shadow);
  margin: 0 0 34px;
  padding: 28px 30px 20px;
}

.home.atl-refreshed-site .advance-search.atl-search-ready .as-form-wrap[hidden] {
  display: none !important;
}

.atl-refreshed-site .advance-search label {
  color: var(--atl-ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.atl-refreshed-site .advance-search input[type="text"],
.atl-refreshed-site .advance-search .select2-container .select2-selection,
.atl-refreshed-site .advance-search .selectwrap,
.atl-refreshed-site .advance-search select {
  border-color: #cbd6d1;
  border-radius: 4px;
}

.atl-refreshed-site .real-btn,
.atl-refreshed-site input[type="submit"] {
  background: var(--atl-teal);
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: none;
}

.atl-refreshed-site .real-btn:hover,
.atl-refreshed-site input[type="submit"]:hover {
  background: var(--atl-teal-dark);
}

.atl-home-content,
.atl-directory,
.atl-neighborhood-guide {
  color: var(--atl-ink-soft);
}

.home.atl-refreshed-site .main > .property-items.ajax-pagination {
  display: none;
}

.atl-neighborhood-directory-page .main.page-main {
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: 100%;
}

.atl-neighborhood-directory-page .main-wrap.span8 {
  float: none;
  width: calc(100% - 30px);
}

.atl-neighborhood-directory-page .sidebar-wrap,
.atl-neighborhood-directory-page #post-5255 > .post-header {
  display: none;
}

.atl-neighborhood-directory-page #post-5255 {
  margin: 0;
}

.atl-neighborhood-directory-page .atl-directory {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.atl-neighborhood-guide-page .post-content {
  padding: 0;
}

.atl-home-intro,
.atl-neighborhood-overview,
.atl-getting-around {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  padding: 68px 0;
}

.atl-home-intro h1,
.atl-directory-hero h1,
.atl-neighborhood-hero h1 {
  font-size: 48px;
  margin: 0 0 22px;
}

.atl-home-intro__copy {
  align-self: center;
  max-width: 720px;
}

.atl-home-intro__contact {
  border-left: 4px solid var(--atl-gold);
  padding: 8px 0 8px 30px;
}

.atl-home-intro__contact h2 {
  font-size: 25px;
  margin: 0 0 8px;
}

.atl-home-intro__contact form ol {
  list-style: none;
  margin: 18px 0 0;
}

.atl-home-intro__contact form li,
.atl-home-intro__contact form p {
  margin: 0 0 12px;
}

.atl-home-intro__contact input[type="text"],
.atl-home-intro__contact input[type="email"],
.atl-home-intro__contact input[type="tel"] {
  background: #ffffff;
  border: 1px solid #cbd6d1;
  border-radius: 4px;
  box-sizing: border-box;
  height: 44px;
  margin-top: 4px;
  width: 100%;
}

.atl-eyebrow {
  color: var(--atl-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.atl-lead {
  color: #526164;
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
}

.atl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.atl-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  text-decoration: none;
}

.atl-button--primary {
  background: var(--atl-teal);
  color: #ffffff !important;
}

.atl-button--primary:hover {
  background: var(--atl-teal-dark);
}

.atl-button--secondary {
  border-color: var(--atl-ink);
  color: var(--atl-ink) !important;
}

.atl-button--secondary:hover {
  background: var(--atl-ink);
  color: #ffffff !important;
}

.atl-button--light {
  background: #ffffff;
  color: var(--atl-ink) !important;
}

.atl-button--outline-light {
  border-color: #ffffff;
  color: #ffffff !important;
}

.atl-section {
  padding: 64px 0;
}

.atl-section + .atl-section {
  border-top: 1px solid var(--atl-line);
}

.atl-section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.atl-section-heading h2,
.atl-prose h2 {
  font-size: 34px;
  margin: 0;
}

.atl-text-link {
  color: var(--atl-teal-dark) !important;
  font-weight: 750;
  text-decoration: none;
}

.atl-text-link:hover {
  text-decoration: underline;
}

.atl-guide-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atl-guide-card {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(23, 35, 38, 0.07);
  min-width: 0;
  overflow: hidden;
}

.atl-guide-card[hidden],
.atl-location-links a[hidden] {
  display: none;
}

.atl-guide-card__media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
}

.atl-guide-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.atl-guide-card:hover .atl-guide-card__media img {
  transform: scale(1.025);
}

.atl-guide-card__body {
  padding: 22px;
}

.atl-guide-card__body h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.atl-guide-card__body h3 a {
  color: var(--atl-ink);
  text-decoration: none;
}

.atl-guide-card__body > p:not(.atl-eyebrow) {
  min-height: 76px;
}

.atl-directory-hero {
  margin: 0 auto;
  max-width: 820px;
  padding: 72px 0 46px;
  text-align: center;
}

.atl-directory-search {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cbd6d1;
  border-radius: 6px;
  display: flex;
  gap: 12px;
  margin: 30px auto 0;
  max-width: 540px;
  padding: 0 16px;
}

.atl-directory-search svg {
  color: var(--atl-teal);
  flex: 0 0 auto;
}

.atl-directory-search input {
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 17px;
  height: 52px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.atl-location-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atl-location-links a {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 4px;
  color: var(--atl-ink) !important;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px;
  text-decoration: none;
}

.atl-location-links a:hover {
  border-color: var(--atl-teal);
  color: var(--atl-teal-dark) !important;
}

.atl-location-links small {
  align-items: center;
  background: #e9f2ef;
  border-radius: 50%;
  color: var(--atl-teal-dark);
  display: inline-flex;
  font-size: 11px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.atl-directory-empty {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  padding: 20px;
  text-align: center;
}

.atl-neighborhood-guide-page .main-wrapper > .container,
.atl-neighborhood-guide-page .main-wrapper .span12,
.atl-neighborhood-guide-page .main-wrapper .main {
  width: 100%;
}

.atl-neighborhood-guide-page .main-wrapper > .container {
  max-width: none;
}

.atl-neighborhood-guide-page .main-wrapper .row,
.atl-neighborhood-guide-page .main-wrapper .span12,
.atl-neighborhood-guide-page .main-wrapper .main {
  margin: 0;
}

.atl-neighborhood-guide .atl-section,
.atl-neighborhood-guide .atl-fact-band,
.atl-neighborhood-guide .atl-jump-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.atl-neighborhood-hero {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 520px;
  position: relative;
}

.atl-neighborhood-hero__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  min-height: 520px;
  max-width: 1170px;
  padding: 64px 0;
}

.atl-neighborhood-hero h1 {
  color: #ffffff;
  max-width: 800px;
}

.atl-neighborhood-hero p:not(.atl-eyebrow) {
  font-size: 20px;
  line-height: 1.55;
  max-width: 700px;
}

.atl-neighborhood-hero .atl-eyebrow {
  color: #f4ba8e;
}

.atl-jump-nav {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid var(--atl-line);
  display: flex;
  gap: 28px;
  min-height: 58px;
  overflow-x: auto;
}

.atl-jump-nav a {
  color: var(--atl-ink) !important;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.atl-jump-nav a:hover {
  color: var(--atl-teal-dark) !important;
}

.atl-fact-band {
  background: var(--atl-ink);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atl-fact-band > div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px;
}

.atl-fact-band > div:last-child {
  border-right: 0;
}

.atl-fact-band span,
.atl-fact-band strong {
  display: block;
}

.atl-fact-band span {
  color: #9eb0b1;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.atl-fact-band strong {
  color: #ffffff;
  font-size: 17px;
  margin-top: 5px;
}

.atl-prose p {
  font-size: 18px;
  line-height: 1.72;
}

.atl-checklist {
  align-self: start;
  border-left: 4px solid var(--atl-gold);
  padding-left: 30px;
}

.atl-checklist h2 {
  font-size: 24px;
  margin: 0 0 18px;
}

.atl-checklist ul {
  list-style: none;
  margin: 0;
}

.atl-checklist li {
  border-bottom: 1px solid var(--atl-line);
  padding: 11px 0 11px 26px;
  position: relative;
}

.atl-checklist li::before {
  color: var(--atl-teal);
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.atl-map-listing-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
}

.atl-map-wrap {
  min-width: 0;
}

#atl-neighborhood-map {
  background: #dde5e0;
  border: 1px solid var(--atl-line);
  height: 610px;
  width: 100%;
  z-index: 1;
}

.atl-map-note,
.atl-reviewed {
  color: var(--atl-muted);
  font-size: 13px;
  margin: 10px 0 0;
}

.atl-listing-rail {
  display: grid;
  gap: 14px;
  max-height: 610px;
  overflow: auto;
  padding-right: 8px;
}

.atl-listing-card {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  min-height: 128px;
  overflow: hidden;
}

.atl-listing-card__image {
  display: block;
  min-height: 128px;
}

.atl-listing-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.atl-listing-card__body {
  padding: 14px 16px;
}

.atl-listing-card__body h3 {
  font-size: 17px;
  margin: 3px 0 10px;
}

.atl-listing-card__body h3 a {
  color: var(--atl-ink);
  text-decoration: none;
}

.atl-listing-card__price {
  color: var(--atl-coral);
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.atl-listing-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  list-style: none;
  margin: 0;
}

.atl-listing-card li {
  color: var(--atl-muted);
  font-size: 12px;
}

.atl-map-popup {
  color: var(--atl-ink) !important;
  display: grid;
  gap: 10px;
  grid-template-columns: 74px minmax(0, 1fr);
  text-decoration: none;
}

.atl-map-popup img {
  height: 62px;
  object-fit: cover;
  width: 74px;
}

.atl-map-popup span,
.atl-map-popup strong,
.atl-map-popup small {
  display: block;
}

.atl-map-popup strong {
  font-size: 14px;
  line-height: 1.3;
}

.atl-map-popup small {
  color: var(--atl-coral);
  font-weight: 750;
  margin-top: 5px;
}

.atl-info-columns {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.atl-info-columns section {
  border-top: 4px solid var(--atl-teal);
  padding-top: 20px;
}

.atl-info-columns section:nth-child(2) {
  border-color: var(--atl-coral);
}

.atl-info-columns section:nth-child(3) {
  border-color: var(--atl-gold);
}

.atl-info-columns h3 {
  font-size: 23px;
  margin: 0 0 12px;
}

.atl-resource-links {
  display: grid;
  gap: 10px;
}

.atl-resource-links a {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 4px;
  color: var(--atl-ink) !important;
  display: block;
  padding: 16px 18px;
  text-decoration: none;
}

.atl-resource-links a:hover {
  border-color: var(--atl-teal);
}

.atl-resource-links strong,
.atl-resource-links span {
  display: block;
}

.atl-resource-links span {
  color: var(--atl-muted);
  font-size: 13px;
  margin-top: 2px;
}

.atl-faq-list {
  border-top: 1px solid var(--atl-line);
}

.atl-faq-list details {
  border-bottom: 1px solid var(--atl-line);
}

.atl-faq-list summary {
  color: var(--atl-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
  padding: 20px 48px 20px 0;
  position: relative;
}

.atl-faq-list summary::-webkit-details-marker {
  display: none;
}

.atl-faq-list summary::after {
  color: var(--atl-teal);
  content: "+";
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 13px;
}

.atl-faq-list details[open] summary::after {
  content: "\2212";
}

.atl-faq-list details > div {
  max-width: 860px;
  padding: 0 40px 20px 0;
}

.atl-related-links {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.atl-related-links a {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 4px;
  color: var(--atl-ink) !important;
  display: flex;
  font-weight: 750;
  justify-content: space-between;
  padding: 15px 16px;
  text-decoration: none;
}

.atl-related-links a:hover {
  border-color: var(--atl-teal);
}

.atl-refreshed-site .property-item {
  background: #ffffff;
  border: 1px solid var(--atl-line);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(23, 35, 38, 0.07);
  overflow: hidden;
}

.atl-refreshed-site .property-item h4,
.atl-refreshed-site .property-item h4 a {
  color: var(--atl-ink);
}

.atl-refreshed-site .property-item .price,
.atl-refreshed-site .property-item .price small {
  color: var(--atl-coral);
}

@media (max-width: 979px) {
  .atl-home-intro,
  .atl-neighborhood-overview,
  .atl-getting-around,
  .atl-map-listing-layout {
    grid-template-columns: 1fr;
  }

  .atl-guide-grid,
  .atl-guide-grid--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-location-links,
  .atl-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-neighborhood-hero__inner,
  .atl-neighborhood-guide .atl-section,
  .atl-neighborhood-guide .atl-fact-band,
  .atl-neighborhood-guide .atl-jump-nav {
    margin-left: 24px;
    margin-right: 24px;
  }

  .atl-listing-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .atl-listing-card {
    display: block;
  }

  .atl-listing-card__image {
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 767px) {
	.atl-neighborhood-directory-page .main-wrap.span8 {
		margin-left: 0;
		width: 100%;
	}

  .home.atl-refreshed-site #map-head {
    height: 52vh;
    min-height: 380px;
  }

  .home.atl-refreshed-site .advance-search .search-heading,
  .home.atl-refreshed-site .advance-search .atl-search-toggle {
    position: relative;
    top: 0;
    width: 100%;
  }

  .home.atl-refreshed-site .advance-search.atl-search-open .as-form-wrap {
    margin-bottom: 16px;
    padding: 22px 18px 14px;
  }

  .atl-home-intro,
  .atl-neighborhood-overview,
  .atl-getting-around,
  .atl-section {
    gap: 30px;
    padding: 46px 0;
  }

  .atl-home-intro h1,
  .atl-directory-hero h1,
  .atl-neighborhood-hero h1 {
    font-size: 36px;
  }

  .atl-lead,
  .atl-neighborhood-hero p:not(.atl-eyebrow) {
    font-size: 18px;
  }

  .atl-home-intro__contact {
    border-left: 0;
    border-top: 4px solid var(--atl-gold);
    padding: 24px 0 0;
  }

  .atl-section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .atl-section-heading h2,
  .atl-prose h2 {
    font-size: 29px;
  }

  .atl-guide-grid,
  .atl-guide-grid--home,
  .atl-info-columns,
  .atl-listing-rail,
  .atl-location-links,
  .atl-related-links {
    grid-template-columns: 1fr;
  }

  .atl-guide-card__body > p:not(.atl-eyebrow) {
    min-height: 0;
  }

  .atl-directory-hero {
    padding: 52px 0 24px;
  }

  .atl-neighborhood-hero,
  .atl-neighborhood-hero__inner {
    min-height: 480px;
  }

  .atl-neighborhood-hero__inner,
  .atl-neighborhood-guide .atl-section,
  .atl-neighborhood-guide .atl-fact-band,
  .atl-neighborhood-guide .atl-jump-nav {
    margin-left: 18px;
    margin-right: 18px;
  }

  .atl-jump-nav {
    gap: 20px;
  }

  .atl-fact-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atl-fact-band > div:nth-child(2) {
    border-right: 0;
  }

  .atl-fact-band > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  #atl-neighborhood-map {
    height: 390px;
  }

  .atl-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atl-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atl-guide-card__media img,
  .atl-search-toggle__state {
    transition: none;
  }
}
