/**
 * MR Stiff Product Manual Tab — front-end styles.
 */

.mspmt-manual__title {
	margin-top: 0;
}

.mspmt-manual__description {
	margin-bottom: 1.5em;
}

.mspmt-manual__downloads-heading {
	margin-bottom: 0.75em;
}

.mspmt-manual__files {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mspmt-manual__file {
	margin: 0 0 8px;
}

.mspmt-manual__file-link {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	padding: 10px 14px;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.mspmt-manual__file-link:hover,
.mspmt-manual__file-link:focus {
	border-color: #2271b1;
	background: #f4f8fc;
}

.mspmt-manual__file-link::before {
	content: "\2193"; /* downwards arrow */
	font-weight: 700;
}

.mspmt-manual__file-name {
	font-weight: 600;
}

.mspmt-manual__file-meta {
	color: #767676;
	font-size: 0.85em;
}

/* ---- Elementor widget: tabs -------------------------------------------- */

.mspmt-elementor--tabs .mspmt-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 0 -1px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e0e0e0;
}

.mspmt-elementor--tabs .mspmt-tabs__nav-item {
	margin: 0;
}

.mspmt-elementor--tabs .mspmt-tabs__nav-link {
	padding: 10px 16px;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	color: inherit;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.mspmt-elementor--tabs .mspmt-tabs__nav-link:hover {
	color: #2271b1;
}

.mspmt-elementor--tabs .mspmt-tabs__nav-link.is-active {
	background: #fff;
	border-color: #e0e0e0;
	color: #2271b1;
}

.mspmt-elementor--tabs .mspmt-tabs__panel {
	padding: 20px 4px;
}

.mspmt-elementor--tabs .mspmt-tabs__panel[hidden] {
	display: none;
}

/* ---- Elementor widget: accordion --------------------------------------- */

.mspmt-elementor--accordion .mspmt-accordion__item {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 8px;
	overflow: hidden;
}

.mspmt-elementor--accordion .mspmt-accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 16px;
	background: #f7f7f7;
	border: none;
	color: inherit;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.mspmt-elementor--accordion .mspmt-accordion__item.is-active .mspmt-accordion__header {
	background: #fff;
	color: #2271b1;
}

.mspmt-elementor--accordion .mspmt-accordion__icon {
	position: relative;
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	margin-left: 12px;
}

.mspmt-elementor--accordion .mspmt-accordion__icon::before,
.mspmt-elementor--accordion .mspmt-accordion__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 2px;
	background: currentColor;
	transform: translate( -50%, -50% );
	transition: transform 0.15s ease;
}

.mspmt-elementor--accordion .mspmt-accordion__icon::after {
	transform: translate( -50%, -50% ) rotate( 90deg );
}

.mspmt-elementor--accordion .mspmt-accordion__item.is-active .mspmt-accordion__icon::after {
	transform: translate( -50%, -50% ) rotate( 0deg );
}

.mspmt-elementor--accordion .mspmt-accordion__panel {
	padding: 16px;
}

.mspmt-elementor--accordion .mspmt-accordion__panel[hidden] {
	display: none;
}

/* ---- Elementor editor empty state -------------------------------------- */

.mspmt-elementor--empty {
	padding: 20px;
	color: #767676;
	background: #f7f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	text-align: center;
}
