/**
 * Darstellung der durch das Content-Plugin "TXT/HTML Include" eingebundenen Inhalte.
 *
 * Alle Selektoren sind auf .txtinclude-content begrenzt, damit die Gestaltung
 * anderer Inhalte und Komponenten des Joomla-Templates unverändert bleibt.
 */

.txtinclude-content {
    max-width: 100%;
}

.txtinclude-content img {
    max-width: 100%;
    height: auto;
}

.txtinclude-content table {
    width: 100%;
    max-width: 100%;
    margin-block: 1rem;
    border-collapse: collapse;
}

.txtinclude-content th,
.txtinclude-content td {
    padding: 0.5rem 0.75rem;
    border: 1px solid currentColor;
    text-align: left;
    vertical-align: top;
}

.txtinclude-content caption {
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: left;
}

.txtinclude-content blockquote {
    margin-inline: 0;
    padding-inline-start: 1rem;
    border-inline-start: 0.25rem solid currentColor;
}

.txtinclude-content pre,
.txtinclude-content code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.txtinclude-content figure {
    margin-inline: 0;
}

.txtinclude-content figcaption {
    margin-top: 0.5rem;
    font-size: 0.9em;
}
