       
    /*showthread*/
    .aucp_showthread-wob {
        padding: 15px;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 20px;
		background: var(--background3);
}

.aucp_showthread-wob__item:last-child {
        align-self: center;
}

/*Benutzer CP */
    .applucp-con {
        display: grid;
        width: 80%;
        margin: auto;
        gap: 19px 15px;
}

.app_ucp_label {
        font-weight: 600;
        text-align: left;
}

.applucp-con__item {
        display: grid;
}

.applucp-con__item.applucp-buttons {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
}

/*Display Profil and Postbit */
    .aucp_fieldContainer {
        display: grid;
        grid-template-columns: 1fr;
}

.aucp_fieldContainer__item {
        display: flex;
        gap: 10px;
}

