.header-lower-wrapper .header-mailboxes-submenu.depth-1 {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(32px, 4.2vw, 84px);
  padding: 38px 24px 54px;
  background-color: #eeeeee;
}

.header-lower-wrapper .header-mailboxes-submenu.depth-1.visible {
  display: flex;
}

.header-lower-wrapper .header-mailboxes-submenu.depth-1 > .header-submenu-item {
  display: block;
  width: min(322px, 32vw);
  margin: 0;
}

.header-lower-wrapper .header-mailbox-card {
  padding: 0;
  color: #000000;
}

.header-lower-wrapper .header-mailbox-card:hover {
  background-color: transparent;
  border-radius: 0;
  color: #000000;
}

.header-lower-wrapper .header-mailbox-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.header-lower-wrapper
  .header-mailboxes-submenu.depth-1
  > .header-submenu-item
  > .header-mailbox-card
  > a
  > .header-mailbox-card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.header-lower-wrapper .header-submenu-item .header-mailbox-card-image,
.header-lower-wrapper .header-submenu-item .header-mailbox-card-arrow {
  filter: none;
}

.header-lower-wrapper
  .header-mailboxes-submenu.depth-1
  > .header-submenu-item
  > .header-mailbox-card
  > a
  > h3 {
  margin: 13px 0 0;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none;
}

.header-lower-wrapper
  .header-mailboxes-submenu.depth-1
  > .header-submenu-item
  > .header-mailbox-card
  > a
  > p {
  margin: 12px 0 0;
  color: #5f5f5f;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.38;
  white-space: normal;
}

.header-lower-wrapper
  .header-mailboxes-submenu.depth-1
  > .header-submenu-item
  > .header-mailbox-card
  > a
  > .header-mailbox-card-arrow {
  display: block;
  width: 35px;
  height: 35px;
  margin-top: 34px;
  object-fit: contain;
}

.header-menu-dropdown .header-mailboxes-submenu.depth-1 {
  margin-left: 0;
}

.header-menu-dropdown .header-mailbox-card {
  padding: 0.5rem 0;
}

.header-menu-dropdown .header-mailbox-card a {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 0.75rem;
  align-items: center;
}

.header-menu-dropdown .header-mailbox-card-image {
  grid-row: span 3;
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}

.header-menu-dropdown .header-mailbox-card h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.header-menu-dropdown .header-mailbox-card p {
  margin-top: 0.25rem;
  color: #666666;
  font-size: 13px;
  line-height: 1.25;
}

.header-menu-dropdown .header-mailbox-card-arrow {
  width: 28px;
  height: 28px;
  margin-top: 0.45rem;
}
