/* Works4U public tradesperson profile */

.works4u-vendor-profile-page .hp-page__title,
.hp-vendor--view-page .hp-page__title,
body.works4u-vendor-profile-page .page-header,
body.works4u-vendor-profile-page .hp-page__header {
	display: none !important;
}

.works4u-seller-settings-intro {
	margin: 0 0 24px;
	padding: 20px 24px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.works4u-seller-settings-intro h2 {
	margin: 0 0 8px;
}

.works4u-seller-settings-intro p {
	margin: 0 0 12px;
	color: var(--w4u-text-muted, #666);
}

.works4u-seller-settings-intro__list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--w4u-text-muted, #666);
}

.works4u-vendor-profile__open-now {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 999px;
	background: #e8f7ef;
	color: #1f7a45;
	font-size: 0.85rem;
	font-weight: 600;
}

.works4u-vendor-profile__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
}

.works4u-vendor-profile__gallery-image {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 12px;
}

.works4u-vendor-profile__hours {
	margin: 0;
	padding-left: 1.1rem;
}

.works4u-vendor-profile__hours li + li {
	margin-top: 0.35rem;
}

.works4u-vendor-profile__emergency {
	margin-top: 0.5rem;
	color: #1f7a45;
	font-weight: 600;
}

.works4u-vendor-profile-page .hp-page__sidebar {
	display: none;
}

.works4u-vendor-profile-page .hp-page__content {
	width: 100%;
	max-width: none;
	flex: 1 1 100%;
}

.works4u-vendor-profile {
	max-width: 1180px;
	margin: 0 auto;
	padding: 24px 16px 48px;
}

.works4u-vendor-profile--empty {
	padding: 48px 24px;
	text-align: center;
	color: var(--w4u-text-muted, #666);
}

.works4u-vendor-profile__hero {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 28px;
	border: 1px solid var(--w4u-border, #e5e7eb);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.works4u-vendor-profile__hero-main {
	display: flex;
	gap: 20px;
	min-width: 0;
}

.works4u-vendor-profile__avatar-wrap {
	flex: 0 0 auto;
}

.works4u-vendor-profile__avatar {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f3f4f6;
}

.works4u-vendor-profile__avatar--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: var(--w4u-primary, #148332);
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}

.works4u-vendor-profile__name {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	line-height: 1.15;
}

.works4u-vendor-profile__title-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.works4u-vendor-profile__verified {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(20, 131, 50, 0.12);
	color: var(--w4u-primary, #148332);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.works4u-vendor-profile__tagline,
.works4u-vendor-profile__meta-row,
.works4u-vendor-profile__muted {
	color: var(--w4u-text-muted, #666);
}

.works4u-vendor-profile__tagline {
	margin: 8px 0 0;
	font-size: 16px;
}

.works4u-vendor-profile__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
	font-size: 14px;
}

.works4u-vendor-profile__stars {
	color: #f59e0b;
	margin-right: 4px;
}

.works4u-vendor-profile__hero-actions {
	flex: 0 0 auto;
}

.works4u-vendor-profile__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
	margin: 20px 0 24px;
}

.works4u-vendor-profile__stat {
	padding: 18px 20px;
	border: 1px solid var(--w4u-border, #e5e7eb);
	border-radius: 12px;
	background: #fff;
}

.works4u-vendor-profile__stat strong {
	display: block;
	font-size: 22px;
	color: var(--w4u-primary, #148332);
	margin-bottom: 4px;
}

.works4u-vendor-profile__stat span {
	color: var(--w4u-text-muted, #666);
	font-size: 13px;
}

.works4u-vendor-profile__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: start;
}

.works4u-vendor-profile__section,
.works4u-vendor-profile__widget {
	padding: 24px;
	border: 1px solid var(--w4u-border, #e5e7eb);
	border-radius: 14px;
	background: #fff;
	margin-bottom: 18px;
}

.works4u-vendor-profile__section-title,
.works4u-vendor-profile__widget h3 {
	margin: 0 0 14px;
	font-size: 20px;
}

.works4u-vendor-profile__prose {
	color: var(--w4u-text-body, #4d4d4d);
	line-height: 1.7;
}

.works4u-vendor-profile__empty {
	margin: 0;
	color: var(--w4u-text-muted, #666);
}

.works4u-vendor-profile__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.works4u-vendor-profile__tag {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: var(--w4u-text-body, #4d4d4d);
	font-size: 13px;
}

.works4u-vendor-profile__info-block + .works4u-vendor-profile__info-block {
	margin-top: 16px;
}

.works4u-vendor-profile__info-block h3 {
	margin: 0 0 6px;
	font-size: 15px;
}

.works4u-vendor-profile__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
}

.works4u-vendor-profile__card {
	overflow: hidden;
	border: 1px solid var(--w4u-border, #e5e7eb);
	border-radius: 12px;
}

.works4u-vendor-profile__card-image img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.works4u-vendor-profile__card-body {
	padding: 16px;
}

.works4u-vendor-profile__card-body h3 {
	margin: 0 0 8px;
	font-size: 17px;
}

.works4u-vendor-profile__card-price {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: var(--w4u-primary, #148332);
}

.works4u-vendor-profile__card-link,
.works4u-vendor-profile__sidebar a {
	color: var(--w4u-primary, #148332);
	font-weight: 600;
	text-decoration: none;
}

.works4u-vendor-profile__reviews {
	display: grid;
	gap: 14px;
}

.works4u-vendor-profile__review {
	padding-top: 14px;
	border-top: 1px solid var(--w4u-border, #e5e7eb);
}

.works4u-vendor-profile__review:first-child {
	padding-top: 0;
	border-top: 0;
}

.works4u-vendor-profile__review-stars {
	color: #f59e0b;
	margin-bottom: 6px;
}

.works4u-vendor-profile__review time {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: var(--w4u-text-muted, #666);
}

.works4u-vendor-profile__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 10px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid transparent;
}

.works4u-vendor-profile__btn--primary {
	background: var(--w4u-primary, #148332);
	color: #fff;
}

.works4u-vendor-profile__btn--ghost {
	border-color: var(--w4u-border, #e5e7eb);
	color: var(--w4u-text-body, #4d4d4d);
	background: #fff;
}

.works4u-vendor-profile__btn--block {
	width: 100%;
}

.works4u-account-offers__vendor a {
	color: var(--w4u-primary, #148332);
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 960px) {
	.works4u-vendor-profile__layout {
		grid-template-columns: 1fr;
	}

	.works4u-vendor-profile__hero {
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.works4u-vendor-profile__hero-main {
		flex-direction: column;
		align-items: flex-start;
	}
}
