.ssps-mam {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	min-width: min(840px, calc(100vw - 32px));
	width: 100%;
}

.ssps-mam-year {
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	margin: 0 0 16px;
	overflow: hidden;
	width: 100% !important;
}

.ssps-mam-year summary {
	align-items: center;
	background: #fff;
	box-sizing: border-box;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	font-weight: 700;
	gap: 16px;
	justify-content: space-between;
	line-height: 1.25;
	list-style: none;
	min-height: 62px;
	padding: 16px;
	width: 100% !important;
}

.ssps-mam-year summary::-webkit-details-marker {
	display: none;
}

.ssps-mam-year[open] summary {
	background: #ffd21c;
	border-bottom: 1px solid #bcbcbc;
}

.ssps-mam-toggle::before {
	content: "+";
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.ssps-mam-year[open] .ssps-mam-toggle::before {
	content: "-";
}

.ssps-mam-panel {
	box-sizing: border-box;
	overflow-x: auto;
	width: 100%;
}

.ssps-mam-table {
	border-collapse: collapse;
	box-sizing: border-box;
	color: #111;
	font-size: 15px;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.elementor-widget-shortcode:has(.ssps-mam),
.elementor-widget-text-editor:has(.ssps-mam) {
	width: 100% !important;
}

@media (max-width: 900px) {
	.ssps-mam {
		min-width: 0;
	}
}

.ssps-mam-table th,
.ssps-mam-table td {
	border: 1px solid #bcbcbc;
	padding: 16px;
	vertical-align: middle;
}

.ssps-mam-table th {
	font-weight: 700;
	text-align: center;
}

.ssps-mam-table th:nth-child(1),
.ssps-mam-table td:nth-child(1) {
	width: 55%;
}

.ssps-mam-table th:nth-child(2),
.ssps-mam-table th:nth-child(3),
.ssps-mam-table td:nth-child(2),
.ssps-mam-table td:nth-child(3) {
	width: 22.5%;
}

.ssps-mam-table a {
	color: #003da5;
	text-decoration: none;
}

.ssps-mam-table a:hover,
.ssps-mam-table a:focus {
	text-decoration: underline;
}

.ssps-mam-empty {
	margin: 0;
}

@media (max-width: 700px) {
	.ssps-mam-year summary {
		font-size: 20px;
		min-height: 54px;
	}

	.ssps-mam-table {
		font-size: 14px;
		min-width: 620px;
	}

	.ssps-mam-table th,
	.ssps-mam-table td {
		padding: 12px;
	}
}
