.tr-current-topics {
  display: block;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 4rem 0 4.5rem;
  background: #f2f2f2;
}

.tr-current-topics--bg-transparent {
  background: transparent;
}

.tr-current-topics--bg-gray {
  background: var(--tr-color-brand-kwmk-gray-light, #f2f2f2);
}

.tr-current-topics--bg-brown {
  background: var(--tr-color-brand-kwmk-brown, #d3c3b6);
}

.tr-current-topics--bg-anthracite {
  background: var(--brand-kwmk-anthrazit, #383e42);
  color: #fff;
}

.tr-current-topics--bg-anthracite {
  background: var(--brand-kwmk-anthrazit, #383e42);
  color: #fff;
}

.tr-current-topics,
.tr-current-topics * {
  box-sizing: border-box;
}

.tr-current-topics__inner {
  width: calc(100% - 3rem);
  max-width: 75rem;
  margin: 0 auto;
}

.tr-current-topics__notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.5rem;
  margin: 0 0 4rem;
  padding: 2rem;
  color: var(--tr-color-notice-orange-text, #945600);
  background: var(--tr-color-notice-orange-bg, #FCE2C5);
  border: 0.0625rem solid var(--tr-color-notice-orange-border, #ffc56f);
}

.tr-current-topics__notice-icon {
  display: inline-flex;
  width: 2.125rem;
  height: 2.125rem;
  color: var(--tr-color-notice-orange-text, #945600);
}

.tr-current-topics__notice-icon-svg {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
}

.tr-current-topics__notice-headline {
  margin: 0 0 1.25rem;
  color: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
}

.tr-current-topics__notice-text {
  margin: 0 0 1.25rem;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.tr-current-topics__notice-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.tr-current-topics__notice-link:hover,
.tr-current-topics__notice-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.tr-current-topics__headline {
  margin: 0 0 1.5rem;
  color: inherit;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.tr-current-topics__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
}

.tr-current-topics__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  gap: 1rem;
  padding: 1rem 1.5rem;
  color: var(--tr-current-topics-blue, #00519e);
  background: transparent;
  border: 0.125rem solid var(--tr-current-topics-blue, #00519e);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.tr-current-topics--bg-brown .tr-current-topics__link {
  color: var(--tr-color-brand-kwmk-black, #000);
  border-color: var(--tr-color-brand-kwmk-black, #000);
}

.tr-current-topics--bg-brown .tr-current-topics__link:hover,
.tr-current-topics--bg-brown .tr-current-topics__link:focus-visible {
  color: #fff;
  background: var(--tr-color-brand-kwmk-black, #000);
  border-color: var(--tr-color-brand-kwmk-black, #000);
}

.tr-current-topics--bg-anthracite .tr-current-topics__link {
  color: #fff;
  border-color: #fff;
}

.tr-current-topics--bg-anthracite .tr-current-topics__link:hover,
.tr-current-topics--bg-anthracite .tr-current-topics__link:focus-visible {
  color: var(--tr-color-brand-kwmk-black, #000);
  background: #fff;
  border-color: #fff;
}

.tr-current-topics--bg-anthracite .tr-current-topics__link {
  color: #fff;
  border-color: #fff;
}

.tr-current-topics--bg-anthracite .tr-current-topics__link:hover,
.tr-current-topics--bg-anthracite .tr-current-topics__link:focus-visible {
  color: var(--tr-color-brand-kwmk-black, #000);
  background: #fff;
  border-color: #fff;
}

.tr-current-topics__link:hover,
.tr-current-topics__link:focus-visible {
  color: #fff;
  background: var(--tr-current-topics-blue, #00519e);
}

.tr-current-topics__link-label {
  font-weight: 600;
}

.tr-current-topics__link-icon,
.tr-current-topics__notice-link-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}

.tr-current-topics__link-svg,
.tr-current-topics__notice-link-svg {
  display: block;
  width: 1.25rem;
  height: 1.5rem;
}

@media (max-width: 47.9375rem) {
  .tr-current-topics {
    padding: 5.5rem 0 4rem;
    text-align: center;
  }

  .tr-current-topics .tr-current-topics__inner {
    text-align: center;
  }

  .tr-current-topics__notice {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    justify-items: center;
    text-align: center;
  }

  .tr-current-topics__notice-icon {
    justify-self: center;
  }

  .tr-current-topics__notice-headline {
    font-size: 1.625rem;
    text-align: center;
  }

  .tr-current-topics__headline {
    font-size: 1.625rem;
    text-align: center;
  }

  .tr-current-topics .tr-current-topics__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .tr-current-topics .tr-current-topics__link {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    justify-self: center;
    text-align: center;
  }

  .tr-current-topics .tr-current-topics__link-label {
    flex: 0 1 auto;
    text-align: center;
  }
}
