.msw-widget {
	color: #071221;
	font-family: "Poppins", sans-serif;
}

.msw-article-intro {
	max-width: 720px;
}

.msw-article-intro__title {
	color: #243b6b;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 14px;
}

.msw-article-intro__meta {
	color: #7a7f87;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 28px;
}

.msw-article-intro__meta strong {
	color: #3b4f7a;
	font-weight: 500;
}

.msw-article-intro p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 18px;
}

.msw-info-card {
	border-radius: 14px;
	font-family: "Poppins", sans-serif;
	margin: 24px 0;
	padding: 24px 28px;
}

.msw-info-card--blue {
	background: #eef3ff;
	border: 1px solid #d6e4ff;
}

.msw-info-card--yellow {
	background: #fff7df;
	border-left: 4px solid #e6c869;
}

.msw-info-card__title {
	color: #243b6b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 12px;
}

.msw-info-card__content,
.msw-info-card__content p,
.msw-info-card li {
	color: #555;
	font-size: 17px;
	line-height: 1.75;
}

.msw-info-card__content p:last-child {
	margin-bottom: 0;
}

.msw-info-card ul {
	margin: 0;
	padding-left: 20px;
}

.msw-info-card li + li {
	margin-top: 8px;
}

.msw-info-card a {
	color: #c36;
}

.msw-comparison-table__title {
	color: #243b6b;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
}

.msw-comparison-table__description {
	color: #4b5563;
	font-size: 18px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.msw-table-wrap {
	border-radius: 10px;
	margin: 24px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.msw-table {
	background: #fff;
	border: 1px solid #e6e8ee;
	border-collapse: separate;
	border-radius: 10px;
	border-spacing: 0;
	margin: 0;
	min-width: 720px;
	overflow: hidden;
	width: 100%;
}

.msw-table thead th {
	background: #243b6b;
	border-color: #243b6b;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	padding: 16px 18px;
	text-align: left;
	vertical-align: middle;
}

.msw-table thead th:first-child {
	border-top-left-radius: 10px;
}

.msw-table thead th:last-child {
	border-top-right-radius: 10px;
}

.msw-table tbody td {
	background: #fff;
	border-color: #e6e8ee;
	color: #555;
	font-size: 15px;
	line-height: 1.55;
	padding: 16px 18px;
	vertical-align: top;
}

.msw-table tbody tr:nth-child(odd) > td {
	background: #fff;
}

.msw-table tbody tr:hover > td {
	background: #f8faff;
}

.msw-table tbody td:first-child {
	color: #222;
	font-weight: 600;
}

.msw-rating {
	background: #243b6b;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	min-width: 40px;
	padding: 6px 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.msw-article-intro__title {
		font-size: 28px;
	}

	.msw-comparison-table__title {
		font-size: 26px;
	}

	.msw-table {
		min-width: 680px;
	}

	.msw-table thead th,
	.msw-table tbody td {
		font-size: 14px;
		padding: 13px 14px;
	}
}
