#gwdyd_search_form form [type="submit"] {
	display: none !important;
}

#serp_pagination {
    gap: 1rem;
}

.yacht-serp-template .fa.fa-heart,
.yacht-serp-template .fa.fa-heart-o {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}

.yacht-serp-template .fa.fa-heart:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/12/heart.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.yacht-serp-template .fa.fa-heart-o:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/12/heart-o.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.yacht-serp-template .hidden-accessible {
    display: none;
}

.yacht-serp-template-ctas a,
#gwdyd_search_form_submit {
    padding: 0.5em 1em;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    background-color: #DF8B70;
    color: #223A42 !important;
    font-size: 14.2px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border: 1px solid #DF8B70;
}

.yacht-serp-template-ctas a:hover,
#gwdyd_search_form_submit:hover {
    background-color: rgba(0,0,0,0);
    color: #DF8B70 !important;
}

.yacht-serp-template {
    position: relative;
    gap: 1em;
    margin: 1em 0;
    padding: 1em;
    background-color: #fefefe;
    overflow: hidden;
}

.yacht-serp-template > .ct-link-button {
	position: absolute;
    right: 0px;
    top: 0px;
}

.yacht-serp-template-img {
    object-fit: cover;
    align-self: stretch;
    aspect-ratio: 1;
    max-width: 207px;
    width: 100%;
}

.yacht-serp-loading {
    width: 100%;
    height: 250px;
    background-color: #d8d8d8;
	background: linear-gradient(to right, #eee 0%, #ccc 50%, #eee 100%);
	background-size: 200% 100%;
	animation: gradient-flow 2s linear infinite;
    position: relative;
    overflow: hidden;
    display: block;
	margin: 1em 0;
}

@keyframes gradient-flow {
  0% {
    background-position: 100% 0; /* Start with the gradient off to the right */
  }
  100% {
    background-position: -100% 0; /* Move the gradient off to the left */
  }
}

.yacht-serp-template-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
	flex: 1 1 100%;
}

.yacht-serp-template-texts {
	flex: 1 1 60%;
    max-width: 60%;
}

.yacht-serp-template-rhs {
	flex: 0 1 40%;
    max-width: 40%;
    text-align: center;
}

.yacht-serp-template-texts h1 {
    font-size: 34px !important;
}

.yacht-serp-template-texts h1 a {
    font-family: "Sentinel", Sans-serif;
}

.yacht-serp-template-prices {
    font-family: 'Sentinel';
    font-style: italic;
    font-size: 24px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1em;
    margin-bottom: 25px;
}

.yacht-serp-template-prices > div:nth-child(1) {
    width: 100%;
}

.yacht-serp-template-special-ribbon {
    transform: translateY(-100%) rotate(90deg) translateX(70.7106781187%) rotate(-135deg);
    transform-origin: bottom left;
    background-color: #223A42;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 50px;
    inset-inline-start: -2rem;
    inset-block-start: -2rem;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
	.yacht-serp-template {
		flex-direction: column;
	}
	.yacht-serp-template-columns {
		flex-direction: column;
	}
	.yacht-serp-template-texts,
	.yacht-serp-template-rhs {
		max-width: 100%;
		flex: 1 1 100%;
	}
	.yacht-serp-template-img {
		margin-left: auto;
    	margin-right: auto;
	}
    .yacht-serp-template-img {
        width: 100%;
        max-width: 100%;
    }
}