.vlb-chat-wrap {
  max-width: 860px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vlb-chat-title {
  margin: 0 0 1rem 0;
  font-size: 2.1rem;
  line-height: 1.2;
}

.vlb-chat-intro {
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
}

.vlb-consent-list p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.vlb-consent-list label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.vlb-consent-list input[type="checkbox"] {
  margin-top: 0.2rem;
  transform: scale(1.15);
}

.vlb-chat-note {
  margin-top: 1.5rem;
  padding: 0.9rem 1rem;
  background: #f5f7fa;
  border-left: 4px solid #2c6fb7;
  border-radius: 8px;
  color: #555;
  font-size: 0.98rem;
}

.vlb-button-row {
  margin-top: 1.5rem;
}

.vlb-btn {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  border: none;
  border-radius: 10px;
  background: #2c6fb7;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.vlb-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.vlb-login-area {
  margin-top: 1.75rem;
  padding: 1.2rem;
  background: #f8fafc;
  border: 1px solid #dde4ec;
  border-radius: 12px;
}

.vlb-login-text {
  margin-bottom: 0.9rem;
}

.vlb-input {
  width: 100%;
  max-width: 420px;
  padding: 0.9rem 1rem;
  border: 1px solid #cfd7df;
  border-radius: 10px;
  font-size: 1rem;
  background: #fff;
}

.vlb-input:focus {
  outline: none;
  border-color: #2c6fb7;
  box-shadow: 0 0 0 3px rgba(44, 111, 183, 0.15);
}

.vlb-error {
  margin-top: 0.9rem;
  color: #c62828;
  font-weight: 600;
}

.vlb-chatbot-area {
  margin-top: 2rem;
}

.vlb-chatbot-area iframe {
  width: 100%;
  min-height: 700px;
  border: none;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* =========================
   MOBILE OPTIMIERUNG VLB CHATBOT
   ========================= */

@media (max-width: 992px) {
  .vlb-chat-wrap {
    max-width: 100%;
    margin: 1.5rem 1rem;
    padding: 1.5rem;
    border-radius: 16px;
  }

  .vlb-chat-title {
    font-size: 1.9rem;
  }

  .vlb-chat-intro {
    font-size: 1rem;
  }

  .vlb-chat-note {
    font-size: 0.95rem;
  }

  .vlb-chatbot-area iframe {
    min-height: 620px;
  }
}

@media (max-width: 768px) {
  .vlb-chat-wrap {
    margin: 1rem 0.8rem;
    padding: 1.2rem;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .vlb-chat-title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }

  .vlb-chat-intro,
  .vlb-login-text,
  .vlb-chat-note,
  .vlb-consent-list p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .vlb-consent-list p {
    margin-bottom: 0.9rem;
  }

  .vlb-consent-list label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .vlb-consent-list input[type="checkbox"] {
    margin-top: 0.25rem;
    transform: scale(1.15);
    flex-shrink: 0;
  }

  .vlb-button-row {
    margin-top: 1.2rem;
  }

  .vlb-btn {
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    border-radius: 10px;
  }

  .vlb-login-area {
    padding: 1rem;
    margin-top: 1.4rem;
  }

  .vlb-input {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 0.95rem 1rem;
  }

  .vlb-chatbot-area {
    margin-top: 1.5rem;
  }

  .vlb-chatbot-area iframe {
    min-height: 540px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .vlb-chat-wrap {
    margin: 0.8rem 0.6rem;
    padding: 1rem;
    border-radius: 12px;
  }

  .vlb-chat-title {
    font-size: 1.4rem;
  }

  .vlb-chat-intro,
  .vlb-login-text,
  .vlb-chat-note,
  .vlb-consent-list p {
    font-size: 0.96rem;
  }

  .vlb-chat-note {
    padding: 0.8rem 0.9rem;
  }

  .vlb-btn {
    font-size: 0.98rem;
    padding: 0.95rem 1rem;
  }

  .vlb-input {
    font-size: 0.98rem;
  }

  .vlb-chatbot-area iframe {
    min-height: 460px;
  }
}

/* =========================
   FEINSCHLIFF OBERER BEREICH MOBILE
   ========================= */

.vlb-consent-list label {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 0.75rem;
  align-items: start;
}

.vlb-consent-list input[type="checkbox"] {
  margin: 0.2rem 0 0 0;
  width: 20px;
  height: 20px;
}

.vlb-consent-list a {
  word-break: normal;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .vlb-chat-wrap {
    max-width: 100%;
    margin: 1rem 0.75rem;
    padding: 1.1rem;
  }

  .vlb-chat-title {
    font-size: 1.45rem;
    margin-bottom: 0.7rem;
  }

  .vlb-chat-intro {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .vlb-consent-list {
    margin-top: 1rem;
  }

  .vlb-consent-list p {
    margin-bottom: 1rem;
  }

  .vlb-consent-list label {
    grid-template-columns: 22px 1fr;
    column-gap: 0.7rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .vlb-consent-list input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0.18rem;
  }

  .vlb-chat-note {
    margin-top: 1.2rem;
    padding: 0.85rem 0.9rem;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .vlb-button-row {
    margin-top: 1.1rem;
  }

  .vlb-btn {
    width: 100%;
    padding: 0.95rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .vlb-chat-wrap {
    margin: 0.75rem 0.5rem;
    padding: 0.95rem;
    border-radius: 12px;
  }

  .vlb-chat-title {
    font-size: 1.3rem;
  }

  .vlb-chat-intro {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .vlb-consent-list label {
    grid-template-columns: 20px 1fr;
    column-gap: 0.65rem;
    font-size: 0.97rem;
    line-height: 1.4;
  }

  .vlb-consent-list input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-top: 0.16rem;
  }

  .vlb-chat-note {
    font-size: 0.92rem;
    padding: 0.8rem 0.85rem;
  }
}