/* Info proužek pro stránku registrace – medicinka.cz */
.registration-info-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 28px;
  padding: 14px 20px;
  background: linear-gradient(90deg, #f4f9ec 0%, #fdf6e3 100%);
  border-left: 4px solid #6b9b3f;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.45;
  color: #3d5a23;
  box-shadow: 0 1px 3px rgba(107, 155, 63, 0.08);
}

.registration-info-banner__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #6b9b3f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.registration-info-banner__text strong {
  color: #2e4419;
  font-weight: 600;
}

@media (max-width: 540px) {
  .registration-info-banner {
    font-size: 14px;
    padding: 12px 14px;
    gap: 10px;
  }
}
