.drb-pma {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.drb-pma__divider {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
	gap: 14px;
	padding: 2px 0;
	box-sizing: border-box;
}

.drb-pma__divider--after-items {
	margin-top: 12px;
}

.drb-pma__divider-title {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	color: #075a22;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	white-space: normal;
	overflow-wrap: anywhere;
}

.drb-pma__divider-credits {
	color: #111;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	flex: 0 0 auto;
}

.drb-pma__level-description {
	margin: 4px 0 12px;
	color: #111;
	font-size: 15px;
	line-height: 1.5;
}

.drb-pma__divider-line {
	display: block;
	flex: 1 1 auto;
	min-width: 24px;
	height: 1px;
	background: #d4e2d7;
}

.drb-pma__item {
	box-sizing: border-box;
	overflow: hidden;
	background: #fafcfa;
	border: 1px solid #dde5dd;
	border-radius: 16px;
	transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.drb-pma__trigger {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 20px;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	column-gap: 16px;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	white-space: normal !important;
	text-overflow: clip !important;
}

/*
 * Force-reset theme/Elementor button borders.
 * Some themes add a bottom border to every <button>, which appears as an
 * unwanted divider between the accordion title row and description panel.
 */
.drb-pma .drb-pma__trigger,
.drb-pma .drb-pma__trigger:hover,
.drb-pma .drb-pma__trigger:focus,
.drb-pma .drb-pma__trigger:active {
	background: transparent !important;
	border: 0 !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.drb-pma .drb-pma__trigger::before,
.drb-pma .drb-pma__trigger::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.drb-pma__trigger:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -3px;
}

.drb-pma__trigger-main {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	flex: 1 1 0%;
	gap: 16px;
	white-space: normal;
}

.drb-pma__left-icon,
.drb-pma__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.drb-pma__left-icon {
	padding: 10px;
	border-radius: 10px;
	background: #eaf3ea;
	color: #237a39;
	font-size: 20px;
}

.drb-pma__left-icon svg,
.drb-pma__toggle-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.drb-pma__title {
	display: block;
	min-width: 0;
	max-width: 100%;
	flex: 1 1 0%;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
	overflow-wrap: anywhere;
	word-break: normal;
	color: #075a22;
	font-weight: 600;
	line-height: 1.35;
}

.drb-pma__toggle-icon {
	padding: 9px;
	border-radius: 50%;
	background: #eaf3ea;
	color: #237a39;
	font-size: 14px;
	transition: transform 0.3s ease, background-color 0.25s ease, color 0.25s ease;
}

.drb-pma__panel {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows 0.3s ease, opacity 0.25s ease;
}

.drb-pma__item.is-open .drb-pma__panel {
	grid-template-rows: 1fr;
	opacity: 1;
}

.drb-pma__panel-inner {
	min-height: 0;
	overflow: hidden;
}

.drb-pma__content {
	padding: 0 20px 20px 76px;
	color: #425466;
	font-size: 15px;
	line-height: 1.7;
}

.drb-pma__content > :first-child {
	margin-top: 0;
}

.drb-pma__content > :last-child {
	margin-bottom: 0;
}

.drb-pma__empty {
	padding: 14px 16px;
	border: 1px dashed #c5cdd5;
	border-radius: 8px;
	background: #f7f9fb;
	color: #5f6b76;
	font-size: 13px;
}

/* Keep long module titles readable inside narrow Elementor columns. */
@media (max-width: 767px) {
	.drb-pma__trigger {
		width: 100%;
		min-width: 0;
	}

	.drb-pma__trigger-main {
		width: 0;
		min-width: 0;
		flex: 1 1 0%;
	}

	.drb-pma__title {
		width: auto;
		min-width: 0;
		white-space: normal !important;
		overflow-wrap: anywhere;
	}

	.drb-pma__left-icon,
	.drb-pma__toggle-icon {
		flex-shrink: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.drb-pma__item,
	.drb-pma__panel,
	.drb-pma__toggle-icon {
		transition: none !important;
	}
}
