:root {
	--repairhome-navy: #0f1f3d;
	--repairhome-green: #25d366;
	--repairhome-green-dark: #1fb95a;
	--repairhome-ink: #152342;
	--repairhome-muted: #5f6f86;
	--repairhome-soft: #f5f8fb;
	--repairhome-border: #e7edf3;
	--repairhome-white: #ffffff;
	--repairhome-shadow: 0 16px 42px rgba(15, 31, 61, 0.1);
}

.repairhome-site-header,
.repairhome-section,
.repairhome-booking-bar,
.repairhome-site-footer,
.repairhome-floating-wrap {
	box-sizing: border-box;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.repairhome-site-header *,
.repairhome-section *,
.repairhome-booking-bar *,
.repairhome-site-footer *,
.repairhome-floating-wrap * {
	box-sizing: border-box;
}

.repairhome-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.repairhome-site-header {
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--repairhome-border);
	box-shadow: 0 6px 20px rgba(15, 31, 61, 0.06);
	backdrop-filter: blur(10px);
}

.repairhome-header-inner {
	width: min(1180px, calc(100% - 32px));
	min-height: 88px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.repairhome-logo {
	margin: 0;
	color: var(--repairhome-navy);
	font-size: clamp(1.55rem, 2vw, 2rem);
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.repairhome-desktop-nav,
.repairhome-main-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.repairhome-nav-link,
.repairhome-services-details {
	margin: 0;
	color: var(--repairhome-ink);
	font-size: 0.98rem;
	font-weight: 650;
}

.repairhome-nav-link a,
.repairhome-services-details a {
	color: inherit;
	text-decoration: none;
}

.repairhome-nav-link a:hover,
.repairhome-services-details a:hover {
	color: var(--repairhome-green-dark);
}

.repairhome-services-details {
	position: relative;
}

.repairhome-services-details summary {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	list-style: none;
}

.repairhome-services-details summary::-webkit-details-marker {
	display: none;
}

.repairhome-services-details summary::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.repairhome-header-services-list {
	position: absolute;
	top: calc(100% + 18px);
	left: 0;
	z-index: 20;
	min-width: 280px;
	max-height: min(70vh, 520px);
	overflow-y: auto;
	margin: 0;
	padding: 10px 0;
	background: var(--repairhome-white);
	border: 1px solid var(--repairhome-border);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--repairhome-shadow);
	list-style: none;
}

.repairhome-header-services-list li {
	margin: 0;
}

.repairhome-header-services-list a {
	display: block;
	padding: 9px 16px;
	font-size: 0.9rem;
	font-weight: 600;
}

.repairhome-header-services-list a:hover {
	background: var(--repairhome-soft);
}

.repairhome-header-cta,
.repairhome-mobile-cta,
.repairhome-hero-buttons,
.repairhome-booking-button,
.repairhome-card-action,
.repairhome-center-buttons,
.repairhome-urgent-buttons,
.repairhome-full-button,
.repairhome-wide-buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
}

.repairhome-button-green .wp-block-button__link,
.repairhome-button-navy .wp-block-button__link,
.repairhome-button-outline .wp-block-button__link,
.repairhome-button-white-outline .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border-radius: 8px;
	font-weight: 750;
	line-height: 1.1;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.repairhome-button-green .wp-block-button__link {
	background: var(--repairhome-green);
	color: #fff;
}

.repairhome-button-green .wp-block-button__link:hover {
	background: var(--repairhome-green-dark);
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
	transform: translateY(-1px);
}

.repairhome-button-navy .wp-block-button__link {
	background: var(--repairhome-navy);
	color: #fff;
}

.repairhome-button-outline .wp-block-button__link {
	background: transparent;
	color: var(--repairhome-navy);
	border: 1px solid var(--repairhome-navy);
}

.repairhome-button-outline .wp-block-button__link:hover {
	background: rgba(15, 31, 61, 0.05);
}

.repairhome-button-white-outline .wp-block-button__link {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.85);
}

.repairhome-button-white-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1);
}

.repairhome-button-large .wp-block-button__link {
	min-height: 56px;
	padding-inline: 30px;
	font-size: 1rem;
}

.repairhome-button-wide,
.repairhome-button-wide .wp-block-button__link {
	width: 100%;
}

.repairhome-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--repairhome-navy);
	cursor: pointer;
}

.repairhome-menu-bars,
.repairhome-menu-bars::before,
.repairhome-menu-bars::after {
	display: block;
	width: 24px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	border-radius: 99px;
	transition: transform 160ms ease, opacity 160ms ease;
}

.repairhome-menu-bars {
	position: relative;
}

.repairhome-menu-bars::before,
.repairhome-menu-bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.repairhome-menu-bars::before {
	top: -7px;
}

.repairhome-menu-bars::after {
	top: 7px;
}

.repairhome-site-header.is-menu-open .repairhome-menu-bars {
	background: transparent;
}

.repairhome-site-header.is-menu-open .repairhome-menu-bars::before {
	transform: translateY(7px) rotate(45deg);
}

.repairhome-site-header.is-menu-open .repairhome-menu-bars::after {
	transform: translateY(-7px) rotate(-45deg);
}

#repairhome-mobile-menu {
	display: none;
}

.repairhome-section {
	padding: clamp(64px, 8vw, 112px) 0;
	background: var(--repairhome-white);
	color: var(--repairhome-ink);
}

.repairhome-muted-section,
.repairhome-hero-section {
	background: var(--repairhome-soft);
}

.repairhome-hero-section {
	padding-top: clamp(40px, 6vw, 72px);
	padding-bottom: clamp(64px, 7vw, 88px);
}

.repairhome-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	align-items: center;
	gap: clamp(36px, 5vw, 72px);
}

.repairhome-hero-copy,
.repairhome-hero-media {
	margin: 0;
}

.repairhome-hero-title {
	max-width: 720px;
	margin: 0 0 24px;
	color: var(--repairhome-navy);
	font-size: clamp(2.35rem, 5vw, 4.75rem);
	font-weight: 850;
	line-height: 1.04;
}

.repairhome-lead,
.repairhome-section-copy {
	max-width: 780px;
	margin: 0 0 32px;
	color: var(--repairhome-muted);
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.7;
}

.repairhome-hero-image {
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(15, 31, 61, 0.2);
	aspect-ratio: 4 / 3;
}

.repairhome-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.repairhome-badge-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
	margin-top: 30px;
}

.repairhome-badge {
	position: relative;
	margin: 0;
	padding-left: 25px;
	color: rgba(21, 35, 66, 0.74);
	font-size: 0.95rem;
	font-weight: 650;
}

.repairhome-badge::before,
.repairhome-step-pill::before,
.repairhome-check-icon::before,
.repairhome-check-list li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid var(--repairhome-green);
	border-top: 0;
	border-left: 0;
	transform: rotate(45deg);
}

.repairhome-badge::before {
	left: 2px;
	top: 4px;
}

.repairhome-booking-bar,
.repairhome-dark-section,
.repairhome-site-footer {
	background: var(--repairhome-navy);
	color: #fff;
}

.repairhome-booking-bar {
	padding: 28px 0;
}

.repairhome-booking-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.repairhome-booking-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 30px;
}

.repairhome-step-pill {
	position: relative;
	margin: 0;
	padding-left: 28px;
	font-weight: 750;
	color: #fff;
}

.repairhome-step-pill::before {
	left: 2px;
	top: 4px;
}

.repairhome-section-title {
	margin: 0 0 24px;
	color: var(--repairhome-navy);
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 820;
	line-height: 1.12;
}

.repairhome-center {
	text-align: center;
}

.repairhome-copy-center {
	margin-inline: auto;
}

.repairhome-section-intro {
	max-width: 790px;
	margin: 0 0 56px;
}

.repairhome-card-grid {
	display: grid;
	gap: 24px;
}

.repairhome-service-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.repairhome-three-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repairhome-two-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.repairhome-narrow-grid {
	max-width: 980px;
	margin-inline: auto;
}

.repairhome-card {
	height: 100%;
	margin: 0;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--repairhome-border);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(15, 31, 61, 0.06);
}

.repairhome-service-card,
.repairhome-feature-card,
.repairhome-review-card {
	background: #f8fafc;
}

.repairhome-service-card {
	display: flex;
	flex-direction: column;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.repairhome-service-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--repairhome-shadow);
}

.repairhome-card-icon {
	width: 48px;
	height: 48px;
	margin: 0 0 22px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(15, 31, 61, 0.09);
}

.repairhome-card-icon::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin: 12px;
	border: 3px solid var(--repairhome-navy);
	border-radius: 7px;
	box-shadow: inset 0 0 0 4px #fff;
	background: linear-gradient(135deg, var(--repairhome-green) 0 46%, transparent 47%);
}

.repairhome-card-title {
	margin: 0 0 12px;
	color: var(--repairhome-navy);
	font-size: 1.18rem;
	font-weight: 790;
	line-height: 1.25;
}

.repairhome-card-text {
	margin: 0;
	color: var(--repairhome-muted);
	font-size: 0.98rem;
	line-height: 1.65;
}

.repairhome-card-action {
	margin-top: auto;
	padding-top: 24px;
}

.repairhome-link-button .wp-block-button__link {
	min-height: auto;
	padding: 0;
	background: transparent;
	color: var(--repairhome-green-dark);
	border-radius: 0;
	font-weight: 800;
	text-decoration: none;
}

.repairhome-link-button .wp-block-button__link::after {
	content: ">";
	margin-left: 8px;
}

.repairhome-reason-card {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 16px;
	padding: 30px;
}

.repairhome-check-icon {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 1px 0 0;
}

.repairhome-check-icon::before {
	left: 8px;
	top: 4px;
}

.repairhome-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	max-width: 980px;
	margin: 0 auto 42px;
}

.repairhome-tag {
	margin: 0;
	padding: 9px 16px;
	color: var(--repairhome-navy);
	background: var(--repairhome-soft);
	border: 1px solid #dfe7ef;
	border-radius: 999px;
	font-size: 0.92rem;
	font-weight: 650;
}

.repairhome-strong-copy {
	margin: 0 0 18px;
	font-weight: 750;
}

.repairhome-dark-section .repairhome-section-title,
.repairhome-dark-section .repairhome-section-copy {
	color: #fff;
}

.repairhome-dark-section .repairhome-section-copy {
	color: rgba(255, 255, 255, 0.82);
}

.repairhome-urgent-section {
	padding-block: clamp(56px, 6vw, 84px);
}

.repairhome-urgent-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	max-width: 720px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.repairhome-urgent-list li {
	position: relative;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.9);
}

.repairhome-urgent-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 6px;
	height: 6px;
	background: var(--repairhome-green);
	border-radius: 50%;
}

.repairhome-step-row {
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	align-items: start;
	gap: 22px;
	max-width: 860px;
	margin: 0 0 24px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.repairhome-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	color: var(--repairhome-navy);
	background: #fff;
	border: 2px solid var(--repairhome-navy);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 31, 61, 0.08);
	font-size: 1.25rem;
	font-weight: 800;
}

.repairhome-title-with-icon::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: var(--repairhome-green);
	border-radius: 5px;
	vertical-align: -2px;
}

.repairhome-area-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px 18px;
	margin-bottom: 30px;
}

.repairhome-area-item {
	position: relative;
	margin: 0;
	padding-left: 18px;
	color: var(--repairhome-navy);
	font-size: 0.95rem;
	font-weight: 650;
}

.repairhome-area-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 7px;
	height: 7px;
	background: var(--repairhome-green);
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
}

.repairhome-area-note {
	max-width: 650px;
}

.repairhome-check-card {
	max-width: 760px;
	margin-bottom: 26px;
}

.repairhome-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.repairhome-check-list li {
	position: relative;
	margin: 0 0 16px;
	padding-left: 30px;
	color: rgba(21, 35, 66, 0.82);
	font-weight: 650;
}

.repairhome-check-list li:last-child {
	margin-bottom: 0;
}

.repairhome-check-list li::before {
	left: 3px;
	top: 4px;
}

.repairhome-feedback-section {
	border-top: 1px solid var(--repairhome-border);
	border-bottom: 1px solid var(--repairhome-border);
}

.repairhome-review-note {
	max-width: 760px;
	margin: 0 auto;
	color: #7c899c;
	font-size: 0.92rem;
	font-style: italic;
}

.repairhome-review-text {
	margin: 0 0 26px;
	color: rgba(21, 35, 66, 0.82);
	font-style: italic;
	line-height: 1.7;
}

.repairhome-review-author {
	margin: 0;
	color: var(--repairhome-navy);
	font-weight: 800;
}

.repairhome-faq-container {
	max-width: 880px;
}

.repairhome-faq-list {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--repairhome-border);
	border-radius: 16px;
}

.repairhome-faq-item {
	margin: 0;
	border-bottom: 1px solid var(--repairhome-border);
}

.repairhome-faq-item:last-child {
	border-bottom: 0;
}

.repairhome-faq-item summary {
	padding: 18px 24px;
	color: var(--repairhome-navy);
	font-size: 1.06rem;
	font-weight: 780;
	cursor: pointer;
}

.repairhome-faq-answer {
	margin: 0;
	padding: 0 24px 22px;
	color: var(--repairhome-muted);
	line-height: 1.7;
}

.repairhome-final-cta-inner {
	max-width: 820px;
}

.repairhome-final-title {
	margin: 0 0 22px;
	color: var(--repairhome-navy);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 860;
	line-height: 1.08;
}

.repairhome-center-buttons {
	justify-content: center;
}

.repairhome-site-footer {
	padding: 78px 0 30px;
}

.repairhome-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 56px;
}

.repairhome-footer-logo,
.repairhome-footer-title {
	margin: 0 0 20px;
	color: #fff;
}

.repairhome-footer-logo {
	font-size: 1.7rem;
	font-weight: 850;
}

.repairhome-footer-title {
	font-size: 1.12rem;
	font-weight: 800;
}

.repairhome-footer-copy,
.repairhome-footer-list,
.repairhome-copyright,
.repairhome-footer-label,
.repairhome-footer-phone {
	color: rgba(255, 255, 255, 0.72);
}

.repairhome-footer-copy {
	margin: 0;
	line-height: 1.7;
}

.repairhome-footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.repairhome-footer-list li {
	margin: 0 0 12px;
}

.repairhome-footer-list a,
.repairhome-footer-phone a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
}

.repairhome-footer-list a:hover,
.repairhome-footer-phone a:hover {
	color: #fff;
}

.repairhome-footer-label {
	margin: 0 0 4px;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.repairhome-footer-phone {
	margin: 0 0 20px;
	font-size: 1.12rem;
	font-weight: 800;
}

.repairhome-copyright {
	margin: 0;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
	font-size: 0.9rem;
}

.repairhome-floating-wrap {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
	margin: 0;
}

.repairhome-floating-whatsapp .wp-block-button__link {
	position: relative;
	width: auto;
	min-height: 58px;
	padding: 16px 20px;
	background: var(--repairhome-green);
	color: #fff;
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(37, 211, 102, 0.32);
	font-weight: 800;
	text-decoration: none;
}

.repairhome-floating-whatsapp .wp-block-button__link::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border: 3px solid #fff;
	border-radius: 50%;
	vertical-align: -5px;
}

.editor-styles-wrapper .repairhome-site-header,
.block-editor-block-list__layout .repairhome-site-header {
	position: relative;
	top: auto;
}

.editor-styles-wrapper #repairhome-mobile-menu,
.block-editor-block-list__layout #repairhome-mobile-menu {
	display: block;
	margin-top: 16px;
	border-top: 1px dashed var(--repairhome-border);
}

.editor-styles-wrapper .repairhome-floating-wrap,
.block-editor-block-list__layout .repairhome-floating-wrap {
	position: relative;
	right: auto;
	bottom: auto;
	margin: 24px;
}

@media (max-width: 1100px) {
	.repairhome-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.repairhome-header-cta {
		display: none;
	}
}

@media (max-width: 900px) {
	.repairhome-header-inner {
		min-height: 72px;
	}

	.repairhome-desktop-nav {
		display: none;
	}

	.repairhome-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.repairhome-site-header.is-menu-open #repairhome-mobile-menu {
		display: block;
	}

	.repairhome-mobile-panel {
		width: 100%;
		padding: 8px 16px 20px;
		background: #fff;
		border-top: 1px solid var(--repairhome-border);
		box-shadow: 0 16px 28px rgba(15, 31, 61, 0.08);
	}

	.repairhome-mobile-panel .repairhome-main-nav {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: min(1180px, 100%);
		margin-inline: auto;
	}

	.repairhome-mobile-panel .repairhome-nav-link,
	.repairhome-mobile-panel .repairhome-services-details {
		padding: 14px 0;
		border-bottom: 1px solid var(--repairhome-border);
		font-size: 1.05rem;
	}

	.repairhome-mobile-panel .repairhome-header-services-list {
		position: static;
		min-width: 0;
		margin-top: 12px;
		border-radius: 8px;
		box-shadow: none;
		background: var(--repairhome-soft);
	}

	.repairhome-mobile-cta {
		width: min(1180px, 100%);
		margin: 18px auto 0;
		flex-direction: column;
		align-items: stretch;
	}

	.repairhome-mobile-cta .wp-block-button,
	.repairhome-mobile-cta .wp-block-button__link {
		width: 100%;
	}

	.repairhome-hero-grid {
		grid-template-columns: 1fr;
	}

	.repairhome-hero-media {
		order: -1;
	}

	.repairhome-service-grid,
	.repairhome-three-grid,
	.repairhome-two-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.repairhome-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.repairhome-container,
	.repairhome-header-inner {
		width: min(100% - 24px, 1180px);
	}

	.repairhome-section {
		padding: 56px 0;
	}

	.repairhome-hero-title {
		font-size: 2.45rem;
	}

	.repairhome-hero-buttons,
	.repairhome-urgent-buttons,
	.repairhome-center-buttons,
	.repairhome-booking-inner,
	.repairhome-booking-steps {
		flex-direction: column;
		align-items: stretch;
	}

	.repairhome-hero-buttons .wp-block-button,
	.repairhome-hero-buttons .wp-block-button__link,
	.repairhome-urgent-buttons .wp-block-button,
	.repairhome-urgent-buttons .wp-block-button__link,
	.repairhome-center-buttons .wp-block-button,
	.repairhome-center-buttons .wp-block-button__link,
	.repairhome-booking-button .wp-block-button,
	.repairhome-booking-button .wp-block-button__link {
		width: 100%;
	}

	.repairhome-badge-grid,
	.repairhome-service-grid,
	.repairhome-three-grid,
	.repairhome-two-grid,
	.repairhome-area-grid,
	.repairhome-urgent-list,
	.repairhome-footer-grid {
		grid-template-columns: 1fr;
	}

	.repairhome-card {
		padding: 24px;
	}

	.repairhome-reason-card,
	.repairhome-step-row {
		grid-template-columns: 1fr;
	}

	.repairhome-number {
		width: 44px;
		height: 44px;
	}

	.repairhome-floating-wrap {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	.repairhome-floating-whatsapp,
	.repairhome-floating-whatsapp .wp-block-button__link {
		width: 100%;
	}

	.repairhome-floating-whatsapp .wp-block-button__link {
		min-height: 52px;
		justify-content: center;
	}
}
