@import url('../../styles.css?v=20260527-header-hover-polish');
@import url('../../css/hotfix.css?v=20260628-account-sheet-hug');

.fixed-header .header-search-list {
  gap: 12px;
}

.fixed-header .header-search-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fixed-header .header-search-section__title {
  margin: 0 10px;
  color: #232030;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.fixed-header .header-search-section__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page {
  padding-top: 99px;
}

@media (max-width: 720px) {
  .page {
    padding-top: 103px;
  }
}
