/* style.css - basic and responsive styles for the plugin block */
.dsgvo-related-box {
  padding: 14px;
  margin: 18px 0;
  border-radius: 6px;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  box-sizing: border-box;
}
.dsgvo-related-inner h3 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
.dsgvo-related-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dsgvo-related-item {
  margin: 8px 0;
}
.dsgvo-related-item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.dsgvo-thumb-item a {
  display: flex;
  align-items: center;
}
.dsgvo-thumb-item img,
.dsgvo-thumb-placeholder {
  display: inline-block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  background: #eee;
}
.dsgvo-thumb-title {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .dsgvo-related-box { padding: 10px; }
  .dsgvo-thumb-item a { align-items: center; }
  .dsgvo-thumb-item img, .dsgvo-thumb-placeholder {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .dsgvo-thumb-title { font-size: 0.95rem; }
}
@media (max-width: 400px) {
  .dsgvo-thumb-item img, .dsgvo-thumb-placeholder {
    width: 36px;
    height: 36px;
  }
  .dsgvo-thumb-title { font-size: 0.9rem; }
}
