/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Carbon
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Joyce&Luna ( https://phpbb-style-design.de/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?v=1.4.0");
@import url("base.css?v=1.4.0");
@import url("utilities.css?v=1.4.0");
@import url("common.css?v=1.4.0");
@import url("links.css?v=1.4.0");
@import url("content.css?v=1.4.0");
@import url("buttons.css?v=1.4.0");
@import url("cp.css?v=1.4.0");
@import url("forms.css?v=1.4.0");
@import url("icons.css?v=1.4.0");
@import url("colours.css?v=1.4.0");
@import url("carbon.css?v=1.4.0");
/* Erzwingt das Nebeneinanderstehen für ALLE Anhang-Typen */
.postbody .content .inline-attachment,
.postbody .content dl.file,
.postbody .content .attach-box {
    display: inline-flex !important;
    flex-direction: column;
    vertical-align: top !important;
    margin: 8px !important;
    width: auto !important;
    float: none !important;
    clear: none !important;
}

/* Verhindert, dass das umschließende Element den Platz blockiert */
.postbody .content dd {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
}

/* Sorgt dafür, dass Dateiname und Größe unter dem Bild bleiben */
.postbody .content dl.file dt {
    display: block !important;
}