:root {
	--mooring-card-navy: #061c27;
	--mooring-card-grey: #f4f4f5;
}

body .whatsapp-chat-widget {
	z-index: 100 !important;
}

.page-template-templatesmooring-php .filter-help a:hover,
.page-template-templatesmooring-php .show-results:hover {
	/* text-decoration: underline !important; */
}
.concierge-card a:hover {
	text-decoration: underline !important;
	text-decoration-line: underline !important;
}
.listing-card {
	min-width: 0;
	overflow: hidden;
	background: var(--mooring-card-grey);
}

.listing-card[hidden] {
	display: none;
}

.listing-card > img {
	display: block;
	width: 100%;
	height: 283px;
	object-fit: cover;
}

.listing-info {
	padding: 20px 25px 30px;
}

.location-pin {
	width: 15px;
	height: 18px;
	margin-right: 10px;
	flex: 0 0 15px;
}

.listing-info h2 {
	margin: 14px 0 8px;
	color: var(--mooring-card-navy);
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
}

.listing-price small {
	font-size: 15px;
}

.listing-specs span {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 10px;
	text-transform: uppercase;
}

.listing-specs b {
	display: block;
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-transform: none;
}

@media (max-width: 767px) {
	.listing-card > img {
		height: auto;
		aspect-ratio: 1.55 / 1;
	}

	.listing-info {
		padding: 14px 15px 15px;
	}

	.location {
		font-size: 11px;
	}

	.listing-info h2 {
		margin: 9px 0 5px;
		font-size: 17px;
	}

	.listing-price {
		margin-bottom: 13px;
		font-size: 15px;
	}

	.listing-specs {
		padding-top: 15px;
	}

	.listing-specs b {
		font-size: 13px;
	}
}

:root {
	--navy: #061f2a;
	--sand: #c9ab7e;
	--paper: #f4f4f5;
	--ink: #071e29;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Lato", Arial, sans-serif;
	color: var(--ink);
	background: #fff;
}

button,
a {
	font: inherit;
}

.benefit-bar {
	height: 49px;
	padding: 0 11%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--navy);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 12px;
}

.archive-header {
	height: 97px;
	padding: 0 4.7% 0 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
	background: linear-gradient(90deg, #aeb9be, #f7f9fa);
}

.archive-brand {
	position: absolute;
	top: 0;
	left: 11.2%;
	width: 170px;
	height: 160px;
	display: grid;
	place-items: center;
	background: #fff;
}

.archive-brand img {
	width: 125px;
	max-height: 135px;
}

.archive-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.8vw, 55px);
}

.archive-nav a {
	color: var(--ink);
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: clamp(12px, 0.9vw, 17px);
}

.archive-nav button {
	width: 67px;
	height: 45px;
	border: 0;
	background: var(--navy);
	color: #fff;
}

.archive-menu {
	display: none;
}

.archive-hero {
	min-height: 525px;
	background: var(--navy);
	color: #fff;
}

.archive-hero > .container {
	width: min(85.2%, 1635px);
	margin: 0 auto;
}

.archive-hero h1 {
	width: 750px;
	max-width: 100%;
	margin: 0;
	padding-top: 215px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.archive-hero p {
	width: 750px;
	max-width: 100%;
	margin: 0;
	padding-top: 15px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.archive-content {
	margin-top: 101px;
	margin-bottom: 120px;
	display: grid;
	grid-template-columns: 362px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
}

.country-destinations {
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s ease-in-out;
}

.country-destinations.open {
	max-height: 300px;
}

.results-count {
    font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
}

.listings {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	justify-content: space-between;
}

.no-results {
	grid-column: 1 / -1;
	padding: 50px;
	text-align: center;
	background: var(--paper);
	font-size: 22px;
	margin-top: 20px;
}

.filters {
	padding: 35px 30px;
	position: sticky;
	top: 20px;
	background: var(--navy);
	color: #fff;
	border-top: 5px solid #c2a882;
}

.filter-title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.filter-title h2 {
	margin: 0;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.filter-title button,
button#resetFilters {
	border: 0;
	background: none;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 180%;
	text-decoration: underline;
	cursor: pointer;
}

.filters fieldset {
	margin: 0;
	padding: 0 0 30px;
	border: 0;
	border-bottom: 1px solid #fff;
}

.filters fieldset:nth-of-type(2) legend {
	padding-top: 30px;
	margin-bottom: 15px;
}

.filters fieldset:nth-of-type(2) button {
	margin: 6px 0;
}

.filters legend {
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.length-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.length-options button {
	height: 35px;
	padding: 8px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	cursor: pointer;
}

.length-options button:hover {
	border-color: #c2a882;
	background: #c2a882;
	color: #061c27;
}

.length-options button.active {
	border-color: #c2a882;
	background: #c2a882;
	color: #061c27;
}

.filters label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	cursor: pointer;
}

.filters label.sub {
	padding-left: 25px;
}

.filters input {
	position: absolute;
	opacity: 0;
}

.filters label span {
	position: relative;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	display: block;
	border: 1px solid #fff;
}

.filters input:checked + span {
	background: transparent;
	box-shadow: none;
}

.filters input:checked + span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	background: #c2a882;
	transform: translate(-50%, -50%);
}

.show-results {
	width: 302px;
	max-width: 100%;
	height: auto;
	margin-top: 30px;
	padding: 14px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 0;
	background: #c2a882;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 180%;
	cursor: pointer;
}

.filter-help {
	margin-top: 40px;
	padding: 30px 20px;
	padding-bottom: 30px;
	background: #fff;
	color: var(--ink);
}

.filter-help h3 {
	width: 268px;
	max-width: 100%;
	margin-bottom: 5px;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.filter-help p {
	width: 262px;
	max-width: 100%;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
}

.filter-help a {
	/* margin-top: 9px; */
	padding: 11px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #061c27;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 180%;
	text-decoration: none;
    border: 1px solid var(--ink);

    transition: all ease 0.2s;
}

.filter-help a:hover {
    background: var(--white);
    border: 1px solid var(--navy);
    color: var(--ink);
    text-decoration: none!important;
}

.filter-close,
.mobile-filter-trigger {
	display: none;
}

.listing-card {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 418px;
	overflow: hidden;
	background: var(--paper);
}

.listing-card:hover,
.listing-card:focus,
.listing-card:visited {
	text-decoration: none !important;
}

.listing-card[hidden] {
	display: none;
}

.listing-card .listing-image {
	display: block;
	width: 100%;
	height: 283px;
    overflow: hidden;
}

.listing-card .listing-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.25s;
}

.listing-card:hover .listing-image img {
	transform: scale(1.1);
}

.location {
	display: flex;
	align-items: center;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 0px;
}

.location svg.location-separator {
	width: 4px;
	height: 4px;
	margin: 0px 5px;
}

.location-pin {
	width: 15px;
	height: 18px;
	flex: 0 0 15px;
	fill: #c2a882;
}

.listing-info h2 {
	margin: 0px 0px 6px 0px;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
}

.listing-price {
	margin: 0 0 20px;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
}

.listing-price small {
	font-size: 15px;
}

.listing-specs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px;
	border-top: 1px solid var(--ink);
	padding-top: 20px;
}

.listing-specs span {
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 10px;
	text-transform: uppercase;
}

.listing-specs b {
	display: block;
	color: #000;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	text-transform: none;
	gap: 2px;
	padding-bottom: 2px;
}

.concierge-card {
	width: 100%;
	min-height: 501px;
	align-self: stretch;
	overflow: hidden;
	background: #061c27;
	color: #fff;
	border-top: 5px solid #c2a882;
}

.concierge-card .concierge-cont {
	padding: 0px 25px 25px 25px;
}

.concierge-card .img-section {
	padding: 25px 20px 0px 20px;
}

.concierge-card .img-section img {
	width: 100%;
	height: 253px;
	object-fit: cover;
	object-position: center 25%;
}

.concierge-card h2 {
	width: 400px;
	max-width: 100%;
	margin: 6px 0 7px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 35px;
}

.concierge-card p {
	width: 400px;
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
}

.concierge-card a {
	margin-top: 20px;
	margin-bottom: 3px;
	padding: 11px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #c2a882;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 180%;
	text-decoration: none;
}

.archive-contact {
	position: fixed;
	right: 0;
	top: 58%;
	z-index: 30;
	display: grid;
	justify-items: end;
	gap: 10px;
}

.archive-contact a {
	width: auto;
	height: 48.619px;
	min-width: 48.619px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #c5a981;
	color: #061c27;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.25s ease;
	box-shadow: 1.945px 1.945px 5.834px rgba(0, 0, 0, 0.4);
}

.archive-contact a:first-child {
	padding: 14.586px 24.31px;
	gap: 9.724px;
	line-height: 13.613px;
	letter-spacing: 0.972px;
	transform: translateX(118px);
}

.archive-contact a:first-child img {
	width: 27.098px;
	height: 14.591px;
	transform: rotate(-44.218deg);
}

.archive-contact a:nth-child(2) {
	padding: 14.586px 24.31px;
	gap: 9.724px;
	line-height: 13.613px;
	letter-spacing: 0.972px;
	transform: translateX(calc(100% - 72px));
}

.archive-contact a:nth-child(2) img {
	width: 19.448px;
	height: 19.448px;
}

.archive-contact a:nth-child(3) {
	padding: 0 14.586px;
	line-height: 29.755px;
	transform: translateX(calc(100% - 48.619px));
}

.archive-contact a:nth-child(3) img {
	width: 39.868px;
	height: 48.619px;
}

.archive-contact a:hover,
.archive-contact a:focus {
	transform: translateX(0);
}

.archive-trust {
	height: 68px;
	padding: 0 22%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--sand);
}

.archive-footer {
	padding: 110px 0 50px;
	background: var(--navy);
	color: #c8d0d3;
}

.archive-footer-grid {
	width: min(73%, 1400px);
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1.4fr 1fr;
	align-items: center;
}

.archive-footer nav {
	display: grid;
	gap: 29px;
}

.archive-footer a {
	color: #c8d0d3;
	text-decoration: none;
	font-size: 19px;
}

.archive-footer-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
	text-align: center;
}

.archive-footer-brand img {
	width: 300px;
	max-height: 235px;
}

.archive-footer-brand p {
	margin: 36px 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.archive-copy {
	margin: 80px 0 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}

.filters button.country-toggle {
	appearance: unset;
	border: unset;
	background-color: unset;
	width: 100%;
	text-align: left;
	color: white;
	display: flex;
	gap: 8px;
	align-items: center;
}

.filters button.country-toggle:hover {
	cursor: pointer;
	text-decoration: underline;
}

.filters button.country-toggle svg {
	transition: all 0.35s ease-in-out;
}

.filters button.country-toggle.open svg {
	transform: rotate(90deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
	.benefit-bar {
		padding-inline: 4%;
		font-size: 9px;
	}

	.archive-header {
		padding-right: 25px;
	}

	.archive-brand {
		left: 4%;
		width: 140px;
	}

	.archive-nav {
		gap: 18px;
	}

	.archive-nav a {
		font-size: 11px;
	}

	.archive-hero {
		padding-inline: 7%;
	}

	.archive-content {
		width: 86%;
		grid-template-columns: 300px minmax(0, 1fr);
	}

	.filters {
		width: 100%;
		min-height: 0;
		padding: 32px 28px;
		position: static;
	}

	.listings {
		grid-template-columns: 1fr;
	}

	.listing-card > img {
		max-width: 100%;
		height: 283px;
	}

	.listing-card:hover {
		transform: scale(1.1);
	}

	.archive-contact {
		display: none;
	}

	.archive-trust {
		padding-inline: 8%;
	}

	.archive-footer-grid {
		width: 86%;
	}
}

@media (max-width: 767px) {
	.benefit-bar {
		height: 34px;
		padding: 0 8%;
		justify-content: center;
		font-size: 7px;
		overflow: hidden;
	}

	.benefit-bar span {
		display: none;
	}

	.benefit-bar span:nth-child(2) {
		display: block;
		white-space: nowrap;
	}

	.archive-header {
		height: 56px;
		padding: 0 20px;
	}

	.archive-brand {
		top: 0;
		left: 24px;
		width: 70px;
		height: 81px;
	}

	.archive-brand img {
		width: 55px;
		max-height: 70px;
	}

	.archive-nav {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		padding: 55px 24px 28px;
		flex-direction: column;
		align-items: stretch;
		background: #f7f9fa;
	}

	.archive-nav.open {
		display: flex;
	}

	.archive-nav a {
		font-size: 14px;
	}

	.archive-nav button {
		width: 60px;
	}

	.archive-menu {
		display: grid;
		gap: 5px;
		padding: 5px;
		border: 0;
		background: transparent;
	}

	.archive-menu span {
		width: 22px;
		height: 2px;
		background: var(--ink);
	}

	.archive-hero {
		min-height: 387px;
		padding: 88px 0 27px;
	}

	.archive-hero > .container {
		width: auto;
	}

	.archive-hero h1 {
		width: auto;
		margin-top: 113px;
		padding-top: 0;
		color: #fff;
		font-family: "Raleway", sans-serif;
		font-size: 27px;
		font-weight: 700;
		line-height: 120%;
		text-transform: uppercase;
	}

	.archive-hero p {
		width: auto;
		max-width: 480px;
		margin-top: 8px;
		margin-bottom: 50px;
		padding-top: 0;
		color: #fff;
		font-family: "Raleway", sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
	}

	.archive-content {
		width: 100%;
		margin-top: 50px !important;
		margin-bottom: 80px !important;
		display: block;
	}

	.listings {
		grid-template-columns: 1fr;
		gap: 10;
		background: #fff;
	}

	.mobile-filter-trigger {
		display: block;
		position: fixed;
		bottom: -26px;
		left: 0;
		z-index: 9999999;
		width: 100vw;
		min-width: 100vw;
		height: 53px;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: var(--navy);
		color: #fff;
		font-family: "Raleway", sans-serif;
		font-size: 15px;
		font-weight: 600;
		line-height: 120%;
		text-transform: uppercase;
		cursor: pointer;
		transform: translateY(-50%);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
	}

	.filters {
		display: none;
		width: auto;
		min-height: 0;
		position: absolute;
		top: var(--filter-panel-top, 20vh);
		right: 17px;
		left: 17px;
		z-index: 99999999;
		max-height: calc(80vh - 50px);
		padding: 0;
		border: 0;
		border-top: 4px solid var(--sand);
		overflow-y: auto;
		background: var(--navy);
	}

	.filters.open {
		display: block;
	}

	.filters.open::before {
		content: none;
	}

	.filter-close {
		display: grid;
		place-items: center;
		position: relative;
		top: 25px;
		right: 20px;
		z-index: 99999;
		width: 27px;
		height: 27px;
		margin: -24px -14px 0 auto;
		padding: 0;
		border: 2px solid #fff;
		background: #fff;
		color: var(--navy);
		font-size: 24px;
		line-height: 1;
		cursor: pointer;
	}

	.filter-inner {
		width: 310px;
		max-width: calc(100% - 25px);
		margin: 40px 0 30px 25px;
	}

	.filter-title {
		padding: 0;
		margin-bottom: 25px;
	}

	.filter-title h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.filters fieldset {
		margin-bottom: 25px;
		padding: 20px 0;
	}

	.filters fieldset:nth-of-type(2) legend {
		padding-top: 0;
	}

	.filters fieldset:nth-of-type(2) label {
		margin: 7px 0;
	}

	.filters legend {
		margin-bottom: 15px;
		padding: 0;
		font-size: 20px;
	}

	.length-options {
		display: grid;
		gap: 10px;
		margin-bottom: 25px;
	}

	.length-options button {
		height: auto;
		padding: 0;
		display: block;
		border: 0;
		text-align: left;
		font-size: 16px;
	}

	.length-options button::before {
		content: "";
		display: inline-block;
		width: 19px;
		height: 19px;
		margin-right: 7px;
		border: 1px solid #fff;
		border-radius: 50%;
		vertical-align: -1px;
	}

	.length-options button.active {
		background: none;
		color: #fff;
	}

	.length-options button.active::before {
		background: var(--sand);
		box-shadow: inset 0 0 0 3px var(--navy);
	}

	.filters label {
		margin: 7px 0;
		font-size: 16px;
	}

	.filters label.sub {
		padding-left: 17px;
	}

	.filters label span {
		width: 12px;
		height: 12px;
		flex: 0 0 12px;
	}

	.filters input:checked + span::after {
		width: 6px;
		height: 6px;
	}

	.show-results {
		width: 310px;
		max-width: calc(100% - 25px);
		margin: 0 0 43px 25px;
		padding: 14px 25px;
	}

	.filter-help {
		display: none;
	}

	body.filter-open {
		overflow: hidden;
	}

	body.filter-open::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: 900;
		background: rgba(0, 0, 0, 0.32);
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px);
	}

	.listing-card {
		max-width: 100%;
		margin: 0;
	}

	.listing-card > img {
		max-width: 100%;
		height: 227px;
	}

	.listing-info {
		min-height: 0;
		padding: 25px 20px;
	}

	.location {
		font-size: 13px;
	}

	.listing-info h2 {
		margin: 0;
		font-size: 20px;
	}

	.listing-price {
		margin: 5px 0 15px;
		font-size: 18px;
	}

	.listing-specs b {
		font-size: 18px;
	}

	.listing-specs span {
		font-size: 12px;
	}

	.concierge-card img {
		width: 320px;
		max-width: 100%;
		height: 202px;
	}

	.concierge-card h2 {
		margin-top: 25px;
		margin-bottom: 4px;
		font-size: 20px;
	}

	.concierge-card p {
		font-size: 13px;
	}

	.concierge-card a {
		margin-top: 15px;
		margin-bottom: 25px;
		padding: 9px 18px;
		font-size: 13px;
	}

	.archive-contact {
		display: none;
	}

	.archive-trust {
		height: auto;
		padding: 20px 7%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		font-size: 12px;
	}

	.archive-footer {
		padding-top: 70px;
	}

	.archive-footer-grid {
		grid-template-columns: 1fr;
		gap: 50px;
		text-align: center;
	}

	.archive-footer nav {
		gap: 15px;
	}

	.archive-footer a {
		font-size: 15px;
	}

	.archive-footer-brand {
		grid-row: 1;
	}

	.archive-footer-brand img {
		width: 210px;
	}

	.archive-copy {
		margin-top: 55px;
	}
}

@media (max-width: 460px) {
	.archive-trust {
		grid-template-columns: 1fr;
	}
}
