.wppro-calculator {
	max-width: 480px;
	font-size: 15px;
}
.wppro-row {
	margin-bottom: 16px;
}
.wppro-divider {
	height: 1px;
	background: #ececec;
	margin: 18px 0;
}

/* Dimensions — single line on desktop, two lines on mobile */
.wppro-dimension-row {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: nowrap;
}
.wppro-dimension-group {
	flex: 1;
	min-width: 0;
}
.wppro-dimension-group label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.wppro-dimension-divider {
	width: 2px;
	height: 38px;
	background: #d91c22;
	border-radius: 1px;
	flex: 0 0 2px;
	align-self: flex-end;
}
.wppro-ft-in {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}
.wppro-ft-in .wppro-input {
	width: 44px;
	padding: 6px 4px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	-moz-appearance: textfield;
}
.wppro-ft-in .wppro-input::-webkit-outer-spin-button,
.wppro-ft-in .wppro-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.wppro-ft-in .wppro-input::placeholder {
	color: #999;
	font-size: 13px;
}
@media (max-width: 600px) {
	.wppro-dimension-row {
		flex-wrap: nowrap;
		gap: 8px;
		align-items: flex-end;
	}
	.wppro-dimension-group {
		flex: 1 1 auto;
		min-width: 0;
	}
	.wppro-dimension-group label {
		font-size: 13px;
	}
	.wppro-ft-in .wppro-input {
		width: 36px;
		font-size: 13px;
		padding: 5px 3px;
	}
	.wppro-dimension-divider {
		display: block;
		align-self: stretch;
	}
}

/* Ratio comparison block */
.wppro-ratio-block {
	margin: 12px 0 4px 0;
	padding: 12px 14px;
	background: #f9fafb;
	border: 1px solid #eaeaea;
	border-radius: 8px;
}
.wppro-ratio-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	margin-bottom: 4px;
}
.wppro-ratio-label {
	color: #666;
}
.wppro-ratio-value {
	font-weight: 600;
	color: #2e4057;
}
.wppro-ratio-hint {
	font-size: 12px;
	margin: 6px 0 10px 0;
	line-height: 1.4;
}
.wppro-ratio-match {
	color: #1a7a32;
}
.wppro-ratio-warn {
	color: #8a6d3b;
}
.wppro-frame-btn {
	background: #2e4057 !important;
	color: #fff !important;
	border: none !important;
	margin-top: 2px;
}
.wppro-frame-btn:hover {
	background: #1e2e40 !important;
}
.wppro-material-heading {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	margin-bottom: 10px;
}
.wppro-material-heading .wppro-info-btn,
.wppro-delivery-heading .wppro-info-btn {
	flex-grow: 0;
	flex-shrink: 0;
}
.wppro-info-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	background: none !important;
	border: 1px solid #999 !important;
	border-radius: 50% !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	line-height: 1 !important;
	font-size: 13px !important;
	cursor: pointer;
	color: #555 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	text-transform: none !important;
	flex: 0 0 auto;
}
.wppro-material-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.wppro-material-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	cursor: pointer;
	transition: box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.wppro-material-option:has(input:checked),
.wppro-material-option.wppro-selected {
	border-color: #2e4057;
	background: #f3f6fa;
	box-shadow: 0 0 0 2px rgba(46, 64, 87, 0.15), 0 2px 8px rgba(46, 64, 87, 0.12);
}
.wppro-material-thumb {
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	flex: 0 0 auto;
}
.wppro-material-label {
	flex: 1;
}

/* Popups */
.wppro-popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.wppro-popup[hidden] {
	display: none;
}
.wppro-popup-inner {
	background: #fff;
	border-radius: 8px;
	max-width: 480px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	padding: 24px;
	position: relative;
}
.wppro-popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
}
.wppro-material-guide-item {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.wppro-material-guide-item:last-child {
	border-bottom: none;
}
.wppro-material-guide-thumb {
	width: 64px;
	height: 64px;
	border-radius: 6px;
	object-fit: cover;
	flex: 0 0 auto;
}
.wppro-material-guide-text {
	flex: 1;
}
.wppro-minimum-popup-text {
	line-height: 1.6;
}

/* Links — consistent underline + brand red on hover */
.wppro-popup-inner a,
.wppro-minimum-link {
	text-decoration: underline;
	color: #2e4057;
}
.wppro-popup-inner a:hover,
.wppro-minimum-link:hover {
	color: #d91c22;
}

/* Delivery box — tightened spacing */
.wppro-delivery-box {
	background: #f9fafb;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 10px 12px;
}
.wppro-delivery-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 14px;
}
.wppro-delivery-text {
	margin: 0 0 6px 0;
	color: #333;
	font-size: 13px;
	line-height: 1.4;
}
.wppro-panel-diagram {
	display: block;
	height: 40px;
}
.wppro-panel-diagram rect {
	stroke: #2e4057;
	stroke-width: 1;
}

/* Shared sizing for all primary-row action buttons: See It On Your Wall,
   Frame Your Wallpaper, Installation Service?, Add to Cart — all identical
   height/width/padding/font so they form one consistent visual stack. */
.wppro-action-btn {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px;
	height: 42px !important;
	min-height: 42px !important;
	max-height: 42px !important;
	padding: 0 16px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 600;
	border-radius: 6px;
	box-sizing: border-box !important;
	white-space: nowrap !important;
	overflow: visible !important;
	text-overflow: clip !important;
	line-height: normal !important;
	vertical-align: middle;
}

/* Secondary action buttons (Mockup / Crop triggers) */
.wppro-secondary-btn {
	background: #fff;
	border: 1px solid #2e4057;
	color: #2e4057;
	cursor: pointer;
	transition: background 0.15s ease;
}
.wppro-secondary-btn:hover {
	background: #f3f6fa;
}
.wppro-crop-saved-note {
	margin-top: 8px;
	color: #1a7a32;
	font-size: 13px;
}
.wppro-optional-tag {
	font-size: 13px;
	font-weight: 400;
	color: #888;
}

/* Video embed */
.wppro-video-embed-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	border-radius: 6px;
	overflow: hidden;
}
.wppro-video-embed-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Mockup popup close footer */
.wppro-mockup-close-footer {
	text-align: center;
	margin-top: 16px;
	padding-top: 12px;
	border-top: 1px solid #eaeaea;
}
.wppro-mockup-close-footer a {
	font-size: 12px;
	color: #aaa;
	text-decoration: none;
}
.wppro-mockup-close-footer a:hover {
	color: #666;
	text-decoration: underline;
}

/* Mockup popup — wider to fit the warp frame comfortably */
.wppro-mockup-popup-inner {
	max-width: 560px;
	width: 95%;
}

/* Step indicator */
.wppro-mockup-steps {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 20px;
	font-size: 12px;
	flex-wrap: wrap;
}
.wppro-mockup-step {
	padding: 3px 8px;
	border-radius: 12px;
	background: #f0f0f0;
	color: #999;
	white-space: nowrap;
}
.wppro-mockup-step--active {
	background: #2e4057;
	color: #fff;
}
.wppro-mockup-step--done {
	background: #d7f5dc;
	color: #1a7a32;
}
.wppro-mockup-step-sep {
	color: #ccc;
	font-size: 14px;
}

/* Wall type guide */
.wppro-wall-type-guide-header {
	margin-bottom: 10px;
}
.wppro-wall-types {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 6px;
	font-size: 13px;
}
.wppro-wall-type-chip {
	background: #f0f4f8;
	border: 1px solid #d0dce8;
	border-radius: 20px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #2e4057;
}
.wppro-wall-type-sep {
	color: #888;
	font-size: 12px;
}
.wppro-wall-guide-toggle {
	font-size: 12px;
	color: #2e4057;
	text-decoration: underline;
}
.wppro-wall-guide-tips {
	background: #f8f9fa;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 10px;
	font-size: 13px;
}
.wppro-wall-guide-title {
	font-weight: 600;
	margin-bottom: 6px;
}
.wppro-wall-guide-tips ul {
	margin: 0 0 10px 16px;
	padding: 0;
}
.wppro-wall-guide-tips li {
	margin-bottom: 4px;
	color: #444;
}
.wppro-wall-guide-example {
	text-align: center;
	margin-top: 8px;
}
/* Draggable dot cursor state */
.wppro-warp-markers.wppro-dragging {
	cursor: grabbing;
}
.wppro-corner-progress {
	font-size: 13px;
	font-weight: 600;
	color: #2e4057;
	margin-bottom: 8px;
}
.wppro-mockup-step2-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	flex-wrap: wrap;
}
.wppro-secondary-link {
	background: none;
	border: none;
	color: #2e4057;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
	padding: 0;
}

/* AI Cap signup prompt */
.wppro-cap-signup-box {
	background: #f0f8ff;
	border: 1px solid #b3d9ff;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.wppro-cap-signup-heading {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
	color: #2e4057;
}
.wppro-cap-signup-sub {
	font-size: 13px;
	color: #555;
	margin-bottom: 14px;
}
.wppro-cap-or {
	font-size: 12px;
	color: #aaa;
	margin: 10px 0;
}
#wppro-mockup-otp-form input {
	width: 100%;
	margin-bottom: 8px;
}
#wppro-mockup-otp-form .button {
	width: 100%;
	margin-top: 4px;
}
.wppro-otp-sent-to {
	font-size: 13px;
	color: #555;
	margin-bottom: 8px;
}
.wppro-cap-signup-success {
	color: #1a7a32;
	font-weight: 600;
	text-align: center;
	margin-top: 10px;
}
.wppro-cap-monthly {
	text-align: center;
}
.wppro-send-to-self {
	margin: 14px 0 4px 0;
	text-align: center;
}
.wppro-send-self-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #25D366 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 10px 18px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	width: 100% !important;
	height: auto !important;
	min-height: unset !important;
}
.wppro-send-self-wa:hover {
	background: #1da851 !important;
}
.wppro-send-self-note {
	font-size: 12px;
	color: #888;
	margin-top: 6px;
}
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #eaeaea;
}
.wppro-satisfaction > p {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 14px;
}
.wppro-satisfaction-btns {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.wppro-sat-btn {
	background: #f5f5f5 !important;
	border: 2px solid #e2e2e2 !important;
	border-radius: 20px !important;
	padding: 6px 14px !important;
	font-size: 14px !important;
	cursor: pointer !important;
	color: #333 !important;
	transition: all 0.15s ease;
	height: auto !important;
	min-height: unset !important;
	box-shadow: none !important;
	display: inline-block !important;
	width: auto !important;
	line-height: 1.4 !important;
}
.wppro-sat-btn:hover {
	border-color: #2e4057 !important;
	background: #f0f4f8 !important;
	color: #2e4057 !important;
}
.wppro-sat-btn.wppro-sat-active {
	border-color: #2e4057 !important;
	background: #2e4057 !important;
	color: #fff !important;
}
.wppro-sat-love,
.wppro-sat-ok {
	margin-top: 12px;
	background: #eefaf0;
	border: 1px solid #b9e6c2;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
}
.wppro-sat-love p,
.wppro-sat-ok p {
	margin-bottom: 8px;
	font-weight: 600;
}
/* Add to Cart pulse animation */
@keyframes wppro-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(217,28,34,0.5); }
	70%  { box-shadow: 0 0 0 12px rgba(217,28,34,0); }
	100% { box-shadow: 0 0 0 0 rgba(217,28,34,0); }
}
.wppro-pulse {
	animation: wppro-pulse 0.8s ease-out 3;
}
.wppro-sat-unhappy {
	margin-top: 12px;
}
.wppro-sat-unhappy-label {
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin-bottom: 8px;
}
.wppro-unhappy-option {
	display: block;
	width: 100%;
	text-align: left;
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 10px 12px;
	margin-bottom: 8px;
	font-size: 13px;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	transition: background 0.15s ease;
}
.wppro-unhappy-option:hover {
	background: #f0f4f8;
	color: #333;
	text-decoration: none;
}
.wppro-unhappy-wa {
	background: #f0fdf4;
	border-color: #b9e6c2;
	color: #1a7a32 !important;
}

.wppro-mockup-disclaimer {
	font-size: 12px;
	color: #888;
	margin-top: 8px;
	font-style: italic;
	text-align: center;
}
.wppro-ai-timeout-options {
	margin-top: 16px;
	text-align: left;
}
.wppro-timeout-msg {
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin-bottom: 10px;
	text-align: center;
}
.wppro-mockup-result-method {
	font-size: 12px;
	color: #888;
	margin: 4px 0 0 0;
}
.wppro-mockup-result-img {
	width: 100%;
	border-radius: 8px;
}

/* Manual fallback */
.wppro-mockup-manual {
	text-align: center;
	padding: 16px 0;
}
.wppro-manual-msg {
	font-size: 15px;
	line-height: 1.5;
}
.wppro-mockup-tabs {
	display: flex;
	gap: 0;
	margin-bottom: 16px;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 0;
}
.wppro-mockup-tab {
	display: inline-block;
	text-decoration: none !important;
	background: transparent !important;
	border: none !important;
	border-bottom: 3px solid transparent;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	color: #999 !important;
	margin-bottom: -2px;
	box-shadow: none !important;
	border-radius: 0 !important;
	line-height: 1.4;
}
.wppro-mockup-tab:hover {
	color: #2e4057 !important;
	text-decoration: none !important;
	background: transparent !important;
}
.wppro-mockup-tab--active {
	color: #2e4057 !important;
	border-bottom: 3px solid #d91c22;
	text-decoration: none !important;
}
.wppro-mockup-pane {
	display: block;
}
.wppro-mockup-pane[style*="display:none"],
.wppro-mockup-pane[style*="display: none"] {
	display: none !important;
}

/* Mockup status / spinner */
.wppro-mockup-status {
	text-align: center;
	padding: 30px 10px;
}
.wppro-mockup-spinner {
	width: 36px;
	height: 36px;
	border: 4px solid #e2e2e2;
	border-top-color: #2e4057;
	border-radius: 50%;
	margin: 0 auto 14px auto;
	animation: wppro-spin 0.8s linear infinite;
}
@keyframes wppro-spin {
	to { transform: rotate(360deg); }
}
.wppro-mockup-status-text {
	color: #555;
	font-size: 14px;
}

/* Perspective Warp tool */
.wppro-warp-instructions {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}
.wppro-warp-frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #2e4057;
	cursor: crosshair;
	touch-action: none;
	min-height: 180px;
}
.wppro-warp-photo {
	display: block;
	width: 100%;
	height: auto;
	user-select: none;
	pointer-events: none;
}
.wppro-warp-markers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
	cursor: crosshair;
}
/* Dots themselves must capture pointer events for dragging */
.wppro-warp-markers circle {
	pointer-events: all;
	cursor: grab;
}
.wppro-warp-markers circle:active {
	cursor: grabbing;
}
.wppro-text-btn {
	background: none;
	border: none;
	color: #2e4057;
	text-decoration: underline;
	cursor: pointer;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
.wppro-warp-apply {
	width: 100%;
	margin-top: 6px;
}

/* Mockup result */
.wppro-mockup-result {
	text-align: center;
}
.wppro-mockup-result-img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
}
.wppro-mockup-result-note {
	font-size: 13px;
	color: #666;
}
.wppro-field-row {
	margin: 0 0 10px 0;
}
.wppro-field-row input[type="text"],
.wppro-field-row input[type="file"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.wppro-popup-error {
	color: #a31a1a;
	font-size: 13px;
	margin: 6px 0;
}
.wppro-popup-success {
	color: #1a7a32;
	font-size: 13px;
	margin-top: 10px;
}

/* Crop tool */
.wppro-crop-popup-inner {
	max-width: 600px;
	width: 95%;
}
.wppro-crop-instructions {
	font-size: 14px;
	color: #555;
	margin-bottom: 14px;
	line-height: 1.5;
}
.wppro-crop-frame {
	position: relative;
	width: 100%;
	max-height: 65vh;
	overflow: hidden;
	border-radius: 8px;
	border: 2px solid #2e4057;
	background: #eee;
	cursor: grab;
	touch-action: none;
}
.wppro-crop-frame:active {
	cursor: grabbing;
}
.wppro-zoom-label {
	font-size: 13px;
	font-weight: 600;
	color: #555;
	margin: 14px 0 4px 0;
	display: block;
}
.wppro-lead-summary {
	background: #f3f6fa;
	border: 1px solid #dde6f0;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 13px;
	margin-bottom: 10px;
}
.wppro-lead-summary a {
	text-decoration: underline;
	color: #2e4057;
	margin-left: 6px;
}
.wppro-lead-summary a:hover {
	color: #d91c22;
}
.wppro-crop-image {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	user-select: none;
	pointer-events: none;
}
.wppro-crop-zoom {
	width: 100%;
	margin: 12px 0 16px 0;
}

/* Installation accordion */
.wppro-accordion-toggle {
	background: #fff;
	border: 1px solid #2e4057;
	color: #1a1a1a;
	cursor: pointer;
}
.wppro-accordion-toggle:hover {
	background: #f3f6fa;
}
.wppro-accordion-arrow {
	transition: transform 0.2s ease;
	font-size: 14px;
	color: #555;
}
.wppro-accordion-toggle[aria-expanded="true"] .wppro-accordion-arrow {
	transform: rotate(180deg);
}
.wppro-accordion-panel {
	padding-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wppro-accordion-panel label {
	display: flex;
	align-items: center;
	gap: 6px;
}
.wppro-pincode-wrap {
	margin-top: 4px;
}
.wppro-pincode-wrap .wppro-pincode {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 200px;
}
.wppro-pincode-result {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.5;
}
.wppro-pincode-result.wppro-not-serviceable {
	background: #fff8e6;
	border: 1px solid #f0d9a0;
	border-radius: 6px;
	padding: 10px 12px;
}

/* Price block — visual anchor */
.wppro-price-row {
	background: #f3f6fa;
	border: 1px solid #dde6f0;
	border-radius: 10px;
	padding: 18px 20px;
}
.wppro-price-label {
	font-weight: 600;
	color: #555;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.wppro-price-amount {
	font-size: 34px;
	font-weight: 700;
	color: #2e4057;
	transition: color 0.15s ease;
}
.wppro-price-amount.wppro-price-flash {
	color: #1a7a32;
}
.wppro-minimum-link {
	display: inline-block;
	margin-top: 6px;
	font-size: 13px;
	color: #8a6d3b;
	text-decoration: underline;
}
.wppro-estimated-delivery {
	color: #666;
	margin: 10px 0 0 0;
	font-size: 13px;
}
.wppro-error-message {
	color: #a31a1a;
	font-size: 13px;
	margin-top: 6px;
}

/* Actions */
.wppro-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wppro-add-to-cart {
	border-radius: 6px !important;
}
.wppro-add-another-wall {
	background: none;
	border: 1px solid #2e4057;
	color: #2e4057;
	border-radius: 4px;
	padding: 8px 14px;
	cursor: pointer;
	align-self: flex-start;
}
.wppro-order-summary {
	background: #eefaf0;
	border: 1px solid #b9e6c2;
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 16px;
	font-size: 14px;
}

/* WhatsApp button — official brand styling */
.wppro-whatsapp-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.wppro-whatsapp-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25d366;
	color: #fff !important;
	border: none;
	border-radius: 6px;
	padding: 9px 16px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: background 0.15s ease;
}
.wppro-whatsapp-link:hover {
	background: #1ebd5a;
}

/* Sticky mobile bar */
.wppro-sticky-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #ddd;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	z-index: 999;
}
.wppro-sticky-bar[hidden] {
	display: none;
}
.wppro-sticky-price {
	font-weight: 700;
	font-size: 18px;
	color: #2e4057;
}
@media (min-width: 783px) {
	.wppro-sticky-bar {
		display: none !important;
	}
}
