.tma-am-customer-area {
	margin: 0 0 2em;
}

.tma-am-customer-area .description,
.tma-am-muted {
	color: #666;
}

.tma-am-buchungen-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: flex-end;
	margin: 1em 0 1.5em;
	padding: 1em;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
}

.tma-am-buchungen-filters p {
	margin: 0;
}

.tma-am-buchungen-filters label {
	display: block;
	font-size: 0.85em;
	margin-bottom: 0.25em;
}

.tma-am-buchungen-table .button {
	margin: 0 0.25em 0.25em 0;
}

.tma-am-buchungen-tree {
	margin: 1em 0;
}

.tma-am-collapsible {
	margin: 0 0 0.65em;
	border: 1px solid #e5e5e5;
	background: #fafafa;
}

.tma-am-collapsible:not([open]) > .tma-am-collapsible__body {
	display: none !important;
}

.tma-am-collapsible[open] > .tma-am-collapsible__body {
	display: block;
}

.tma-am-buchungen-issue.tma-am-collapsible {
	margin: 0.5em 0;
	background: #fff;
}

.tma-am-collapsible__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35em 0.75em;
	padding: 0.75em 1em;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.tma-am-collapsible__summary::-webkit-details-marker {
	display: none;
}

.tma-am-collapsible__summary::before {
	content: '▸';
	display: inline-block;
	margin-right: 0.25em;
	color: #666;
	transition: transform 0.15s ease;
}

.tma-am-collapsible[open] > .tma-am-collapsible__summary::before {
	transform: rotate(90deg);
}

.tma-am-collapsible__title {
	font-weight: 600;
}

.tma-am-collapsible__meta {
	color: #666;
	font-size: 0.9em;
}

.tma-am-collapsible__hint {
	margin-left: auto;
	font-size: 0.85em;
	color: #888;
}

.tma-am-collapsible[open] > .tma-am-collapsible__summary .tma-am-collapsible__hint {
	display: none;
}

.tma-am-collapsible__body {
	padding: 0 1em 0.85em;
	border-top: 1px solid #eee;
}

.tma-am-buchungen-issue .tma-am-buchungen-table {
	margin: 0.75em 0 0;
}

.tma-am-pagination {
	margin: 1em 0;
}

.tma-am-pagination a,
.tma-am-pagination .current {
	display: inline-block;
	min-width: 1.75em;
	padding: 0.25em 0.5em;
	margin-right: 0.25em;
	text-align: center;
	border: 1px solid #ddd;
}

.tma-am-pagination .current {
	font-weight: 700;
	background: #eee;
}

.tma-am-account-extra {
	margin: 1.5em 0;
	padding: 1em 1.25em;
	border: 1px solid #e5e5e5;
}

.tma-am-account-extra legend {
	font-weight: 600;
	padding: 0 0.35em;
}

.tma-am-stdad-status-msg {
	margin-left: 0.75em;
}

.tma-am-list {
	list-style: disc;
	padding-left: 1.25em;
}

.tma-am-invoice-badge {
	display: inline-block;
	padding: 0.15em 0.5em;
	font-size: 0.8em;
	background: #eef3f8;
	border: 1px solid #c5d4e4;
	border-radius: 2px;
}

.tma-am-invoice-badge--collective {
	background: #fff6e5;
	border-color: #e0c48a;
}

.tma-am-standardanzeigen-portal-edit .wrap {
	margin: 0;
	max-width: 100%;
}

.tma-am-standardanzeigen-portal-edit .form-table th {
	width: 11em;
	padding-left: 0;
}

.tma-am-standardanzeigen-portal-edit .tma-am-panel {
	padding: 1em 0;
	box-shadow: none;
	border: none;
	background: transparent;
}

.tma-am-standardanzeigen-portal-edit .tma-am-std-kw-calendar {
	margin-top: 2em;
}
