/* Keep the Famous-style close control anchored to the dialog's top-right corner.
   The shared dialog-close rule is relative-positioned, so this more-specific rule
   restores the intended absolute placement for shoe search. */
.shoe-search-card {
  position: relative !important;
}

.shoe-search-heading .dialog-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  margin: 0 !important;
}

.shoe-search-heading {
  padding-right: 62px !important;
}

@media (max-width: 580px) {
  .shoe-search-heading .dialog-close {
    top: 14px !important;
    right: 12px !important;
  }

  .shoe-search-heading {
    padding-right: 54px !important;
  }
}
