/* Hide real Gravity Forms service frequency field visually */
.gform_wrapper .gf-service-frequency {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Custom visual service frequency selector */
.gcu-frequency-selector {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(190px, 0.75fr) minmax(190px, 0.75fr);
	gap: 18px;
	align-items: center;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	padding: 10px 14px;
	margin-top: 14px;
	background: #fff;
}

.gcu-frequency-header {
	display: flex;
	align-items: center;
	gap: 14px;
}

.gcu-frequency-icon {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: #ffd814;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gcu-frequency-icon i {
	font-size: 22px;
	color: #000;
}

.gcu-frequency-title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
	color: #000;
}

.gcu-frequency-subtitle {
	font-size: 14px;
	font-style: italic;
	line-height: 1.2;
	color: #444;
	margin-top: 2px;
}

.gcu-frequency-selector button.gcu-frequency-option {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 58px !important;
	padding: 10px 14px !important;

	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;

	border: 2px solid #d8d8d8 !important;
	border-radius: 10px !important;

	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;

	color: #111 !important;
	text-align: left !important;
	cursor: pointer !important;

	box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
	transition: all 0.18s ease-in-out !important;
}

.gcu-frequency-selector button.gcu-frequency-option:hover {
	border-color: #f2c200 !important;
	background: #fffdf2 !important;
	background-color: #fffdf2 !important;
	color: #111 !important;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08) !important;
}

.gcu-frequency-selector button.gcu-frequency-option.is-active {
	border-color: #ffd814 !important;
	background: #fff7cc !important;
	background-color: #fff7cc !important;
	color: #111 !important;
	box-shadow: 0 0 0 2px rgba(255,216,20,0.35) !important;
}

.gcu-frequency-selector button.gcu-frequency-option:focus,
.gcu-frequency-selector button.gcu-frequency-option:active {
	outline: none !important;
	background: #fff7cc !important;
	background-color: #fff7cc !important;
	color: #111 !important;
}

.gcu-frequency-radio {
	width: 18px;
	height: 18px;
	border: 2px solid #777;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	background: #fff;
}

.gcu-frequency-selector button.gcu-frequency-option.is-active .gcu-frequency-radio {
	border-color: #111;
	background: #ffd814;
}

.gcu-frequency-selector button.gcu-frequency-option.is-active .gcu-frequency-radio::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #111;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gcu-frequency-selector button.gcu-frequency-option strong {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
	color: #111;
}

.gcu-frequency-selector button.gcu-frequency-option small {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-style: italic;
	line-height: 1.15;
	color: #444;
}

@media (max-width: 767px) {
	.gcu-frequency-selector {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}



















/* =========================================
   Product Unit Cards
========================================= */

.rp-product-compact.gcu-unit-pricing {
	display: grid;
	grid-template-columns:
		minmax(110px, 1fr)
		minmax(210px, 1fr)
		minmax(210px, 1fr);

	gap: 18px;
	align-items: center;
	width: 100%;
	padding: 6px 0;
}

/* --- Image Column --- */

.rp-product-compact.gcu-unit-pricing .rp-product-image-column {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.rp-product-compact.gcu-unit-pricing .smap-product-img-large {
	display: block;
	width: auto;
	max-width: 125px !important;
	height: auto;
	margin: 0 auto;
	position: static;
	transform: none;
	flex-shrink: 0;
}

/* --- Pricing Column --- */

.rp-product-compact.gcu-unit-pricing .gcu-unit-price-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	min-width: 0;
}

.rp-product-compact.gcu-unit-pricing .gcu-price {
	font-size: 54px;
	font-weight: 800;
	line-height: 1;
	color: #000;
}

.rp-product-compact.gcu-unit-pricing .gcu-service-text {
	margin-top: 9px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	color: #8a8a8a;
	/*text-transform: uppercase;*/
	letter-spacing: 0.35px;
}

.rp-product-compact.gcu-unit-pricing .gcu-frequency-label {
	margin-top: 3px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #8a8a8a;
}

/* --- Delivery Line --- */

.rp-product-compact.gcu-unit-pricing .gcu-delivery-line {
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #000;
}

.rp-product-compact.gcu-unit-pricing .gcu-delivery-line .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 17px;
	margin-top: 2px;
	color: #000;
}

.rp-product-compact.gcu-unit-pricing .gcu-delivery-text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.rp-product-compact.gcu-unit-pricing .gcu-delivery-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
}

.rp-product-compact.gcu-unit-pricing .gcu-delivery-subtext {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
}

/* --- Specs Column --- */

.rp-product-compact.gcu-unit-pricing .rp-product-compact-info {
	line-height: 1.25;
	min-width: 0;
	padding-right: 4px;
}

.rp-product-compact.gcu-unit-pricing .rp-product-compact-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 8px;
	color: #4b4b4b;
}

.rp-product-compact.gcu-unit-pricing .rp-product-compact-details {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #555;
}

.rp-product-compact.gcu-unit-pricing .rp-product-compact-details li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 4px;
	line-height: 1.2;
}

.rp-product-compact.gcu-unit-pricing .rp-product-compact-details li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #7cb342;
	font-size: 12px;
	font-weight: 700;
}

/* --- Tablet --- */

@media (max-width: 900px) {

	.rp-product-compact.gcu-unit-pricing {
		grid-template-columns: 120px 1fr;
		gap: 18px;
		padding: 6px;
	}

	.rp-product-compact.gcu-unit-pricing .rp-product-compact-info {
		grid-column: 1 / -1;
		padding-right: 0;
	}
}

/* --- Mobile --- */

@media (max-width: 600px) {

	.rp-product-compact.gcu-unit-pricing {
		grid-template-columns: 1fr;
		gap: 18px;
		text-align: center;
		padding: 4px;
	}

	.rp-product-compact.gcu-unit-pricing .gcu-unit-price-column {
		align-items: center;
		text-align: center;
	}

	.rp-product-compact.gcu-unit-pricing .gcu-delivery-line {
		justify-content: center;
	}

	.rp-product-compact.gcu-unit-pricing .rp-product-compact-info {
		text-align: left;
	}
}

/* =========================================
   Migrated CSS from Gravity Forms Field 66
========================================= */

.private-preview-block {
  display: none !important;
}

body.aaron-preview-user .private-preview-block {
  display: block !important;
}

.rpb-display-block {
  display: block;
}
.rpb-hide-field {
  /*display:none;*/
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#field_1_304, #field_1_305, #field_1_306, #field_1_307, #field_1_308, #field_1_309, #field_1_311 {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

.smap-ce-control button.smap-add-ce-btn, .smap-ce-control span.smap-ce-icon, .smap-mobile-buttons .smap-mobile-noGo {
display: none !important;
}

button.smap-add-btn {
background-color: #ffd814 !important;
color: #0f1111 !important;
}

.smap-searchbar .smap-address {
min-width: 100% !important;
}

















#input_1_145 {
display:none;
}

.delivery-warning {
    position: sticky;
    bottom: 0;              /* stick to bottom instead of top */
    z-index: 999;           /* keep above form fields but below modals if any */

    background: #ffe5e5;
    border-top: 2px solid #cc0000;
    padding: 20px !important;
    width: 90%;
    border-radius: 6px;
  margin: 0 auto 25px auto; /* ← centers horizontally */
    box-shadow: 0 -4px 10px rgba(0,0,0,0.15);
}

/* Label styling */
.delivery-warning .gfield_label {
    color: #cc0000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Input styling (optional) */
.delivery-warning input {
    border: 2px solid #cc0000;
    width: 100%;
    max-width: 500px;
}









/* Show blue (Optional) only on fields you choose */
.gfield.show-optional .gfield_label::after {
  content: " (Optional)";
  color: #1e73be; /* pleasing blue */
  font-weight: 500;
  margin-left: 4px;
  font-size: 0.9em;
}

.smap-searchbar input.smap-address {
padding: 1em !important;
margin-bottom: 1em;
}

.gform_wrapper .gf-readonly input {
  pointer-events: none;
  background-color: #f5f5f5;
  color: #666;
}

.smap-info-alert {
  background: #e7f3ff;
  border: 1px solid #bcdcff;
  color: #0b3a66;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.smap-info-alert::before {
  content: "ℹ️";
  margin-right: 8px;
}









/* --- Consent Checkbox as Large Green Button --- */
.gform_wrapper .gf-consent-button .ginput_container_consent {
  position: relative;
  margin: 14px 0;
}

/* Hide real checkbox (clickable area preserved) */
.gform_wrapper .gf-consent-button .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  left: 30px; /* shifted +10px from previous 20px */
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

/* Default green button (before checked) */
.gform_wrapper .gf-consent-button .ginput_container_consent .gfield_consent_label {
  display: block;
  width: 100%;
  border: 2px solid #4CAF50;
  border-radius: 10px;
  padding: 20px 20px 20px 70px; /* increased left padding to match new checkbox offset */
  background: #e9f8ea;          /* soft green background */
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  font-size: 15px;
  line-height: 1.45;
  color: #27632a;
}

/* Hover state (slightly brighter green) */
.gform_wrapper .gf-consent-button .ginput_container_consent .gfield_consent_label:hover {
  background: #dff4e1;
  border-color: #45a049;
  box-shadow: 0 4px 10px rgba(76,175,80,0.18);
}

/* Checked state — solid green, high visibility */
.gform_wrapper .gf-consent-button 
  .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label {
  background: #4CAF50;
  border-color: #3e8e41;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(76,175,80,0.35);
}

/* Fake checkbox square (unclicked) */
.gform_wrapper .gf-consent-button .ginput_container_consent .gfield_consent_label::before {
  content: "";
  position: absolute;
  left: 30px;   /* moved +10px to match checkbox */
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 2px solid #4CAF50;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

/* Fake checkbox square (checked) */
.gform_wrapper .gf-consent-button 
  .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label::before {
  background: #ffffff;
  border-color: #ffffff;
}

/* Checkmark inside the box when selected */
.gform_wrapper .gf-consent-button 
  .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label::after {
  content: "✔";
  position: absolute;
  left: 34px; /* adjusted for spacing */
  top: 50%;
  transform: translateY(-58%);
  font-size: 14px;
  color: #4CAF50; /* green check */
  font-weight: bold;
}

/* =========================================
   Migrated CSS from Elementor Additional CSS
========================================= */

table th,
table td {
	vertical-align: middle;
}

.elementor-element.elementor-widget-text-editor a {
	color: #1480e2;
}

body form input[type="submit"] {
	background-color: #1480e2 !important;
}

body:not(:has(.rpb-dashboard)) #field_1_279, 
body:not(:has(.rpb-dashboard)) #field_1_280 {
	display: none;
}

.rp-menu-hide {
	display:none !important;
}

/* Mobile only: show main dashboard content above Order Management icons */
@media (max-width: 1280px) {
  .rpb-dashboard .rpb-container {
    display: flex;
    flex-direction: column;
  }

  .rpb-dashboard .rpb-main {
    order: 1;
  }

  .rpb-dashboard .rpb-sidebar {
    order: 2;
  }
}

/* ==================================================
   RPB RECEIPTS PAGE
   ================================================== */

/* Hide the default WordPress page title under the header */
body.page-id-1332 .page-header,
body:has(.rpb-receipts-page) .page-header {
  display: none !important;
}

/* Optional: reduce unwanted page spacing from the theme */
body:has(.rpb-receipts-page) .site-main {
  padding-top: 0 !important;
}

.rpb-receipts-page,
.rpb-receipts-page * {
  box-sizing: border-box;
}

.rpb-receipts-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 56px 24px 80px;
  background: #ffffff;
  color: #111111;
  font-family: inherit;
}

.rpb-receipts-page p {
  margin: 0;
}

/* Top title/download row */
.rpb-receipts-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
}

.rpb-receipts-title h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.rpb-receipts-title p {
  font-size: 17px;
  line-height: 1.5;
}

.rpb-statement-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  padding: 10px 18px;
  margin-top: 2px;
  border: 1px solid #c9c9cf;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.rpb-statement-btn i {
  font-size: 15px;
  line-height: 1;
}

.rpb-statement-btn:hover {
  background: #f5f5f5;
  color: #111111;
}

/* Summary cards */
.rpb-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 52px;
}

.rpb-summary-card {
  min-height: 96px;
  border: 1px solid #c8c8ce;
  border-radius: 10px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
}

.rpb-summary-card.rpb-payment-card {
  justify-content: flex-start;
  text-align: left;
}

.rpb-summary-fa {
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 1;
  color: #111111;
}

.rpb-summary-card-label {
  font-size: 15px;
  margin-bottom: 6px;
}

.rpb-summary-card-value {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.rpb-summary-card-sub {
  margin-top: 8px;
  font-size: 14px;
}

/* Filters */
.rpb-filters {
  display: grid;
  grid-template-columns: 290px 160px 160px;
  gap: 32px;
  margin: 0 0 26px;
  align-items: center;
}

.rpb-filter-field {
  width: 100%;
  height: 32px;
  border: 1px solid #bfc0c7;
  border-radius: 4px;
  background: #ffffff;
  color: #111111;
  font-size: 14px;
  padding: 0 12px;
}

.rpb-search-wrap {
  position: relative;
}

.rpb-search-wrap .rpb-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
  color: #111111;
}

.rpb-search-wrap input {
  padding-left: 38px;
  padding-right: 30px;
}

.rpb-clear-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

/* Payment method inline icon */
.rpb-payment-method {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.rpb-payment-method i {
  font-size: 28px;
  line-height: 1;
  color: #111111;
}

/* Receipt link */
.rpb-receipt-link {
  color: #c5cf00;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.rpb-receipt-link:hover {
  color: #9ca600;
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 840px) {
  .rpb-receipts-page {
    padding: 36px 18px 60px;
  }

  .rpb-receipts-top {
    flex-direction: column;
    margin-bottom: 36px;
  }

  .rpb-receipts-title h1 {
    font-size: 42px;
  }

  .rpb-summary-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 36px;
  }

  .rpb-summary-card,
  .rpb-summary-card.rpb-payment-card {
    justify-content: flex-start;
    text-align: left;
  }

  .rpb-filters {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ==================================================
   RPB RECEIPTS PAGE — REFINEMENT PATCH
   ================================================== */

/* Tone down the oversized/bold heading */
.rpb-receipts-title h1 {
  font-size: clamp(36px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.rpb-receipts-title p {
  font-size: 16px;
}

/* Tone down summary card typography */
.rpb-summary-card-label {
  font-size: 14px;
  font-weight: 500;
}

.rpb-summary-card-value {
  font-size: 19px;
  font-weight: 700;
}

.rpb-summary-card-sub {
  font-size: 14px;
}

/* Tone down table typography slightly */
.rpb-receipts-table thead th {
  font-size: 14px;
  font-weight: 700;
}

.rpb-receipts-table tbody td {
  font-size: 14px;
}

.rpb-amount,
.rpb-payment-method {
  font-weight: 700;
}

/* Make Download Statement button more visible */
.rpb-statement-btn {
  color: #111111 !important;
  background: #f7f7f7;
  border: 1px solid #777777;
  font-weight: 600;
  text-decoration: none !important;
}

.rpb-statement-btn:hover {
  color: #111111 !important;
  background: #e9e9e9;
  border-color: #444444;
}

/* Make View Receipt links easier to see */
.rpb-receipt-link {
  color: #4f5700 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rpb-receipt-link:hover {
  color: #111111 !important;
}

/* Align filters evenly */
.rpb-filters {
  align-items: stretch;
}

.rpb-filter-field {
  height: 36px;
  line-height: 36px;
}

/* Fix search field icon + X alignment */
.rpb-search-wrap {
  position: relative;
  height: 36px;
}

.rpb-search-wrap .rpb-filter-field {
  height: 36px;
  line-height: normal;
  padding-left: 38px;
  padding-right: 34px;
}

.rpb-search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #111111;
  pointer-events: none;
}

.rpb-clear-search {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
}

/* Optional: only show the X when the input actually has content.
   Add the class rpb-has-search to .rpb-search-wrap when a search is active. */
.rpb-search-wrap:not(.rpb-has-search) .rpb-clear-search {
  display: none;
}

.rpb-search-wrap input.rpb-filter-field {
	padding-left: 35px !important;
}

/* Prevent Font Awesome icons from inheriting odd spacing */
.rpb-statement-btn i,
.rpb-search-icon,
.rpb-payment-method i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ==================================================
   RPB RECEIPTS TYPE ICONS
   Backend only needs to output the correct class.
   ================================================== */

.rpb-type-cell {
  text-align: center;
}

.rpb-type-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #111111;
  font-size: 24px;
  line-height: 1;
}

.rpb-type-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

/* Default fallback icon */
.rpb-type-icon::before {
  content: "\f543"; /* receipt */
}

/* Type-specific icons */
.rpb-type-initial-order::before {
  content: "\f07a"; /* shopping-cart */
}

.rpb-type-added-restroom::before {
  content: "\f055"; /* plus-circle */
}

.rpb-type-additional-service::before {
  content: "\f7d9"; /* tools */
}

.rpb-type-pickup::before {
  content: "\f4de"; /* truck-loading */
}

.rpb-type-refund::before {
  content: "\f2ea"; /* undo-alt */
}

.rpb-type-payment::before {
  content: "\f09d"; /* credit-card */
}

.rpb-type-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rpb-type-icon::before {
  content: none;
}

.rpb-type-added-restroom {
  background-image: url("/wp-content/uploads/2026/03/PottyIcons-AddMore-1.png");
}

.rpb-type-additional-service {
  background-image: url("/wp-content/uploads/2026/03/PottyIcons-RequestCleaning.png");
}

.rpb-type-initial-order {
  background-image: url("/wp-content/uploads/2026/06/PottyIcons-Order-Creation.png");
}

.rpb-type-pickup {
  background-image: url("/wp-content/uploads/2026/03/PottyIcons-PickUp-1-1.png");
}

.rpb-type-payment {
  background-image: url("/wp-content/uploads/2026/06/PottyIcons-Recurring-Payment.png");
}

/* ==================================================
   INSTANT RENTAL FORM — RENTAL TERM SELECTOR
   Gravity Forms Form 1, Field 318

   Closely matches the Service Frequency selector.
   ================================================== */

#field_1_320 {
	position: relative;
	display: grid;
	grid-template-columns:
		minmax(280px, 1fr)
		minmax(190px, 0.75fr)
		minmax(190px, 0.75fr);
	grid-template-rows: auto auto;
	gap: 2px 18px;
	align-items: center;

	width: 100%;
	margin-top: 14px;
	padding: 10px 14px;

	border: 1px solid #d6d6d6;
	border-radius: 10px;
	background: #ffffff;
	box-sizing: border-box;
}

#field_1_320 *,
#field_1_320 *::before,
#field_1_320 *::after {
	box-sizing: border-box;
}

/* =========================================
   Left-side heading area
========================================= */

#field_1_320 > .gfield_label {
	grid-column: 1;
	grid-row: 1;

	display: flex;
	align-items: center;

	min-height: 46px;
	margin: 0 !important;
	padding: 0 0 0 60px;

	color: #000000;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.15;
	text-transform: uppercase;
}

/* Yellow icon block */
#field_1_320::before {
	content: "\f274"; /* Font Awesome calendar-check */

	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);

	display: flex;
	align-items: center;
	justify-content: center;

	width: 46px;
	height: 46px;
	border-radius: 8px;

	background: #ffd814;
	color: #000000;

	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

/* Field description under heading */
#field_1_320 > .gfield_description:not(.validation_message):not(.gfield_validation_message) {
	position: absolute !important;
	z-index: 2;

	left: 74px !important;
	top: 50% !important;
	transform: translateY(6px);

	display: block !important;
	width: auto !important;
	max-width: 350px !important;

	margin: 0 !important;
	padding: 0 !important;

	color: #444444 !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

/* =========================================
   Radio choice area
========================================= */

#field_1_320 .ginput_container_radio {
	grid-column: 2 / 4;
	grid-row: 1 / 3;

	width: 100%;
	margin: 0 !important;
}

#field_1_320 .gfield_radio {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;

	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

/* Remove Gravity Forms list spacing */
#field_1_320 .gchoice {
	position: relative;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

/*
 * Visually hide the native radio input while preserving
 * keyboard and screen-reader accessibility.
 */
#field_1_320 .gchoice input[type="radio"] {
	position: absolute !important;

	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;

	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;

	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
}

/* =========================================
   Choice cards
========================================= */

#field_1_320 .gchoice label {
	position: relative !important;

	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: flex-start !important;

	width: 100% !important;
	max-width: none !important;
	min-height: 58px !important;

	margin: 0 !important;
	padding: 10px 14px 10px 48px !important;

	border: 2px solid #d8d8d8 !important;
	border-radius: 10px !important;

	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;

	color: #111111 !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	text-align: left !important;

	cursor: pointer !important;

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
	transition: all 0.18s ease-in-out !important;
}

/* Custom radio circle */
#field_1_320 .gchoice label::before {
	content: "";

	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);

	width: 18px;
	height: 18px;

	border: 2px solid #777777;
	border-radius: 50%;

	background: #ffffff;
}

/* Subtitle under each choice */
#field_1_320 .gchoice label::after {
	display: block;

	margin-top: 4px;

	color: #444444;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.15;
}

/*
 * These descriptions follow the choice order currently
 * shown in the CSS you provided:
 *
 * 1. Long-Term
 * 2. Short-Term
 */
#field_1_320 .gchoice:nth-child(1) label::after {
	content: "More than 28 days";
}

#field_1_320 .gchoice:nth-child(2) label::after {
	content: "Up to 28 days";
}

/* =========================================
   Hover and selected states
========================================= */

#field_1_320 .gchoice label:hover {
	border-color: #f2c200 !important;

	background: #fffdf2 !important;
	background-color: #fffdf2 !important;

	color: #111111 !important;

	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

#field_1_320 .gchoice input[type="radio"]:checked + label {
	border-color: #ffd814 !important;

	background: #fff7cc !important;
	background-color: #fff7cc !important;

	color: #111111 !important;

	box-shadow: 0 0 0 2px rgba(255, 216, 20, 0.35) !important;
}

/* Selected yellow radio with dark center */
#field_1_320 .gchoice input[type="radio"]:checked + label::before {
	border-color: #111111;

	background:
		radial-gradient(
			circle at center,
			#111111 0,
			#111111 3px,
			#ffd814 4px,
			#ffd814 100%
		);
}

/* Keyboard focus */
#field_1_320 .gchoice input[type="radio"]:focus-visible + label {
	outline: 3px solid rgba(20, 128, 226, 0.35) !important;
	outline-offset: 2px !important;
}

/* Prevent theme button/input states from changing the text */
#field_1_320 .gchoice input[type="radio"]:active + label {
	color: #111111 !important;
}

/* =========================================
   Gravity Forms validation
========================================= */

#field_1_320.gfield_error {
	border-color: #c02b0a;
	background: #fff8f6;
}

#field_1_320 .validation_message,
#field_1_320 .gfield_validation_message {
	grid-column: 1 / -1;

	margin: 8px 0 0 !important;
	padding: 0 !important;
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 970px) {
	#field_1_320 {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 10px;
	}

	#field_1_320::before {
		top: 10px;
		transform: none;
	}

	#field_1_320 > .gfield_label {
		grid-column: 1;
		grid-row: auto;

		min-height: 46px;
	}

	#field_1_320 > .gfield_description {
		grid-column: 1;
		grid-row: auto;

		margin: -8px 0 2px !important;
	}

	#field_1_320 .ginput_container_radio {
		grid-column: 1;
		grid-row: auto;
	}

	#field_1_320 .gfield_radio {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* ==================================================
   FIELD 320 — HEADER ALIGNMENT FIX
   Add after the existing Field 320 styles
   ================================================== */

/*
 * Gravity Forms renders radio fields as a fieldset with
 * the field label inside a legend. Replace the normal
 * fieldset border so the legend does not cut through it.
 */
#field_1_320 {
	min-inline-size: 0;
	border: 0 !important;
	box-shadow: inset 0 0 0 1px #d6d6d6;
}

/* Rental-term title */
#field_1_320 > legend.gfield_label {
	position: absolute !important;
	z-index: 2;

	left: 74px !important;
	top: 50% !important;
	transform: translateY(-19px);

	display: block !important;
	width: auto !important;
	max-width: 350px !important;

	margin: 0 !important;
	padding: 0 !important;
	float: none !important;

	border: 0 !important;
	background: transparent !important;

	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	text-transform: uppercase;
}

/* Rental-term subtitle */
#field_1_320 > .gfield_description:not(.validation_message):not(.gfield_validation_message) {
	position: absolute !important;
	z-index: 2;

	left: 74px !important;
	top: 50% !important;
	transform: translateY(6px);

	display: block !important;
	width: auto !important;
	max-width: 350px !important;

	margin: 0 !important;
	padding: 0 !important;

	color: #444444 !important;
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

/* Keep the two rental choices vertically centered */
#field_1_320 .ginput_container_radio {
	align-self: center;
}

/* Preserve validation-message placement */
#field_1_320 > .validation_message,
#field_1_320 > .gfield_validation_message {
	position: static !important;
	grid-column: 1 / -1;
	transform: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-top: 8px !important;
}

/* Mobile header arrangement */
@media (max-width: 970px) {
	#field_1_320 {
		display: block;
		padding: 10px 14px 14px;
	}

	#field_1_320::before {
		top: 10px;
		transform: none;
	}

	#field_1_320 > legend.gfield_label {
		left: 74px !important;
		top: 17px !important;
		transform: none;

		max-width: calc(100% - 90px) !important;
	}

	#field_1_320 > .gfield_description:not(.validation_message):not(.gfield_validation_message) {
		left: 74px !important;
		top: 41px !important;
		transform: none;

		max-width: calc(100% - 90px) !important;
	}

	#field_1_320 .ginput_container_radio {
		margin-top: 62px !important;
	}
}

/* Hide Pickup Date until the delivery ZIP has been populated. */
#field_1_23.rpb-awaiting-delivery-zip {
	display: none !important;
}