.tew-notice {
  padding: 12px 14px;
  border: 1px solid #dcdcde;
  background: #fff;
  color: #50575e;
  font-size: 14px;
}

.tew-item-document img,
.tew-item-document iframe,
.tew-item-document video,
.tew-item-document embed,
.tew-item-document object {
  max-width: 100%;
  height: auto;
}

.tew-metadata-list--single-column .tew-metadatum,
.tew-single-metadata-widget .tew-metadatum {
  display: block;
  margin: 0 0 18px;
}

.tew-metadatum__label {
  font-weight: 700;
  margin: 0 0 6px;
}

.tew-metadatum__value p,
.tew-metadatum__value ul,
.tew-metadatum__value ol {
  margin-top: 0;
}

.tew-item-document-label,
.tew-item-attachments-label {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

/* Ensure Tainacan buttons are styled correctly in Elementor */
.tew-metadatum__value a.tainacan-link-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.tew-metadatum__value a.tainacan-link-button:hover {
    background-color: #005177;
    color: #fff;
    text-decoration: none;
}

.wp-block-buttons {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
}
