.top-section {
  border-bottom: 2px solid #FFFAF2;
  padding: 10px 0;
}

.top-section .default-icon-link svg {
  width: 20px;
  height: 20px;
}

.header .header-section .region {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.region--top-bar.region {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
}

.region--top-bar.region .block {
  width: fit-content;
}

[dir="ltr"] .region--top-bar.region .block + .block {
  padding-left: 12px;
  border-left: 1px solid #fff;
}

[dir="rtl"] .region--top-bar.region .block + .block {
  padding-right: 12px;
  border-right: 1px solid #fff;
}

[dir="ltr"] .region--top-bar.region .block + .block.block-dropdown-language {
  border-left: 0;
  padding-left: 0;
}

[dir="rtl"] .region--top-bar.region .block + .block.block-dropdown-language {
  border-right: 0;
  padding-right: 0;
}

[dir="ltr"] .block-dropdown-language {
  border-right: 0;
  padding-right: 0;
  margin: 0 0 0 auto;
}

[dir="rtl"] .block-dropdown-language {
  border-left: 0;
  padding-left: 0;
  margin: 0 auto 0 0;
}

.default-icon-link a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
}

.default-icon-link a:hover svg path {
  stroke: var(--accent-color);
  transition: stroke 0.5s ease;
}

.default-icon-link a:hover .action-text {
  color: var(--accent-color);
  transition: color 0.5s ease;
  color: #fff;
}

.default-icon-link .action-text {
  display: block;
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
  transition: color 0.5s ease;
}

.default-icon-link svg {
  width: 24px;
  height: 24px;
}

.default-icon-link svg path {
  stroke: var(--primary-color);
  transition: stroke 0.5s ease;
}

.top-section .default-icon-link a {
  display: flex;
  padding: 0;
}

.top-section .default-icon-link .action-text {
  color: #fff;
}

.top-section .default-icon-link svg path {
  stroke: #fff;
}

/*# sourceMappingURL=top_bar.css.map*/