#servitecnic-independent-notice {
  align-items: center;
  background: #eff6ff;
  border-bottom: 1px solid #bfdbfe;
  color: #0b2240;
  display: flex;
  font-family: Arial, sans-serif;
    font-size: 12px;
  gap: 10px;
  justify-content: center;
  line-height: 1.3;
  padding: 8px 16px;
  text-align: center;
}

#servitecnic-independent-notice strong { font-weight: 800; }
#servitecnic-independent-notice span { color: #334155; font-weight: 600; }

#servitecnic-business-identity {
  border-top: 1px solid #cbd5e1;
  color: #334155;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 12px;
  gap: 7px 14px;
  justify-content: center;
  line-height: 1.45;
  margin: 28px auto 0;
  max-width: 80rem;
  padding: 18px 16px 0;
  text-align: center;
}

#servitecnic-business-identity strong { color: #0b2240; font-weight: 800; }
#servitecnic-business-identity a { color: #0050a0; font-weight: 700; }

@media (max-width: 639px) {
  #servitecnic-independent-notice {
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
    gap: 2px;
    padding: 7px 16px;
    text-align: left;
  }
  #servitecnic-business-identity {
    align-items: flex-start;
    flex-direction: column;
    font-size: 12px;
    gap: 3px;
    text-align: left;
  }
}
