@charset "utf-8";

.UltamateRewardsIdLookUp { display: flex; flex-direction: column; }

.UltamateRewardsIdLookUp__closeSection { justify-content: flex-end; }

.UltamateRewardsIdLookUp__closeSection, .UltamateRewardsIdLookUp__closeSectionWithBackLinkAction { border-bottom: 1px solid var(--pal-colors-default-border-xsubtle); display: none; margin: 0px 0px 1.5rem; padding: 1rem 0px; }

.UltamateRewardsIdLookUp__closeSectionWithBackLinkAction { justify-content: space-between; }

@media (max-width: 767.98px) {
  .UltamateRewardsIdLookUp__closeSection, .UltamateRewardsIdLookUp__closeSectionWithBackLinkAction { display: flex; }
}

.UltamateRewardsIdLookUp__LinkAction .Text-ds { margin-bottom: 0.5rem; }