/*
 * WNYpress Hosting
 * Archive-first presentation for normal WordPress product posts.
 * Product, live price, checkout, and category-routing behavior stays in plugins.
 */

:root {
	--wny-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.05);
	--wny-shadow-md: 0 12px 34px rgba(16, 24, 40, 0.09);
	--wny-shadow-lg: 0 28px 70px rgba(16, 24, 40, 0.13);
	--wny-radius-sm: 8px;
	--wny-radius: 14px;
	--wny-radius-lg: 24px;
}

:root :where(.wp-site-blocks) {
	overflow-wrap: anywhere;
}

.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

/* Local header. Global Core owns the dark ecosystem header/footer. */
.wny-local-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: rgba(255, 255, 255, 0.97);
	position: relative;
	z-index: 20;
}

.wny-local-header__inner {
	min-height: 76px;
}

.wny-local-header .wny-local-brand {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 780;
	letter-spacing: -0.02em;
	line-height: 1;
}

.wny-local-header .wny-local-brand a,
.wny-local-header .wp-block-navigation-item__content {
	color: var(--wp--preset--color--charcoal);
	text-decoration: none;
}

.wny-local-header .wp-block-navigation-item__content:hover,
.wny-local-header .wp-block-navigation-item__content:focus-visible {
	color: var(--wp--preset--color--brand);
}

.wny-local-header .wp-block-navigation__responsive-container-open,
.wny-local-header .wp-block-navigation__responsive-container-close {
	border-radius: 7px;
	padding: 0.35rem;
}

/* Shared typography helpers. */
.wny-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
	margin-bottom: 0.7rem;
}

.wny-kicker::before {
	content: "";
	width: 1.6rem;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.has-text-align-center.wny-kicker {
	display: flex;
	justify-content: center;
}

.wny-section-lede,
.wny-hosting-archive__description {
	color: var(--wp--preset--color--muted);
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.18rem);
	line-height: 1.65;
	max-width: 760px;
}

.has-text-align-center.wny-section-lede {
	margin-left: auto;
	margin-right: auto;
}

/* Buttons. */
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
	transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
	box-shadow: 0 5px 15px rgba(47, 91, 231, 0.14);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
	transform: translateY(-1px);
	background: var(--wp--preset--color--brand-dark) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--mist);
}

/* Front page. */
.wny-hosting-front {
	min-height: 40vh;
}

.wny-hosting-hero {
	position: relative;
	overflow: hidden;
	padding-top: clamp(4.25rem, 8vw, 7rem);
	padding-bottom: clamp(4.25rem, 8vw, 7rem);
	background:
		radial-gradient(circle at 78% 25%, rgba(47, 91, 231, 0.13), transparent 23rem),
		linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
	border-bottom: 1px solid #dbe7f9;
}

.wny-hosting-hero::after {
	content: "";
	position: absolute;
	right: -8rem;
	bottom: -12rem;
	width: 34rem;
	height: 34rem;
	border: 1px solid rgba(47, 91, 231, 0.11);
	border-radius: 50%;
	pointer-events: none;
}

.wny-hosting-hero__inner {
	position: relative;
	z-index: 2;
}

.wny-hosting-hero h1 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.wny-hosting-hero__lede {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: var(--wp--preset--color--muted);
	font-size: clamp(1.2rem, 1.05rem + 0.55vw, 1.6rem);
	line-height: 1.55;
}

.wny-hosting-trust {
	border-top: 1px solid var(--wp--preset--color--line);
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: #fff;
}

.wny-hosting-trust__grid {
	margin: 0;
	padding-top: 1.15rem;
	padding-bottom: 1.15rem;
}

.wny-hosting-trust p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 720;
	color: #25314a;
}

.wny-hosting-categories,
.wny-hosting-catalog-section {
	padding-top: clamp(4rem, 7vw, 6.5rem);
	padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.wny-hosting-categories {
	background: #fff;
}

.wny-hosting-catalog-section {
	background: var(--wp--preset--color--cloud);
	border-top: 1px solid var(--wp--preset--color--line);
}

.wny-hosting-category-grid {
	margin-top: 2rem;
	gap: 1rem;
}

.wny-hosting-category-grid--two {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.wny-hosting-category-card {
	height: 100%;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wny-radius);
	background: #fff;
	box-shadow: var(--wny-shadow-sm);
	padding: 1.5rem;
	transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.wny-hosting-category-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--wny-shadow-md);
	border-color: #cbd5e1;
}

.wny-hosting-category-card h3 {
	margin-top: 0;
	margin-bottom: 0.45rem;
}

.wny-hosting-category-card p {
	color: var(--wp--preset--color--muted);
}

.wny-hosting-category-card .wny-card-link {
	margin-top: auto;
	font-size: 0.9rem;
	font-weight: 750;
}

/* Product Query Loops. Each normal post owns its reseller/product block. */
.wny-hosting-query {
	margin-top: clamp(2rem, 4vw, 3rem);
}

.wny-hosting-product-grid {
	gap: clamp(1rem, 2vw, 1.5rem);
}

.wny-hosting-product-card {
	height: 100%;
	min-width: 0;
	border: 1px solid #d8e1ee;
	border-radius: var(--wny-radius);
	background: #fff;
	box-shadow: var(--wny-shadow-sm);
	padding: clamp(1rem, 2vw, 1.4rem);
	transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.wny-hosting-product-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--wny-shadow-md);
	border-color: #bfcde1;
}

.wny-hosting-product-card > .wp-block-post-content,
.wny-hosting-product-card .wp-block-post-content {
	margin-block-start: 0;
}

.wny-hosting-product-card .wp-block-post-content > :first-child {
	margin-block-start: 0;
}

.wny-hosting-product-card .wp-block-post-content > :last-child {
	margin-block-end: 0;
}

/* Make plugin/reseller product markup harmonize without depending on one plugin class. */
.wny-hosting-product-card :where(img) {
	max-width: 100%;
	height: auto;
}

.wny-hosting-product-card :where(h2, h3, h4) {
	font-size: 1.08rem;
	line-height: 1.25;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.wny-hosting-product-card :where(button, input[type="submit"], .button, .wp-element-button) {
	border: 0;
	border-radius: 8px;
	background: var(--wp--preset--color--brand);
	color: #fff;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.2;
	padding: 0.72rem 1rem;
	cursor: pointer;
}

.wny-hosting-product-card :where(button, input[type="submit"], .button, .wp-element-button):hover {
	background: var(--wp--preset--color--brand-dark);
}

.wny-hosting-product-card :where(a:not(.wp-element-button)) {
	text-decoration: none;
}

.wny-hosting-query .wp-block-query-pagination {
	margin-top: 2.5rem;
	gap: 0.75rem;
}

.wny-hosting-query .wp-block-query-pagination a,
.wny-hosting-query .wp-block-query-pagination .page-numbers {
	font-weight: 650;
}

/* MBOS CTA. */
.wny-hosting-mbos {
	padding-top: clamp(3.5rem, 6vw, 5rem);
	padding-bottom: clamp(3.5rem, 6vw, 5rem);
	background: #eaf3ff;
	border-top: 1px solid #d6e6fb;
}

.wny-hosting-mbos__inner {
	max-width: 820px;
}

.wny-hosting-mbos p {
	color: #4e6078;
}

/* Archives. Parent-category handling can continue to be supplied by the plugin. */
.wny-hosting-archive {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.wny-hosting-archive__heading {
	margin-bottom: 2.5rem;
}

.wny-hosting-archive__heading h1,
.wny-hosting-archive__heading .wp-block-query-title {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.wny-hosting-archive__description p {
	margin-top: 0;
}

/* Single product post. Let its reseller block be the star. */
.wny-hosting-single,
.wny-hosting-page,
.wny-hosting-not-found {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.wny-hosting-single__inner {
	max-width: 1000px;
}

.wny-hosting-back {
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 1.75rem;
}

.wny-hosting-single__tax {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--wp--preset--color--line);
	color: var(--wp--preset--color--muted);
	font-size: 0.88rem;
}

.wny-hosting-single__tax a {
	color: var(--wp--preset--color--brand);
}

.wny-hosting-not-found__inner {
	max-width: 760px;
}

.wny-hosting-not-found .wp-block-search {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.wp-block-search__input,
.wny-hosting-page input:not([type="submit"]),
.wny-hosting-page select,
.wny-hosting-page textarea {
	border: 1px solid #cfd6e0;
	border-radius: 8px;
	background: #fff;
	color: var(--wp--preset--color--ink);
	font: inherit;
	padding: 0.78rem 0.9rem;
}

.wp-block-search__button {
	border: 0;
	border-radius: 8px;
	background: var(--wp--preset--color--brand);
	color: #fff;
	font-weight: 750;
	padding: 0.78rem 1rem;
}

/* Accessible focus. */
:where(a, button, input, textarea, select, .wp-element-button):focus-visible {
	outline: 3px solid rgba(47, 91, 231, 0.36);
	outline-offset: 3px;
}

@media (max-width: 960px) {
	.wny-hosting-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 781px) {
	.wny-local-header__inner {
		min-height: 66px;
	}

	.wny-hosting-hero {
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}

	.wny-hosting-trust__grid {
		gap: 0.55rem;
	}

	.wny-hosting-category-card:hover,
	.wny-hosting-product-card:hover {
		transform: none;
	}

	.wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.25rem;
	}
}

@media (max-width: 600px) {
	.wny-hosting-product-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Parent / child category split. */
.wny-hosting-parent-category__children {
	margin-top: clamp(2rem, 4vw, 3rem);
}

.wny-hosting-parent-category .wp-block-wnypress-hosting-child-category-grid,
.wny-hosting-parent-category .wnypress-hosting-child-category-grid {
	max-width: none;
}

.wny-hosting-parent-category .wnypress-hosting-child-category-grid__card {
	border-color: #d8e1ee;
	border-radius: var(--wny-radius);
	box-shadow: var(--wny-shadow-sm);
}

.wny-hosting-parent-category .wnypress-hosting-child-category-grid__card:hover,
.wny-hosting-parent-category .wnypress-hosting-child-category-grid__card:focus-within {
	border-color: #bfcde1;
	box-shadow: var(--wny-shadow-md);
}

.wny-hosting-parent-category .wnypress-hosting-child-category-grid__media {
	background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}

.wny-hosting-parent-category .wnypress-hosting-child-category-grid__cta {
	color: var(--wp--preset--color--brand);
	font-weight: 750;
}

.wny-hosting-child-category__query {
	margin-top: clamp(2rem, 4vw, 3rem);
}

/* --------------------------------------------------------------------------
 * WNYpress network 404
 * -------------------------------------------------------------------------- */
.wny-404 {
	box-sizing: border-box;
	padding: clamp(2.25rem, 5vw, 4.25rem) 1.25rem clamp(3rem, 6vw, 5rem);
	background: #ffffff;
	color: #142239;
}

.wny-404__inner {
	max-width: 760px !important;
	margin-inline: auto;
	text-align: center;
}

.wny-404__code {
	margin: 0 0 .25rem;
	color: #d9dce2;
	font-size: clamp(4.75rem, 10vw, 7.5rem);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .82;
}

.wny-404__title {
	margin: 0 auto clamp(1rem, 2vw, 1.35rem);
	max-width: 720px;
	color: #142239;
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.wny-404-media {
	width: min(100%, 410px);
	margin: 0 auto .55rem;
}

.wny-404-media__window {
	padding: 3px;
	border: 1px solid #202020;
	background: #bfbfbf;
	box-shadow:
		0 0 0 1px #f4f4f4 inset,
		0 0 0 2px #6d6d6d,
		0 10px 24px rgba(20, 34, 57, .14);
}

.wny-404-media__titlebar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 27px;
	padding: 3px 5px 3px 8px;
	background: #07379b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	user-select: none;
}

.wny-404-media__close {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid #1f1f1f;
	background: #d6d6d6;
	box-shadow: 1px 1px 0 #ffffff inset, -1px -1px 0 #707070 inset;
	color: #111111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.wny-404-media video {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	background: #000000;
}

.wny-404-media__hear {
	display: inline-flex;
	gap: .42rem;
	align-items: center;
	justify-content: center;
	margin: .7rem auto 0;
	padding: .2rem .35rem;
	border: 0;
	background: transparent;
	color: #064cc9;
	font: inherit;
	font-size: .95rem;
	font-weight: 650;
	line-height: 1.35;
	cursor: pointer;
}

.wny-404-media__hear:hover,
.wny-404-media__hear:focus-visible {
	text-decoration: underline;
}

.wny-404-media__hear:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.wny-404-media__speaker {
	font-size: 1.05rem;
	line-height: 1;
}

.wny-404__subtitle {
	margin: .65rem auto .35rem;
	max-width: 640px;
	color: #142239;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	font-weight: 750;
	line-height: 1.25;
}

.wny-404__copy {
	max-width: 560px;
	margin: 0 auto 1.15rem;
	color: #4e5b6d;
	font-size: 1rem;
	line-height: 1.55;
}

.wny-404__actions {
	gap: .8rem;
	margin: 0 auto 1.1rem;
}

.wny-404__actions .wp-block-button__link {
	min-width: 190px;
	padding: .78rem 1.15rem;
	border-radius: 6px;
	font-weight: 700;
}

.wny-404__home .wp-block-button__link::before {
	content: "⌂";
	margin-right: .45rem;
	font-size: 1.15em;
	vertical-align: -.03em;
}

.wny-404__support .wp-block-button__link::before {
	content: "?";
	display: inline-grid;
	width: 1.2em;
	height: 1.2em;
	margin-right: .45rem;
	place-items: center;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	font-size: .78em;
	font-weight: 800;
	line-height: 1;
	vertical-align: .1em;
}

.wny-404__search-wrap {
	max-width: 410px !important;
	margin-inline: auto;
}

.wny-404__search-label {
	margin: 0 0 .35rem;
	color: #7a828d;
	font-size: .8rem;
}

.wny-404__search.wp-block-search {
	margin: 0;
}

.wny-404__search .wp-block-search__inside-wrapper {
	min-height: 42px;
	padding: 0;
	border: 1px solid #d4d9e0;
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.wny-404__search .wp-block-search__input {
	min-width: 0;
	padding: .65rem .8rem;
	border: 0;
	outline: 0;
	background: transparent;
	color: #142239;
	font: inherit;
}

.wny-404__search .wp-block-search__button {
	margin: 0;
	padding: .55rem .7rem;
	border: 0;
	background: transparent;
	color: #334155;
}

.wny-404__search .wp-block-search__button:hover,
.wny-404__search .wp-block-search__button:focus-visible {
	background: #f3f5f8;
}

@media (max-width: 600px) {
	.wny-404 {
		padding-inline: 1rem;
	}

	.wny-404__code {
		font-size: clamp(4.25rem, 24vw, 6rem);
	}

	.wny-404__title {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
	}

	.wny-404-media {
		width: min(100%, 360px);
	}

	.wny-404__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.wny-404__actions .wp-block-button,
	.wny-404__actions .wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wny-404-media video {
		scroll-behavior: auto;
	}
}


/* 0.1.6: live storefront category hierarchy in the local header. */
.wny-local-header .wp-block-wnypress-hosting-category-navigation {
	margin: 0;
}

.wny-local-header .wnypress-hosting-category-nav__list {
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 1rem;
}

.wny-local-header .wnypress-hosting-category-nav__link {
	color: var(--wp--preset--color--charcoal);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

.wny-local-header .wnypress-hosting-category-nav__toggle {
	width: 1.35rem;
	color: var(--wp--preset--color--charcoal);
}

.wny-local-header .wnypress-hosting-category-nav__row:hover > .wnypress-hosting-category-nav__link,
.wny-local-header .wnypress-hosting-category-nav__link:focus-visible,
.wny-local-header .wnypress-hosting-category-nav__item.is-current > .wnypress-hosting-category-nav__row > .wnypress-hosting-category-nav__link,
.wny-local-header .wnypress-hosting-category-nav__item.is-ancestor > .wnypress-hosting-category-nav__row > .wnypress-hosting-category-nav__link {
	color: var(--wp--preset--color--brand);
}

.wny-local-header .wnypress-hosting-category-nav__submenu {
	font-size: 0.94rem;
}

@media (max-width: 900px) {
	.wny-local-header__inner {
		flex-wrap: wrap !important;
		gap: 0.35rem 1rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.wny-local-header .wp-block-wnypress-hosting-category-navigation {
		flex-basis: 100%;
		width: 100%;
	}

	.wny-local-header .wnypress-hosting-category-nav__list {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0.2rem 0.9rem;
	}
}

/* Rich child-category merchandising stack (0.1.9). */
.wny-hosting-child-category--merchandising > :where(.wp-block-wnypress-hosting-category-benefits,.wp-block-wnypress-hosting-product-plans,.wp-block-wnypress-hosting-plan-guide,.wp-block-wnypress-hosting-related-products,.wp-block-wnypress-hosting-category-faq) {
	margin-top: clamp(3.5rem, 7vw, 6rem);
	margin-bottom: 0;
}
.wny-hosting-child-category--merchandising .wnypress-hosting-merch-heading {
	margin: 0 0 1.35rem;
	font-size: clamp(1.6rem, 1.35rem + 1vw, 2.25rem);
	letter-spacing: -0.025em;
}


/* Catalog artwork sizing — 0.1.10
 *
 * The GoDaddy/reseller catalog now uses the same square 1024×1024 artwork as
 * services.wnypress.com. These blocks were originally designed around small
 * provider icons, so constrain the richer square artwork to a consistent stage
 * without cropping it or allowing intrinsic image dimensions to stretch cards.
 */

/* Featured product on child-category merchandising pages. */
.wp-block-wnypress-hosting-featured-product :where(figure, .wp-block-image) {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.wp-block-wnypress-hosting-featured-product img {
	display: block;
	width: min(100%, 300px);
	height: auto;
	max-height: 300px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
}

/* Product-plan cards: compact, equal visual stages for every square illustration. */
.wp-block-wnypress-hosting-product-plans :where(figure, .wp-block-image) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	margin: 0 auto;
}

.wp-block-wnypress-hosting-product-plans img {
	display: block;
	width: min(100%, 210px);
	height: auto;
	max-height: 210px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
}

/* Related-product cards should use a restrained thumbnail stage, not icon-era sizing. */
.wp-block-wnypress-hosting-related-products :where(figure, .wp-block-image) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	margin: 0 auto 1rem;
}

.wp-block-wnypress-hosting-related-products img {
	display: block;
	width: min(100%, 150px);
	height: auto;
	max-height: 150px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
}

/* Generic archive/catalog cards: preserve the complete artwork and normalize height. */
:where(
	.wny-hosting-product-card,
	.wnypress-hosting-product-card,
	.wp-block-post
) .wp-block-post-featured-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

:where(
	.wny-hosting-product-card,
	.wnypress-hosting-product-card,
	.wp-block-post
) .wp-block-post-featured-image img {
	width: min(100%, 220px);
	height: auto;
	max-height: 220px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
}

/* Native single product/post featured images. */
.single-post .wp-block-post-featured-image img {
	display: block;
	width: min(100%, 420px);
	height: auto;
	max-height: 420px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	margin-inline: auto;
}

@media (max-width: 781px) {
	.wp-block-wnypress-hosting-featured-product img {
		width: min(100%, 260px);
		max-height: 260px;
	}

	.wp-block-wnypress-hosting-product-plans img {
		width: min(100%, 190px);
		max-height: 190px;
	}

	.wp-block-wnypress-hosting-related-products img {
		width: min(100%, 135px);
		max-height: 135px;
	}
}
