.ldcc-banner {
  position: fixed;
  bottom: 20px;
  z-index: 99999;
  width: 360px;
  max-width: calc(100% - 40px);
  background: #111;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  border-radius: 8px;
  font-family: Alegreya sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.ldcc-position-right {
  right: 20px;
}

.ldcc-position-left {
  left: 20px;
}

.ldcc-inner {
  padding: 16px 18px;
}

.ldcc-title {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.ldcc-text p {
  margin: 0 0 10px 0;
}

.ldcc-text a,
.ldcc-banner a {
  color: #fff;
  text-decoration: underline;
}

.ldcc-actions {
  margin-top: 10px;
}

.ldcc-btn {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 7px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none !important;
  color: #fff !important;
  background: transparent;
}

.ldcc-btn-primary {
  background: #f1d600;
  border-color: #f1d600;
  color: #111 !important;
}

.ldcc-tab {
  position: fixed;
  bottom: 20px;
  z-index: 99998;
  display: none;
}

.ldcc-tab.ldcc-position-right {
  right: 20px;
}

.ldcc-tab.ldcc-position-left {
  left: 20px;
}

.ldcc-tab-link {
  display: inline-block;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ldcc-embed-placeholder {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 15px;
  margin: 15px 0;
  color: #333;
}

.ldcc-embed-placeholder p {
  margin: 0 0 10px 0;
}

.ldcc-embed-placeholder .ldcc-btn {
  color: #111 !important;
  border-color: #999;
}

.ldcc-embed-placeholder .ldcc-btn-primary {
  border-color: #f1d600;
}

.ldcc-media-note {
  margin-top: 8px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 0.88em;
  line-height: 1.35;
  color: #333;
}

.ldcc-media-note p {
  margin: 0 0 6px 0;
}

.ldcc-media-note p:last-child {
  margin-bottom: 0;
}

.ldcc-media-note a {
  text-decoration: underline;
}

.ldcc-media-note .ldcc-btn {
  margin: 4px 8px 0 0;
}

.ldcc-media-note .ldcc-btn-primary {
  color: #111 !important;
}

/* Mini-Hinweis beim ersten Besuch */
.ldcc-tab-hint {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99998;
  max-width: 420px;
  background: #111;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  font-size: 13px;
  line-height: 1.4;
}

.ldcc-tab-text {
  display: inline;
}

.ldcc-tab-hint .ldcc-tab-link {
  display: inline-block;
  margin-left: 10px;
  color: #fff !important;
  text-decoration: underline;
}