@media (min-width: 320px) {

	.sf-member-pricing {
		margin-top: 0.5em;
		font-size: 0.95em;
		line-height: 1.4;
	}

	.sf-regular-price del {
		color: #999;
	}

	.sf-member-price {
		color: #d72d2d;
		font-weight: 600;
	}

	.sf-member-price-wrapper {
		background: #f8f8f8;
		padding: 0.5em;
		border-radius: 4px;
		margin-top: 0.5em;
		display: inline-block;
	}

	.sf-member-price-wrapper small {
		color: #777;
		display: block;
	}

	.sf-member-price-wrapper .price del {
		color: #888;
		display: block;
	}

	.sf-member-price-wrapper ins {
		text-decoration: none;
		color: #000;
		font-weight: bold;
		display: block;
	}

	.sf-you-saved {
		margin-top: 1em;
		padding: 0.75em 1em;
		background: #f5faff;
		border-left: 4px solid #1e87f0;
		font-size: 0.95em;
	}

	.membership-details-wrapper {
		margin-top: 0 !important;
	}

	.membership-details-wrapper div.woocommerce h3 {
		font-size: 16px;
		color: #0C5460;
	}

	.membership-details {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.membership-details .item {
		padding: 0 0 3px;
		font-size: 14px;
		display: flex;
		align-items: flex-start;
	}

}

@media (min-width: 992px) {

	.membership-details-wrapper div.woocommerce h3 {
		font-size: 16px;
		color: #0C5460;
	}

	.membership-details .item {
		padding: 0 0 5px;
		font-size: 16px;
		display: flex;
		align-items: center;
	}

}