.annd-profile-modules[hidden] {
	display: none !important;
}

.annd-modules-active .annd-original-profile-list,
.annd-modules-active .annd-original-profile-control {
	display: none !important;
}

.annd-profile-modules {
	margin: 0 0 1em;
}

.annd-module-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 22px;
	border: 1px solid #e4e6e8;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: #fff;
}

.annd-module-heading h3 {
	margin: 0 !important;
	font-size: 24px;
	font-weight: 700;
}

.annd-module-list {
	border: 1px solid #e4e6e8;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
	background: #fff;
}

.annd-module-row {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 88px;
	padding: 16px 22px;
	border-bottom: 1px solid #edf0f2;
	color: #252735;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease;
}

.annd-module-row:last-child {
	border-bottom: 0;
}

.annd-module-row:hover,
.annd-module-row:focus-visible {
	background: #f7f8f9;
	color: #b20b3d;
}

.annd-module-progress {
	--annd-progress: 0;
	position: relative;
	display: inline-flex;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: conic-gradient(#c40d43 calc(var(--annd-progress) * 1%), #e4e7e9 0);
}

.annd-module-progress::before {
	position: absolute;
	inset: 5px;
	border-radius: inherit;
	background: #fff;
	content: "";
}

.annd-module-progress span {
	position: relative;
	z-index: 1;
	font-size: 11px;
	font-weight: 700;
	color: #252735;
}

.annd-module-copy {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	gap: 5px;
}

.annd-module-copy strong {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.annd-module-copy small {
	font-size: 13px;
	color: #767b83;
}

.annd-module-chevron {
	flex: 0 0 auto;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	color: #a8acb2;
}

[dir="rtl"] .annd-module-chevron {
	transform: rotate(180deg);
}

@media (max-width: 600px) {
	.annd-module-heading {
		padding: 16px 14px;
	}

	.annd-module-heading h3 {
		font-size: 20px;
	}

	.annd-module-row {
		gap: 12px;
		min-height: 76px;
		padding: 13px 14px;
	}

	.annd-module-progress {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
	}

	.annd-module-copy strong {
		font-size: 15px;
	}
}
