/* Local Overrides */

@media only screen and (min-width: 1069px) {
	.grid-item-help .headline-content {
		padding-right: 30px;
	}
}

/* Refund Tile */
@media only screen and (min-width: 1069px) {
	.grid-item-refund .typography-headline {
		font-size: 44px;
	}
}
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-refund .typography-headline {
		font-size: 36px;
	}
}
@media only screen and (max-width: 735px) {
	.grid-item-refund .typography-headline {
		font-size: 31px;
	}
}
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-refund .picture-container picture img {
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1069px) {
	.grid-item-refund .picture-container picture img {
		margin-top: 20px;
	}
}

/* Number Reviews Tile */
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-number-reviews .typography-headline {
		font-size: 38px;
	}
}

/* Review Tile */
@media only screen and (max-width: 335px) {
	.section-privacy .grid-item-review {
		padding: 48px 15px;
	}
}

@media only screen and (max-width: 1068px) {
	.grid-item-review h3 {
		max-width: 300px;
	}
}

/* Paragraphs */
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-family-friendly .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.grid-item-safety .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 1069px) {
	.grid-item-subscriptions .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 735px) {
	.grid-item-handpicked .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 735px) {
	.grid-item-handpicked .grid-item-copy p:nth-child(3) {
		padding-bottom: 25px;
	}
}

/* Moderators Tile */
@media only screen and (max-width: 734px) {
	.grid-item.grid-item-moderators {
		padding-right: 12px;
	}
}

/* Find Tile */
.grid-item.grid-item-find {
	padding-right: 26px;
}

/* Number Reviews Tile */
@media only screen and (min-width: 1069px) {
	.grid-item.grid-item-number-reviews {
		padding-right: 28px;
	}
}

/* Ribbons */

.section-hero .ribbon {
	--ribbon-background-color: rgba(37, 37, 38, 0.8);
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
}

.ribbon .ribbon-content-wrapper {
	background-color: rgba(37, 37, 39, 0.8);
	color: white;
	padding-top: 0.9411764706em;
	padding-bottom: 0.9411764706em;
	text-align: center;
	font-size: 17px;
}
.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}
.ribbon a {
	color: #2997ff;
}
