/*
Theme Name: ListingHive
Author: HivePress
Author URI: https://hivepress.io
Theme URI: https://hivepress.io/themes/listinghive
Description: A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
Version: 1.2.12
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, custom-colors, custom-menu, custom-logo, custom-header, featured-image-header, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: listinghive
*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
	display: block;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
p.has-background {
	border-radius: 3px;
}

pre {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.gallery-icon img {
	border-radius: 3px;
}

.wp-caption>img,
.wp-caption>a>img {
	border-radius: 3px;
}

.mejs-audio .mejs-controls,
.mejs-audio.mejs-container {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='min'],
input[type='max'],
input[type='value'],
input[type='step'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
select,
textarea {
	border-radius: 3px;
}

.select2-container--default .select2-dropdown,
.select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-selection {
	border-radius: 3px;
}

.select2-container--default .select2-selection--inline .select2-selection__rendered {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	line-height: 1;
}

.pac-container {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.button {
	border-radius: 3px;
}

.button--primary,
.button--secondary {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

button[type=submit],
input[type=submit] {
	border-radius: 3px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header-navbar__menu ul li ul {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.header-navbar__menu ul li ul li ul.left {
	border-top-left-radius: 3px;
}

.header-navbar__menu ul li ul li ul.right {
	border-top-right-radius: 3px;
}

.header-navbar__menu>ul>li.current-menu-item::before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.header-navbar__burger>ul>li.current-menu-item::before {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.header-navbar__burger>ul>li>a {
	color: rgba(15, 23, 39, 0.85);
}

/* Hero compatta DoorBoat */
.header-hero,
.header-hero--small,
.header-hero--medium,
.header-hero--cover,
.hp-page__header,
.page-header{
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
}

.header-hero .container,
.hp-page__header .container{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
}

@media only screen and (min-width: 75em) {
	.header-hero--small {
		padding: 4rem 0;
	}
}

@media only screen and (min-width: 48em) {
	.header-hero--medium {
		padding: 4rem 0;
	}
}

@media only screen and (min-width: 75em) {
	.header-hero--medium {
		padding: 6rem 0;
	}
}

.header-hero--cover {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}

.header-hero--cover a,
.header-hero--cover h1,
.header-hero--cover h2,
.header-hero--cover h3,
.header-hero--cover h4,
.header-hero--cover h5,
.header-hero--cover h6 {
	color: inherit;
}

.header-hero--cover::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.35);
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.title,
.content-title {
	padding-top: 1rem;
	position: relative;
}

.title::before,
.content-title::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 45px;
	display: block;
	content: '';
	background-color: #ffc107;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.title:not(:last-child),
.content-title:not(:last-child) {
	margin-bottom: 1.5rem;
}

.title--center,
.content-title--center,
.title.has-text-align-center,
.content-title.has-text-align-center {
	text-align: center;
}

.title--center::before,
.content-title--center::before,
.title.has-text-align-center::before,
.content-title.has-text-align-center::before {
	left: 50%;
	margin-left: -22px;
}

/*--------------------------------------------------------------
Modal
--------------------------------------------------------------*/
.fancybox-content {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget--sidebar,
.widget.hp-menu {
	padding: 2rem;
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
}

.widget--sidebar:not(:last-child),
.widget.hp-menu:not(:last-child) {
	margin-bottom: 2rem;
}

.widget--footer .widget__title {
	padding-top: 1rem;
	position: relative;
}

.widget--footer .widget__title::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 45px;
	display: block;
	content: '';
	background-color: #ffc107;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.widget--footer .widget__title::before {
	width: 30px;
	height: 3px;
}

.widget_product_search,
.widget_search {
	padding: 0;
	box-shadow: none;
	border: none;
}

.widget_calendar caption {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.875rem;
}

.widget_rss ul li .rss-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

/*--------------------------------------------------------------
Blocks
--------------------------------------------------------------*/
.wp-block-pullquote.is-style-solid-color {
	border-radius: 3px;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wp-block-file .wp-block-file__button {
	border-radius: 3px;
}

.wp-block-button__link {
	border-radius: 3px;
}

.wp-block-code {
	border-radius: 3px;
}

.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-item img {
	border-radius: 3px;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/
.page__title {
	text-align: center;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/
.post--archive {
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.post--archive .post__header--cover {
	color: #fff;
	position: relative;
}

.post--archive .post__header--cover a,
.post--archive .post__header--cover h1,
.post--archive .post__header--cover h2,
.post--archive .post__header--cover h3,
.post--archive .post__header--cover h4,
.post--archive .post__header--cover h5,
.post--archive .post__header--cover h6 {
	color: inherit;
}

.post--archive .post__header--cover:not(:last-child) {
	margin-bottom: 1.5rem;
}

.post--archive .post__image {
	position: relative;
}

.post--archive .post__image img {
	border-radius: 3px;
}

.post--archive .post__image a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 3px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}

.post--archive .post__text:not(:last-child) {
	margin-bottom: 1.5rem;
}

.post--archive .post__header--cover .post__categories,
.post--archive .post__header--cover .post__title {
	position: absolute;
	z-index: 1;
	left: 0;
	padding: 0 2rem;
}

.post--archive .post__header--cover .post__title {
	bottom: 0;
	padding-bottom: 2rem;
}

.post__header--cover .post__categories a {
	background-color: rgba(255, 255, 255, 0.2);
	color: inherit;
}

.post__header--cover .post__categories a:hover {
	background-color: #fff;
	color: rgba(15, 23, 39, 0.85);
}

.post--archive .post__header--cover .post__categories {
	top: 0;
	padding-top: 2rem;
}

.post__categories a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	background-color: rgba(7, 36, 86, 0.085);
	color: rgba(15, 23, 39, 0.45);
	transition: color 0.25s, background-color 0.25s;
	border-radius: 9999px;
	padding: 0.375rem 0.75rem;
}

.post__categories a:hover {
	background-color: #15cd72;
	color: #fff;
}

@media only screen and (max-width: 47.99em) {
	.post--archive .post__title {
		font-size: 1.5625rem;
	}
}

.post--single .post__title {
	text-align: center;
}

.post--single .post__title:not(:last-child) {
	margin-bottom: 1.25rem;
}

.post--single .post__categories,
.post--single .post__details {
	justify-content: center;
}

.post__details>* {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.post__details>*:not(:last-child) {
	margin-right: 0.5rem;
}

.post__details>*:not(:last-child)::after {
	content: '';
	display: block;
	background-color: rgba(7, 36, 86, 0.25);
	border-radius: 50%;
	width: 4px;
	height: 4px;
	margin-left: 0.5rem;
}

.post__header--cover .post__details>* {
	color: inherit;
}

.post__header--cover .post__details>*:not(:last-child)::after {
	background-color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/
.category--single .category__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category--single .category__description,
.category--single .category__name {
	text-align: center;
}

.category--single .category__name {
	margin-top: 0;
}

.category--single .category__count {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	background-color: rgba(7, 36, 86, 0.085);
	color: rgba(15, 23, 39, 0.45);
	transition: color 0.25s, background-color 0.25s;
	border-radius: 9999px;
	padding: 0.375rem 0.75rem;
	background-color: rgba(255, 255, 255, 0.2);
	color: inherit;
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------
Tags
--------------------------------------------------------------*/
.tagcloud a,
.wp-block-tag-cloud a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	padding: 0.25rem 0.5rem;
	color: inherit;
	transition: color 0.25s, border-color 0.25s;
	font-size: 0.6875rem !important;
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
	border-color: #ffc107;
	color: #ffc107;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments>ul>li {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
}

.comments>ul>li>ul {
	padding-top: 2rem;
	padding-left: 2rem;
	border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.comments>ul>li ul {
	margin-top: 0;
}

.comment {
	padding: 0 2rem 2rem 0;
}

.comments>ul>li>.comment {
	padding-top: 2rem;
	padding-left: 2rem;
}

.comments>ul>li>.comment ul {
	padding-left: 2rem;
}

.comment__details>* {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

#comments>.comment-respond,
.comments>ul>.comment-respond {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 2rem;
}

.comments ul li .comment-respond {
	padding: 0 2rem 2rem 5.5rem;
}

@media only screen and (max-width: 47.99em) {
	.comments ul li .comment-respond {
		padding-left: 0;
	}
}

.comment-respond [class^='comment-form-']>label:first-child {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
	justify-content: center;
}

.pagination>span,
.pagination .nav-links>a,
.pagination .nav-links>span,
.pagination>a,
.pagination ul li a,
.pagination ul li span.current,
.pagination ul li span.dots {
	border: 2px solid transparent;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
}

.pagination .nav-links>span:not(.dots),
.pagination>span:not(.dots),
.pagination ul li span.current:not(.dots) {
	border-color: rgba(7, 36, 86, 0.075);
}

/*--------------------------------------------------------------
HivePress
--------------------------------------------------------------*/
.hp {
	/*--------------------------------------------------------------
	Forms
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Listings
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Listing Categories
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Listing Packages
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Vendors
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Reviews
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Messages
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Memberships
	--------------------------------------------------------------*/
}

.hp-status span {
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-map {
	border-radius: 3px;
}

.hp-menu--tabbed .hp-menu__item--current::before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-meta,
.hp-result-count {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-page__title,
.hp-section__title {
	padding-top: 1rem;
	position: relative;
}

.hp-page__title::before,
.hp-section__title::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	width: 45px;
	display: block;
	content: '';
	background-color: #ffc107;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-form__messages {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.hp-form--listing-search,
.hp-form--vendor-search {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 0.625rem;
	align-items: center;
}

@media only screen and (max-width: 47.99em) {

	.hp-form--listing-search,
	.hp-form--vendor-search {
		align-items: stretch;
	}
}

.page span[id^=more-]+.hp-form--listing-search,
.page span[id^=more-]+.hp-form--vendor-search,
.tax-hp_listing_category .hp-form--listing-search,
.tax-hp_listing_category .hp-form--vendor-search {
	margin-top: -4.25rem;
}

@media only screen and (min-width: 48em) {

	.page span[id^=more-]+.hp-form--listing-search,
	.page span[id^=more-]+.hp-form--vendor-search,
	.tax-hp_listing_category .hp-form--listing-search,
	.tax-hp_listing_category .hp-form--vendor-search {
		margin-top: -5.25rem;
	}
}

@media only screen and (min-width: 75em) {

	.page span[id^=more-]+.hp-form--listing-search,
	.page span[id^=more-]+.hp-form--vendor-search,
	.tax-hp_listing_category .hp-form--listing-search,
	.tax-hp_listing_category .hp-form--vendor-search {
		margin-top: -6.25rem;
	}
}

.hp-form--listing-search .hp-form__field:not(:last-child),
.hp-form--listing-search .hp-form__fields:not(:last-child),
.hp-form--vendor-search .hp-form__field:not(:last-child),
.hp-form--vendor-search .hp-form__fields:not(:last-child) {
	margin-right: 0.625rem;
}

@media only screen and (max-width: 47.99em) {

	.hp-form--listing-search .hp-form__field:not(:last-child),
	.hp-form--listing-search .hp-form__fields:not(:last-child),
	.hp-form--vendor-search .hp-form__field:not(:last-child),
	.hp-form--vendor-search .hp-form__fields:not(:last-child) {
		margin: 0;
	}
}

@media only screen and (max-width: 47.99em) {

	.hp-form--listing-search .hp-form__fields:not(:last-child),
	.hp-form--vendor-search .hp-form__fields:not(:last-child) {
		margin-bottom: 0.625rem;
	}
}

.hp-form--listing-search .hp-form__field:not(:last-child),
.hp-form--vendor-search .hp-form__field:not(:last-child) {
	border-right: 1px solid rgba(7, 36, 86, 0.075);
}

@media only screen and (max-width: 47.99em) {

	.hp-form--listing-search .hp-form__field:not(:last-child),
	.hp-form--vendor-search .hp-form__field:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid rgba(7, 36, 86, 0.075);
	}
}

.hp-form--listing-search .hp-form__field input[type='color'],
.hp-form--vendor-search .hp-form__field input[type='color'],
.hp-form--listing-search .hp-form__field input[type='date'],
.hp-form--vendor-search .hp-form__field input[type='date'],
.hp-form--listing-search .hp-form__field input[type='datetime'],
.hp-form--vendor-search .hp-form__field input[type='datetime'],
.hp-form--listing-search .hp-form__field input[type='datetime-local'],
.hp-form--vendor-search .hp-form__field input[type='datetime-local'],
.hp-form--listing-search .hp-form__field input[type='email'],
.hp-form--vendor-search .hp-form__field input[type='email'],
.hp-form--listing-search .hp-form__field input[type='month'],
.hp-form--vendor-search .hp-form__field input[type='month'],
.hp-form--listing-search .hp-form__field input[type='number'],
.hp-form--vendor-search .hp-form__field input[type='number'],
.hp-form--listing-search .hp-form__field input[type='password'],
.hp-form--vendor-search .hp-form__field input[type='password'],
.hp-form--listing-search .hp-form__field input[type='range'],
.hp-form--vendor-search .hp-form__field input[type='range'],
.hp-form--listing-search .hp-form__field input[type='min'],
.hp-form--vendor-search .hp-form__field input[type='min'],
.hp-form--listing-search .hp-form__field input[type='max'],
.hp-form--vendor-search .hp-form__field input[type='max'],
.hp-form--listing-search .hp-form__field input[type='value'],
.hp-form--vendor-search .hp-form__field input[type='value'],
.hp-form--listing-search .hp-form__field input[type='step'],
.hp-form--vendor-search .hp-form__field input[type='step'],
.hp-form--listing-search .hp-form__field input[type='search'],
.hp-form--vendor-search .hp-form__field input[type='search'],
.hp-form--listing-search .hp-form__field input[type='tel'],
.hp-form--vendor-search .hp-form__field input[type='tel'],
.hp-form--listing-search .hp-form__field input[type='text'],
.hp-form--vendor-search .hp-form__field input[type='text'],
.hp-form--listing-search .hp-form__field input[type='time'],
.hp-form--vendor-search .hp-form__field input[type='time'],
.hp-form--listing-search .hp-form__field input[type='url'],
.hp-form--vendor-search .hp-form__field input[type='url'],
.hp-form--listing-search .hp-form__field select,
.hp-form--vendor-search .hp-form__field select,
.hp-form--listing-search .hp-form__field textarea,
.hp-form--vendor-search .hp-form__field textarea {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	font-size: 1.125rem;
	line-height: 3rem;
	height: 3rem;
}

.hp-form--primary .select2-container--default .select2-selection {
	border: none;
}

.hp-form--primary .select2-container--default .select2-selection__rendered {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.125rem;
	line-height: 3rem;
	height: 3rem;
}

.hp-form--primary .select2-container--default .select2-selection__arrow {
	top: 0.75rem;
}

.hp-form--listing-search .hp-form__button,
.hp-form--vendor-search .hp-form__button {
	height: 3.125rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1.125rem;
}

.hp-form--listing-sort select,
.hp-form--vendor-sort select {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-field--attachment-upload>div:first-child>div img {
	border-radius: 3px;
}

.hp-field__label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-listing--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	transition: box-shadow 0.25s;
}

.hp-listing--view-block:hover {
	box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-listing--view-block.hp-listing--featured {
	border-color: #ffc107;
}

.hp-listing--view-block .hp-listing__featured-badge {
	left: 0;
	top: 1.5rem;
	border-radius: 0 3px 3px 0;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #ffc107;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
}

.hp-listing--view-block .hp-listing__featured-badge i {
	font-size: 12px;
}

.hp-listing--view-block .hp-listing__content:not(:last-child),
.hp-listing--view-block .hp-listing__footer:not(:last-child),
.hp-listing--view-block .hp-listing__header:not(:last-child) {
	margin-bottom: 0;
}

.hp-listing--view-block .hp-listing__content {
	padding: 1.5rem;
}

.hp-listing--view-block .hp-listing__footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-listing--view-block .hp-listing__image img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.hp-listing__images-slider {
	border-radius: 3px;
}

.hp-listing__images-carousel .slick-slide img {
	border: 2px solid transparent;
	border-radius: 4px;
	opacity: 0.6;
	transition: border-color 0.25s, opacity 0.25s;
}

.hp-listing__images-carousel .slick-current img {
	border-color: #ffc107;
	opacity: 1;
}

.hp-listing__images>img {
	border-radius: 3px;
}

.hp-listing--view-block .hp-listing__created-date,
.hp-listing--view-page .hp-listing__created-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-listing__details .hp-listing__categories {
	display: none !important;
}

.hp-listing--view-block .hp-listing__categories:not(:last-child),
.hp-listing--view-page .hp-listing__categories:not(:last-child) {
	margin-bottom: 0;
}

.hp-listing--view-block .hp-listing__categories a,
.hp-listing--view-page .hp-listing__categories a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	background-color: rgba(7, 36, 86, 0.085);
	color: rgba(15, 23, 39, 0.45);
	transition: color 0.25s, background-color 0.25s;
	border-radius: 9999px;
	padding: 0.375rem 0.75rem;
}

.hp-listing--view-block .hp-listing__categories a:hover,
.hp-listing--view-page .hp-listing__categories a:hover {
	background-color: #15cd72;
	color: #fff;
}

.hp-listing--view-page .hp-listing__attributes--primary {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1rem 1.5rem;
}

.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute {
	background-color: transparent;
	padding: 0;
}

.hp-listing--view-page .hp-listing__attributes--primary .hp-listing__attribute:not(:last-child) {
	border-bottom: 1px solid rgba(7, 36, 86, 0.075);
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.hp-listing-category--submit-block,
.hp-listing-category--view-block {
	border-radius: 3px;
	transition: transform 0.25s;
	color: #fff;
	position: relative;
}

.hp-listing-category--submit-block:hover,
.hp-listing-category--view-block:hover {
	transform: translateY(-7px);
}

.hp-listing-category--submit-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--submit-block .hp-listing-category__header:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__content:not(:last-child),
.hp-listing-category--view-block .hp-listing-category__header:not(:last-child) {
	margin-bottom: 0;
}

.hp-listing-category--view-page .hp-listing-category__header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hp-listing-category--submit-block .hp-listing-category__content,
.hp-listing-category--view-block .hp-listing-category__content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2rem;
}

.hp-listing-category--submit-block .hp-listing-category__content a,
.hp-listing-category--view-block .hp-listing-category__content a,
.hp-listing-category--submit-block .hp-listing-category__content h1,
.hp-listing-category--view-block .hp-listing-category__content h1,
.hp-listing-category--submit-block .hp-listing-category__content h2,
.hp-listing-category--view-block .hp-listing-category__content h2,
.hp-listing-category--submit-block .hp-listing-category__content h3,
.hp-listing-category--view-block .hp-listing-category__content h3,
.hp-listing-category--submit-block .hp-listing-category__content h4,
.hp-listing-category--view-block .hp-listing-category__content h4,
.hp-listing-category--submit-block .hp-listing-category__content h5,
.hp-listing-category--view-block .hp-listing-category__content h5,
.hp-listing-category--submit-block .hp-listing-category__content h6,
.hp-listing-category--view-block .hp-listing-category__content h6 {
	color: inherit;
}

.hp-listing-category--submit-block .hp-listing-category__image a::after,
.hp-listing-category--view-block .hp-listing-category__image a::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 3px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.5));
}

.hp-listing-category--submit-block .hp-listing-category__image img,
.hp-listing-category--view-block .hp-listing-category__image img {
	border-radius: 3px;
}

.hp-listing-category--view-block .hp-listing-category__description,
.hp-listing-category--view-block .hp-listing-category__name {
	text-align: left;
}

.hp-listing-category--view-page .hp-listing-category__description,
.hp-listing-category--view-page .hp-listing-category__name {
	text-align: center;
}

.hp-listing-category__item-count {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	background-color: rgba(7, 36, 86, 0.085);
	color: rgba(15, 23, 39, 0.45);
	transition: color 0.25s, background-color 0.25s;
	border-radius: 9999px;
	padding: 0.375rem 0.75rem;
	background-color: rgba(255, 255, 255, 0.2);
	color: inherit;
}

.hp-listing-category--view-block .hp-listing-category__item-count {
	position: absolute;
	left: 2rem;
	top: 2rem;
	z-index: 1;
}

.hp-listing-category--view-block .hp-listing-category__content .hp-listing-category__item-count {
	display: none !important;
}

.hp-listing-package--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	transition: box-shadow 0.25s;
}

.hp-listing-package--view-block:hover {
	box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-listing-package--view-block .hp-listing-package__content:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__footer:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__header:not(:last-child) {
	margin-bottom: 0;
}

.hp-listing-package--view-block .hp-listing-package__footer,
.hp-listing-package--view-block .hp-listing-package__header {
	padding: 1rem 1.5rem;
}

.hp-listing-package--view-block .hp-listing-package__header {
	border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-listing-package--view-block .hp-listing-package__content {
	padding: 1.5rem;
}

.hp-listing-package--view-block .hp-listing-package__footer {
	border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-vendor--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	transition: box-shadow 0.25s;
}

.hp-vendor--view-block:hover {
	box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-vendor--view-block .hp-vendor__header {
	padding: 3rem 2rem 0;
}

.hp-vendor--view-block .hp-vendor__content {
	padding: 0 2rem 3rem;
}

.hp-vendor--view-block .hp-vendor__content:not(:last-child) {
	margin-bottom: 0;
}

.hp-vendor--view-block .hp-vendor__footer {
	border-top: 1px solid rgba(7, 36, 86, 0.075);
	padding: 1rem 1.5rem;
}

.hp-vendor--view-block .hp-vendor__registered-date,
.hp-vendor--view-page .hp-vendor__registered-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-vendor--view-page .hp-vendor__attributes--primary {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1rem 1.5rem;
}

.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute {
	background-color: transparent;
	padding: 0;
}

.hp-vendor--view-page .hp-vendor__attributes--primary .hp-vendor__attribute:not(:last-child) {
	border-bottom: 1px solid rgba(7, 36, 86, 0.075);
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}

.hp-vendor__actions--secondary {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1.5rem 2rem;
}

.hp-vendor__actions--secondary .hp-vendor__balance strong {
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 0.6875rem;
}

.hp-review--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 2rem;
}

.hp-review__created-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-message--view-block {
	border-radius: 3px;
}

.hp-message--view-block .hp-message__sent-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.hp-membership-plan--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	transition: box-shadow 0.25s;
}

.hp-membership-plan--view-block:hover {
	box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.hp-membership-plan--view-block .hp-membership-plan__content:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__footer:not(:last-child),
.hp-membership-plan--view-block .hp-membership-plan__header:not(:last-child) {
	margin-bottom: 0;
}

.hp-membership-plan--view-block .hp-membership-plan__footer,
.hp-membership-plan--view-block .hp-membership-plan__header {
	padding: 1rem 1.5rem;
}

.hp-membership-plan--view-block .hp-membership-plan__header {
	border-bottom: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-membership-plan--view-block .hp-membership-plan__content {
	padding: 1.5rem;
}

.hp-membership-plan--view-block .hp-membership-plan__footer {
	border-top: 1px solid rgba(7, 36, 86, 0.075);
}

.hp-membership--view-block {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1.5rem;
}

.hp-membership--view-block .hp-membership__expired-date {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce {
	/*--------------------------------------------------------------
	Forms
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Buttons
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Widgets
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Products
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Checkout
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Account
	--------------------------------------------------------------*/
	/*--------------------------------------------------------------
	Pagination
	--------------------------------------------------------------*/
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.woocommerce .woocommerce-result-count {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.woocommerce .woocommerce-ordering select {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.woocommerce span.onsale {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
	background-color: rgba(7, 36, 86, 0.085);
	color: rgba(15, 23, 39, 0.45);
	transition: color 0.25s, background-color 0.25s;
	border-radius: 9999px;
	padding: 0.375rem 0.75rem;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
	color: #fff;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1.5rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 3px;
}

.woocommerce .widget_price_filter .price_label {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce ul.product_list_widget li img {
	border-radius: 3px;
}

.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.6875rem;
}

.woocommerce div.product div.images img {
	border-radius: 3px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1.5rem;
	transition: box-shadow 0.25s;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	box-shadow: 0 0 12px rgba(7, 36, 86, 0.125);
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	border-radius: 3px;
}

.woocommerce #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	border-radius: 3px;
}

.woocommerce #add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 3px;
}

.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border-radius: 3px;
}

.woocommerce-MyAccount-navigation {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 2rem;
}

.woocommerce-MyAccount-navigation:not(:last-child) {
	margin-bottom: 2rem;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid rgba(7, 36, 86, 0.075);
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(7, 36, 86, 0.075);
	background-color: #fff;
	padding: 1.5rem;
}

.woocommerce nav.woocommerce-pagination {
	justify-content: center;
}

.woocommerce nav.woocommerce-pagination>span,
.woocommerce nav.woocommerce-pagination .nav-links>a,
.woocommerce nav.woocommerce-pagination .nav-links>span,
.woocommerce nav.woocommerce-pagination>a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.dots {
	border: 2px solid transparent;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
}

.woocommerce nav.woocommerce-pagination .nav-links>span:not(.dots),
.woocommerce nav.woocommerce-pagination>span:not(.dots),
.woocommerce nav.woocommerce-pagination ul li span.current:not(.dots) {
	border-color: rgba(7, 36, 86, 0.075);
}
/* DoorBoat Premium CSS definitivo */

:root{
  --db-blue:#0a2940;
  --db-ocean:#0f6f95;
  --db-gold:#c9a45c;
  --db-bg:#f7fafc;
  --db-text:#172332;
}

/* Base */
body{
  background:var(--db-bg);
  color:var(--db-text);
}

/* Header */
.site-header,
.header-navbar{
  background:#fff;
  padding:8px 0 !important;
  min-height:auto !important;
  box-shadow:0 10px 30px rgba(10,41,64,.08);
}

.site-logo img,
.custom-logo{
  max-height:58px !important;
  width:auto !important;
}

/* Menu */
.site-header a,
.header-navbar__menu a{
  color:var(--db-blue) !important;
  font-weight:700;
  letter-spacing:.2px;
}

.site-header a:hover,
.header-navbar__menu a:hover{
  color:var(--db-gold) !important;
}

/* Pulsante nuovo annuncio */
.header-navbar__end .button,
.hp-menu__item--listing-submit a,
a[href*="submit-listing"],
a[href*="nuovo-annuncio"]{
  background:linear-gradient(135deg,var(--db-blue),var(--db-ocean)) !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:13px 24px !important;
  font-weight:800 !important;
  box-shadow:0 14px 30px rgba(10,41,64,.20);
  border:none !important;
}

.header-navbar__end .button:hover,
.hp-menu__item--listing-submit a:hover,
a[href*="submit-listing"]:hover,
a[href*="nuovo-annuncio"]:hover{
  background:linear-gradient(135deg,var(--db-gold),#e7c777) !important;
  color:var(--db-blue) !important;
}

/* Rimuove spazio hero eccessivo */
.hp-page__header,
.page-header,
.header-hero,
.hero,
.site-hero{
  padding:0 !important;
  margin:0 !important;
  min-height:auto !important;
}

/* Contenuto */
.site-content{
  padding-top:28px !important;
}

/* Box ricerca */
.hp-form--listing-search,
.hp-form--listing-filter{
  background:#fff !important;
  border-radius:24px !important;
  box-shadow:0 20px 50px rgba(10,41,64,.12) !important;
  border:1px solid rgba(10,41,64,.08) !important;
  padding:24px !important;
}

/* Campi */
.hp-field input,
.hp-field select,
.hp-form input,
.hp-form select,
textarea{
  border-radius:14px !important;
  border:1px solid #d8e1e8 !important;
}

/* Sidebar filtri */
.widget--sidebar,
.hp-listing-filter,
.hp-page__sidebar .widget{
  background:#fff !important;
  border-radius:22px !important;
  box-shadow:0 14px 36px rgba(10,41,64,.10) !important;
  border:1px solid rgba(10,41,64,.08) !important;
  padding:22px !important;
}

/* Card annunci */
.hp-listing,
.hp-listing--view-block{
  background:#fff !important;
  border-radius:24px !important;
  overflow:hidden !important;
  border:1px solid rgba(10,41,64,.08) !important;
  box-shadow:0 18px 45px rgba(10,41,64,.12) !important;
  transition:.25s ease !important;
}

.hp-listing:hover,
.hp-listing--view-block:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 70px rgba(10,41,64,.18) !important;
}

/* Immagini annunci */
.hp-listing--view-block .hp-listing__image img{
  border-radius:0 !important;
}

/* Titoli annunci */
.hp-listing__title,
.hp-listing__title a{
  color:var(--db-blue) !important;
  font-weight:900 !important;
}

/* Attributi */
.hp-listing__attributes,
.hp-listing__details{
  color:#304255 !important;
}

/* Pulsanti */
.hp-button,
button,
input[type="submit"],
.button{
  border-radius:14px !important;
  font-weight:800 !important;
}

/* Footer */
.site-footer{
  background:var(--db-blue) !important;
  color:#fff !important;
}

/* DoorBoat header compact hard fix */

.header-navbar{
  padding:0 !important;
  min-height:110px !important;
  max-height:130px !important;
  align-items:center !important;
}

.header-navbar__start,
.header-navbar__end,
.header-navbar__middle{
  align-items:center !important;
}

.header-logo,
.site-logo,
.header-navbar__logo{
  max-height:110px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
}

.header-logo img,
.site-logo img,
.custom-logo,
.header-navbar__logo img{
  max-height:110px !important;
  width:auto !important;
  display:block !important;
  object-fit:contain !important;
}

.header-hero,
.header-hero--large,
.header-hero--medium,
.header-hero--small{
  display:none !important;
}
/* === DOORBOAT FASE 2 - Marketplace Premium === */

/* Menu più elegante */
.header-navbar__menu a,
.site-header a{
  font-size:15px !important;
  font-weight:700 !important;
  color:#0a2940 !important;
}

.header-navbar__menu a:hover,
.site-header a:hover{
  color:#c9a45c !important;
}

/* Pulsante Nuovo Annuncio definitivo */
a[href*="submit-listing"],
a[href*="nuovo-annuncio"],
.hp-menu__item--listing-submit a,
.header-navbar__end .button{
  background:#0a2940 !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:14px 24px !important;
  box-shadow:0 14px 32px rgba(10,41,64,.22) !important;
}

a[href*="submit-listing"]:hover,
a[href*="nuovo-annuncio"]:hover,
.hp-menu__item--listing-submit a:hover,
.header-navbar__end .button:hover{
  background:#c9a45c !important;
  color:#0a2940 !important;
}

/* Sidebar filtri più premium */
.hp-page__sidebar{
  max-width:330px;
}

.hp-page__sidebar .widget,
.widget--sidebar{
  border-radius:24px !important;
  padding:24px !important;
  background:#fff !important;
  box-shadow:0 18px 45px rgba(10,41,64,.10) !important;
}

/* Etichette filtri */
.hp-field__label{
  color:#0a2940 !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:1.1px !important;
}

/* Campi filtri */
.hp-form input,
.hp-form select,
.hp-field input,
.hp-field select{
  min-height:48px !important;
  border-radius:14px !important;
  border:1px solid #d9e3ea !important;
  background:#fff !important;
}

/* Bottone filtra */
.hp-form--listing-filter button,
.hp-form--listing-filter input[type="submit"]{
  width:100% !important;
  background:#c9a45c !important;
  color:#0a2940 !important;
  border-radius:14px !important;
  font-weight:900 !important;
}

/* Card annunci */
.hp-listing--view-block{
  border-radius:24px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 20px 50px rgba(10,41,64,.12) !important;
  border:1px solid rgba(10,41,64,.08) !important;
}

.hp-listing--view-block:hover{
  transform:translateY(-6px);
  box-shadow:0 30px 75px rgba(10,41,64,.20) !important;
}

/* Titolo annuncio */
.hp-listing__title,
.hp-listing__title a{
  color:#0a2940 !important;
  font-size:22px !important;
  font-weight:900 !important;
}

/* Data meno evidente */
.hp-listing__created-date{
  color:#8a96a3 !important;
}

/* Box ricerca principale */
.hp-form--listing-search{
  border-radius:26px !important;
  padding:24px !important;
  box-shadow:0 22px 55px rgba(10,41,64,.13) !important;
}
/* === DOORBOAT CARD PRO === */

/* Prezzo principale */
.hp-listing__attributes strong,
.hp-listing__price{
  font-size:22px !important;
  font-weight:900 !important;
  color:#0a2940 !important;
}

/* Box prezzo evidenziato */
.hp-listing__attributes{
  display:flex;
  justify-content:space-between;
  gap:10px;
  background:#f7fafc;
  padding:12px;
  border-radius:12px;
  margin-top:10px;
}

/* Dettagli sotto (quote, metri ecc) */
.hp-listing__details{
  font-size:14px !important;
  color:#5f6b7a !important;
  display:flex;
  justify-content:space-between;
  margin-top:10px;
}

/* Titolo più compatto */
.hp-listing__title{
  margin-bottom:6px !important;
}

/* Bottone "vedi dettagli" */
.hp-listing .button,
.hp-listing a.button{
  width:100%;
  text-align:center;
  border-radius:12px !important;
  padding:12px !important;
  font-weight:800 !important;
  background:#0a2940 !important;
  color:#fff !important;
  margin-top:10px;
}

.hp-listing .button:hover{
  background:#c9a45c !important;
  color:#0a2940 !important;
}

/* Cuore preferiti più moderno */
.hp-listing__favorite i{
  background:#fff;
  border-radius:50%;
  padding:8px;
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

/* Badge tipo operazione (ACQUISTO / CERCO SOCI) */
.hp-listing__categories a{
  background:#0a2940 !important;
  color:#fff !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:700 !important;
}
/* === DOORBOAT CARD FINAL PRO === */

/* Card struttura */
.hp-listing--view-block{
  display:flex;
  flex-direction:column;
  border-radius:26px !important;
  overflow:hidden;
}

/* Immagine */
.hp-listing__image img{
  height:220px;
  object-fit:cover;
}

/* Corpo card */
.hp-listing__content{
  padding:18px !important;
}

/* Titolo */
.hp-listing__title{
  font-size:20px !important;
  font-weight:900 !important;
  margin-bottom:4px !important;
}

/* Zona (porto) */
.hp-listing__location{
  font-size:13px;
  color:#6b7280;
  margin-bottom:10px;
}

/* PREZZO QUOTA (principale) */
.hp-listing__attributes strong:first-child{
  font-size:24px !important;
  color:#0a2940 !important;
}

/* PREZZO BARCA */
.hp-listing__attributes span{
  font-size:12px;
  color:#6b7280;
}

/* Box prezzi */
.hp-listing__attributes{
  background:#f9fbfd;
  border-radius:14px;
  padding:10px;
  margin-bottom:10px;
}

/* Info tecniche */
.hp-listing__details{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  margin-bottom:12px;
  color:#374151;
}

/* Bottone */
.hp-listing .button{
  margin-top:auto;
  background:#0a2940 !important;
  border-radius:14px !important;
}

/* Badge in alto */
.hp-listing__categories a{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
}

/* Cuore preferiti */
.hp-listing__favorite{
  position:absolute;
  top:12px;
  right:12px;
}

/* Hover premium */
.hp-listing--view-block:hover{
  transform:translateY(-6px);
  box-shadow:0 35px 80px rgba(10,41,64,.22);
}
/* FORZA STILE CARD ANNUNCI */

.hp-listing--view-block{
  border-radius:26px !important;
  overflow:hidden !important;
  box-shadow:0 25px 60px rgba(10,41,64,.15) !important;
}

.hp-listing__image img{
  height:220px !important;
  object-fit:cover !important;
}

.hp-listing__content{
  padding:20px !important;
}

.hp-listing__title a{
  font-size:20px !important;
  font-weight:900 !important;
  color:#0a2940 !important;
}

.hp-listing__attributes{
  background:#f7fafc !important;
  padding:12px !important;
  border-radius:12px !important;
}

.hp-listing__details{
  display:flex !important;
  justify-content:space-between !important;
}

.hp-listing a.button{
  background:#0a2940 !important;
  color:#fff !important;
  border-radius:12px !important;
}
/* Profilo socio badge */
.hp-listing__attribute--profilo-socio-ricercato{
  background:#eaf4ff;
  color:#0a2940;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  display:inline-block;
  margin-top:6px;
}
/* === DOORBOAT PROFILO ARMATORE BADGE === */

/* Badge base profilo socio nella card */
.hp-listing__attribute--profilo_socio,
.hp-listing__attribute--profilo-socio{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  background:#eef6fb !important;
  color:#0a2940 !important;
  border-radius:999px !important;
  padding:8px 13px !important;
  font-size:14px !important;
  font-weight:800 !important;
  margin-top:10px !important;
  width:auto !important;
}

/* Icona già generata da HivePress */
.hp-listing__attribute--profilo_socio i,
.hp-listing__attribute--profilo-socio i{
  color:#c9a45c !important;
  font-size:16px !important;
}

/* Fallback emoji se HivePress non mostra l’icona */
.hp-listing__attribute--profilo_socio[data-value="armatore-esperto"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-esperto"]::before{
  content:"🧭";
}

.hp-listing__attribute--profilo_socio[data-value="armatore-navigato"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-navigato"]::before{
  content:"🚢";
}

.hp-listing__attribute--profilo_socio[data-value="armatore-appassionato"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-appassionato"]::before{
  content:"💙";
}

.hp-listing__attribute--profilo_socio[data-value="armatore-prime-armi"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-prime-armi"]::before{
  content:"⚓";
}

.hp-listing__attribute--profilo_socio[data-value="aspirante-armatore"]::before,
.hp-listing__attribute--profilo-socio[data-value="aspirante-armatore"]::before{
  content:"🔭";
}
/* === DOORBOAT PROFILO ARMATORE PREMIUM === */

/* Badge base */
.hp-listing__attribute--profilo_socio,
.hp-listing__attribute--profilo-socio{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  background:#eef6fb !important;
  color:#0a2940 !important;
  border-radius:999px !important;
  padding:10px 16px !important;
  font-size:14px !important;
  font-weight:800 !important;
  margin-top:10px !important;
}

/* Nasconde icone standard HivePress */
.hp-listing__attribute--profilo_socio i,
.hp-listing__attribute--profilo-socio i{
  display:none !important;
}

/* Icona base */
.hp-listing__attribute--profilo_socio::before,
.hp-listing__attribute--profilo-socio::before{
  content:"";
  width:28px;
  height:28px;
  background-size:cover;
  background-position:center;
  border-radius:50%;
  display:inline-block;
}

/* === ARMATORE ESPERTO === */
.hp-listing__attribute--profilo_socio[data-value="armatore-esperto"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-esperto"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-esperto.png");
}

/* === ARMATORE APPASSIONATO === */
.hp-listing__attribute--profilo_socio[data-value="armatore-appassionato"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-appassionato"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-appassionato.png");
}

/* === ARMATORE PRIME ARMI === */
.hp-listing__attribute--profilo_socio[data-value="armatore-prime-armi"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-prime-armi"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-alle-prime-armi.png");
}

/* === ASPIRANTE ARMATORE === */
.hp-listing__attribute--profilo_socio[data-value="aspirante-armatore"]::before,
.hp-listing__attribute--profilo-socio[data-value="aspirante-armatore"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/aspirante-armatore.png");
}

/* === DOORBOAT PROFILO ARMATORE PREMIUM FINAL === */

/* Badge base */
.hp-listing__attribute--profilo_socio,
.hp-listing__attribute--profilo-socio{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  background:#eef6fb !important;
  color:#0a2940 !important;
  border-radius:999px !important;
  padding:10px 16px !important;
  font-size:14px !important;
  font-weight:800 !important;
  margin-top:10px !important;
}

/* Nasconde icone standard */
.hp-listing__attribute--profilo_socio i,
.hp-listing__attribute--profilo-socio i{
  display:none !important;
}

/* Base icona */
.hp-listing__attribute--profilo_socio::before,
.hp-listing__attribute--profilo-socio::before{
  content:"";
  width:28px;
  height:28px;
  background-size:cover;
  background-position:center;
  border-radius:50%;
  display:inline-block;
}

/* === NAVIGATO === */
.hp-listing__attribute--profilo_socio[data-value="armatore-navigato"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-navigato"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/ChatGPT-Image-29-apr-2026-22_37_18.png");
}

/* === ESPERTO === */
.hp-listing__attribute--profilo_socio[data-value="armatore-esperto"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-esperto"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-esperto.png");
}

/* === APPASSIONATO === */
.hp-listing__attribute--profilo_socio[data-value="armatore-appassionato"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-appassionato"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-appassionato.png");
}

/* === PRIME ARMI === */
.hp-listing__attribute--profilo_socio[data-value="armatore-alle-prime-armi"]::before,
.hp-listing__attribute--profilo-socio[data-value="armatore-alle-prime-armi"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-alle-prime-armi.png");
}

/* === ASPIRANTE === */
.hp-listing__attribute--profilo_socio[data-value="aspirante-armatore"]::before,
.hp-listing__attribute--profilo-socio[data-value="aspirante-armatore"]::before{
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/aspirante-armatore.png");
}
/* BOX PROFILO ARMATORE */
.db-armatore {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border-radius:12px;
  background:#f5f7fa;
  font-weight:600;
  width:fit-content;
}

/* ICONA */
.db-armatore::before {
  content:"";
  width:40px;
  height:40px;
  background-size:contain;
  background-repeat:no-repeat;
}

/* NAVIGATO */
.db-armatore[data-armatore="armatore-navigato"]::before {
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/ChatGPT-Image-29-apr-2026-22_37_18.png");
}

/* ESPERTO */
.db-armatore[data-armatore="armatore-esperto"]::before {
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-esperto.png");
}

/* APPASSIONATO */
.db-armatore[data-armatore="armatore-appassionato"]::before {
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-appassionato.png");
}

/* PRIME ARMI */
.db-armatore[data-armatore="armatore-prime-armi"]::before {
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/armatore-alle-prime-armi.png");
}

/* ASPIRANTE */
.db-armatore[data-armatore="aspirante-armatore"]::before {
  background-image:url("https://doorboat.com/wp-content/uploads/2026/04/aspirante-armatore.png");
}
/* ===== CONTENITORE GENERALE ===== */
.hp-listing {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

/* ===== TITOLO ===== */
.hp-listing__title {
    font-size: 34px;
    font-weight: 700;
    color: #0a2940;
    margin-bottom: 10px;
}

/* ===== IMMAGINE PRINCIPALE ===== */
.hp-listing__images img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* ===== LAYOUT DUE COLONNE ===== */
.hp-listing__content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* ===== BOX LATERALE (tipo Elementor) ===== */
.hp-listing__sidebar {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* ===== PROFILO UTENTE ===== */
.hp-listing__vendor {
    text-align: center;
}

.hp-listing__vendor img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* ===== BOTTONE CONTATTO ===== */
.hp-listing__action {
    margin-top: 20px;
}

.hp-listing__action a {
    display: block;
    text-align: center;
    background: #0a2940;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.hp-listing__action a:hover {
    background: #0f6f95;
}

/* ===== CARD DATI ===== */
.hp-listing__attributes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.hp-listing__attributes .hp-listing__attribute {
    background: #f7f9fb;
    padding: 15px;
    border-radius: 14px;
}

/* ===== DESCRIZIONE ===== */
.hp-listing__description {
    margin-top: 30px;
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* ===== MOBILE ===== */
@media(max-width:768px){
    .hp-listing__content {
        grid-template-columns: 1fr;
    }
}
/* ===== BLOCCO SOCIO RICERCATO ===== */
.hp-listing__attributes {
    margin-top: 30px;
}

/* Titolo finto */
.hp-listing__attributes::before {
    content: "Socio ricercato";
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a2940;
}

/* Card */
.hp-listing__attribute {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Nome campo */
.hp-listing__attribute-label {
    font-size: 13px;
    color: #7a8a9a;
}

/* Valore */
.hp-listing__attribute-value {
    font-size: 16px;
    font-weight: 600;
    color: #0a2940;
}
.db-section {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.db-left {
  flex: 2;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.db-left h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #0a2940;
}

.db-left p {
  color: #5f6b7a;
  line-height: 1.6;
  margin-bottom: 25px;
}

.db-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.db-card {
  background: #f3f6f8;
  padding: 18px;
  border-radius: 14px;
}

.db-card span {
  display: block;
  font-size: 13px;
  color: #7a8a99;
  margin-bottom: 5px;
}

.db-card strong {
  font-size: 16px;
  color: #0a2940;
}

.db-right {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.db-right h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0a2940;
}

.db-right ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.db-right li {
  margin-bottom: 10px;
  color: #5f6b7a;
}

.db-button {
  display: block;
  text-align: center;
  background: #0a2940;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.db-button:hover {
  background: #0f6f95;
}