/* Közös eseti értesítés / notice box (telephely, árlista, aloldalak) */
.tk-notice-box {
  display: block;
  margin: 0 0 20px;
  padding: 14px 16px;
  border-radius: 12px;
  border-left: 4px solid var(--tk-notice-color, #1d4ed8);
  background: color-mix(in srgb, var(--tk-notice-color, #1d4ed8) 10%, #fff);
  color: var(--text, #2c3e50);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.tk-notice-band {
  width: 100%;
  background: transparent;
}

.tk-notice-band > .wrap {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background: transparent !important;
}

.tk-notice-box__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}

.tk-notice-box__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tk-notice-box__item + .tk-notice-box__item {
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--tk-notice-color, #1d4ed8) 20%, transparent);
}

.tk-notice-box__item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tk-notice-box__icon {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--tk-notice-color, #1d4ed8);
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.tk-notice-box__label {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tk-notice-color, #1d4ed8);
  margin: 0;
}

.tk-notice-box__message {
  white-space: pre-wrap;
  word-break: break-word;
}

.tk-notice-box--bp          { --tk-notice-color: #0ea5e9; }
.tk-notice-box--klinika     { --tk-notice-color: #1d4ed8; }
.tk-notice-box--esztetika   { --tk-notice-color: #b07060; }
.tk-notice-box--fogaszat    { --tk-notice-color: #52bbc9; }
.tk-notice-box--gyogyszertar{ --tk-notice-color: #1e40af; }
.tk-notice-box--labor       { --tk-notice-color: #0f766e; }
.tk-notice-box--life1       { --tk-notice-color: #b08800; }
.tk-notice-box--biztosit    { --tk-notice-color: #004aad; }
.tk-notice-box--optika      { --tk-notice-color: #374151; }
.tk-notice-box--szuleszeti  { --tk-notice-color: #c96a55; }

.tk-detail .tk-notice-box--below-hero,
.tk-notice-box--below-hero {
  width: 100%;
  max-width: 100%;
  margin: 0;
  flex-shrink: 0;
}
