/*
  Frontend Styles for Club Zuchtmeldungen (CZM)
  Default: inherit colors & fonts from the active WordPress theme.
  Custom styling (colors/fonts) is injected as scoped inline CSS when enabled in settings.
*/

.czm-wrap{
  max-width: 100%;
}

/* Keep scope tight: only CZM tables */
.czm-table{
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.czm-table th,
.czm-table td{
  vertical-align: top;
}

/* Make rich-text editor output behave nicely inside table cells */
.czm-table td p,
.czm-table td ul,
.czm-table td ol{
  margin: 0;
  padding: 0;
}

/* Long values (urls etc.) should wrap on small screens */
.czm-table td{
  word-break: break-word;
  overflow-wrap: anywhere;
}

.czm-muted{
  opacity: .75;
  font-size: .92em;
}
