.intent-card {
  max-width: 920px;
  margin-inline: auto;
}
.intent-card h1 {
  font-size: clamp(22px, 2.1vw, 30px);
  margin-bottom: 6px;
}
.intent-card > p {
  margin-top: 0;
  color: #667085;
}
.b24-professional-intents {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.b24-professional-intents .intent-option {
  min-height: 126px;
  padding: 18px 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid #d8e2ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.055);
  transition: 0.18s ease;
}
.b24-professional-intents .intent-option:hover {
  transform: translateY(-2px);
  border-color: #93b6dc;
  box-shadow: 0 10px 24px rgba(52, 118, 196, 0.11);
}
.b24-professional-intents .intent-option strong,
.b24-professional-intents .intent-option small {
  display: none !important;
}
.b24-professional-intents .intent-option b {
  font-size: 15px;
  font-weight: 800;
  color: #172033;
}
.b24-professional-intents .intent-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #eaf1f8;
  color: #3476c4;
}
.b24-professional-intents .intent-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b24-combo-wrap input {
  padding-left: 42px !important;
}
.b24-combo-arrow {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid #607086;
  border-bottom: 2px solid #607086;
  transform: translateY(-65%) rotate(-45deg);
  pointer-events: none;
}
#smartAdForm .b24-help-dot {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  border-radius: 50% !important;
  background: #3476c4 !important;
  color: #fff !important;
  border: 0 !important;
  font:
    800 13px/21px Arial,
    sans-serif !important;
  padding: 0 !important;
  text-align: center !important;
}
#smartAdForm .dynamic-section .section-title {
  margin-bottom: 18px;
}
body:has([data-intent="service"]:focus) {
}
@media (max-width: 760px) {
  .b24-professional-intents {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .b24-professional-intents .intent-option {
    min-height: 104px;
    border-radius: 13px;
    padding: 13px 7px;
  }
  .b24-professional-intents .intent-icon {
    width: 42px;
    height: 42px;
  }
  .b24-professional-intents .intent-option b {
    font-size: 13px;
  }
}
@media (max-width: 390px) {
  .b24-professional-intents {
    grid-template-columns: repeat(2, 1fr);
  }
}
#smartAdForm .b24-help-dot {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  font:
    800 10px/16px Arial,
    sans-serif !important;
  box-shadow: 0 1px 4px rgba(52, 118, 196, 0.2) !important;
}
.b24-combo-wrap {
  position: relative;
}
.b24-combo-wrap > input {
  padding-left: 44px !important;
  background-image: none !important;
}
.b24-combo-toggle {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 42px;
  border: 0;
  border-right: 1px solid #d9e2ec;
  background: #fff;
  border-radius: 10px 0 0 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
}
.b24-combo-arrow {
  width: 8px;
  height: 8px;
  border-left: 2px solid #516174;
  border-bottom: 2px solid #516174;
  transform: rotate(-45deg);
  display: block;
  margin-top: -4px;
}
.b24-combo-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: calc(100% + 6px);
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #d5dee8;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
  z-index: 1000;
  padding: 5px;
}
.b24-combo-menu[hidden] {
  display: none !important;
}
.b24-combo-option {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  padding: 10px 12px;
  text-align: right;
  border-radius: 8px;
  font:
    600 13px/1.5 "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic",
    "Cairo",
    sans-serif;
  color: #253247;
  cursor: pointer;
}
.b24-combo-option:hover,
.b24-combo-option:focus {
  background: #eaf1f8;
  color: #3476c4;
  outline: 0;
}
body.b24-special-intent #dynamicSection .section-title {
  display: none !important;
}
body.b24-special-intent #commonSection > h2 {
  display: none !important;
}
body.b24-special-intent #commonSection .fields-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
body.b24-special-intent #commonSection .field {
  grid-column: span 6;
}
body.b24-special-intent #commonSection .field.full {
  grid-column: 1/-1;
}
body.b24-special-intent #description.closest {
  order: 1;
}
body.b24-special-intent #description {
  min-height: 132px;
}
body.b24-special-intent #priceField {
  grid-column: span 6;
  order: 2;
}
body.b24-special-intent #negotiableField {
  grid-column: span 6;
  order: 3;
}
body.b24-special-intent .b24-city-compact {
  grid-column: span 7 !important;
  order: 4;
}
body.b24-special-intent .b24-radius-compact {
  grid-column: span 5 !important;
  order: 5;
}
body.b24-special-intent .b24-address-wide {
  grid-column: span 8 !important;
  order: 6;
}
body.b24-special-intent .b24-phone-compact {
  grid-column: span 4 !important;
  order: 7;
}
body.b24-special-intent .images-field {
  grid-column: 1/-1 !important;
  order: 8;
}
body.b24-service-intent #dynamicSection {
  padding-bottom: 8px;
}
body.b24-service-intent #categoryPath {
  display: none !important;
}
@media (max-width: 760px) {
  .b24-combo-menu {
    max-height: 170px;
  }
  body.b24-special-intent #commonSection .fields-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
  }
  body.b24-special-intent .b24-city-compact {
    grid-column: span 7 !important;
  }
  body.b24-special-intent .b24-radius-compact {
    grid-column: span 5 !important;
  }
  body.b24-special-intent .b24-address-wide {
    grid-column: span 7 !important;
  }
  body.b24-special-intent .b24-phone-compact {
    grid-column: span 5 !important;
  }
  body.b24-special-intent #priceField,
  body.b24-special-intent #negotiableField {
    grid-column: span 6 !important;
  }
}
@media (max-width: 430px) {
  body.b24-special-intent .b24-city-compact,
  body.b24-special-intent .b24-radius-compact,
  body.b24-special-intent .b24-address-wide,
  body.b24-special-intent .b24-phone-compact {
    grid-column: 1/-1 !important;
  }
}
#smartAdForm select,
#smartAdForm .b24-combo-wrap > input {
  background-color: #fff !important;
}
#smartAdForm select {
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111827 50%), linear-gradient(135deg, #111827 50%, transparent 50%) !important;
  background-position:
    18px calc(50% - 2px),
    11px calc(50% - 2px) !important;
  background-size:
    7px 7px,
    7px 7px !important;
  background-repeat: no-repeat !important;
  padding-left: 42px !important;
}
.b24-combo-toggle {
  left: 1px !important;
  top: 1px !important;
  bottom: 1px !important;
  width: 46px !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #d9e2ec !important;
  box-shadow: none !important;
  color: #111827 !important;
}
.b24-combo-toggle:hover,
.b24-combo-toggle:focus-visible {
  background: #fff !important;
  outline: 2px solid rgba(17, 24, 39, 0.12) !important;
  outline-offset: -2px !important;
}
.b24-combo-arrow {
  width: 12px !important;
  height: 12px !important;
  border-left: 2.5px solid #111827 !important;
  border-bottom: 2.5px solid #111827 !important;
  transform: rotate(-45deg) !important;
  margin-top: -6px !important;
}
.b24-combo-menu {
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: 360px !important;
  min-height: 0 !important;
  padding: 6px !important;
  background: #fff !important;
  border: 1px solid #d5dee8 !important;
  border-radius: 12px !important;
}
.b24-combo-option,
.b24-combo-option:visited {
  background: #fff !important;
  color: #172033 !important;
}
.b24-combo-option:hover,
.b24-combo-option:focus,
.b24-combo-option:active {
  background: #f3f4f6 !important;
  color: #111827 !important;
}
body.b24-special-intent #commonSection .fields-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
  row-gap: 14px !important;
}
body.b24-special-intent #priceField,
body.b24-special-intent #negotiableField,
body.b24-special-intent .b24-city-compact,
body.b24-special-intent .b24-radius-compact,
body.b24-special-intent .b24-address-wide,
body.b24-special-intent .b24-phone-compact {
  grid-column: span 1 !important;
  width: 100% !important;
  min-width: 0 !important;
}
body.b24-special-intent .b24-radius-compact {
  order: 5 !important;
}
body.b24-special-intent #priceField input,
body.b24-special-intent #negotiableField select,
body.b24-special-intent .b24-city-compact input,
body.b24-special-intent .b24-radius-compact select,
body.b24-special-intent .b24-address-wide input,
body.b24-special-intent .b24-phone-compact input {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
body.b24-special-intent .b24-phone-compact small {
  display: none !important;
}

@media (max-width: 760px) {
  .b24-combo-menu {
    max-height: 340px !important;
  }
  body.b24-special-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}
@media (max-width: 430px) {
  body.b24-special-intent #priceField,
  body.b24-special-intent #negotiableField,
  body.b24-special-intent .b24-city-compact,
  body.b24-special-intent .b24-radius-compact,
  body.b24-special-intent .b24-address-wide,
  body.b24-special-intent .b24-phone-compact {
    grid-column: span 1 !important;
  }
  body.b24-special-intent #priceField input,
  body.b24-special-intent #negotiableField select,
  body.b24-special-intent .b24-city-compact input,
  body.b24-special-intent .b24-radius-compact select,
  body.b24-special-intent .b24-address-wide input,
  body.b24-special-intent .b24-phone-compact input {
    height: 44px !important;
    min-height: 44px !important;
    font-size: 12px !important;
    padding-inline: 10px !important;
  }
}
body #smartAdForm button.b24-combo-toggle,
body #smartAdForm button.b24-combo-toggle:hover,
body #smartAdForm button.b24-combo-toggle:focus-visible,
body #smartAdForm button.b24-combo-toggle:active {
  background: #fff !important;
  background-color: #fff !important;
  color: #111827 !important;
  border: 0 !important;
  border-right: 1px solid #d9e2ec !important;
  box-shadow: none !important;
}
body #smartAdForm button.b24-combo-option,
body #smartAdForm button.b24-combo-option:visited,
body #smartAdForm button.b24-combo-option:active {
  background: #fff !important;
  background-color: #fff !important;
  color: #172033 !important;
  box-shadow: none !important;
}
body #smartAdForm button.b24-combo-option:hover,
body #smartAdForm button.b24-combo-option:focus-visible {
  background: #f3f4f6 !important;
  background-color: #f3f4f6 !important;
  color: #111827 !important;
  outline: none !important;
}
body #smartAdForm .b24-combo-toggle {
  width: 46px !important;
  border-radius: 10px 0 0 10px !important;
}
body #smartAdForm .b24-combo-arrow {
  width: 12px !important;
  height: 12px !important;
  border-left: 2.5px solid #111827 !important;
  border-bottom: 2.5px solid #111827 !important;
  transform: rotate(-45deg) !important;
  margin-top: -6px !important;
}
body #smartAdForm select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 14px 50% !important;
  background-size: 18px 18px !important;
  padding-left: 44px !important;
}
body #smartAdForm .b24-combo-menu {
  background: #fff !important;
  background-color: #fff !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  color: #172033 !important;
}
body.b24-special-intent #dynamicSection .fields-grid,
body.b24-special-intent #commonSection .fields-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
body.b24-special-intent #dynamicSection .field,
body.b24-special-intent #commonSection .field:not(.full),
body.b24-special-intent #priceField,
body.b24-special-intent #negotiableField,
body.b24-special-intent .b24-city-compact,
body.b24-special-intent .b24-radius-compact,
body.b24-special-intent .b24-address-wide,
body.b24-special-intent .b24-phone-compact {
  grid-column: span 1 !important;
  width: 100% !important;
  min-width: 0 !important;
}
body.b24-special-intent #dynamicSection input,
body.b24-special-intent #dynamicSection select,
body.b24-special-intent #commonSection input:not([type="file"]),
body.b24-special-intent #commonSection select {
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
}
body.b24-special-intent #dynamicSection .field.full,
body.b24-special-intent #commonSection .field.full,
body.b24-special-intent #commonSection .images-field {
  grid-column: 1/-1 !important;
}
body #smartAdForm .b24-help-dot {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  font:
    800 9px/15px Arial,
    sans-serif !important;
  vertical-align: middle !important;
}
@media (max-width: 760px) {
  body.b24-special-intent #dynamicSection .fields-grid,
  body.b24-special-intent #commonSection .fields-grid {
    gap: 10px !important;
  }
  body #smartAdForm .b24-combo-menu {
    max-height: 320px !important;
  }
}
body #smartAdForm .b24-combo-toggle,
body #smartAdForm .b24-combo-toggle:hover,
body #smartAdForm .b24-combo-toggle:focus-visible,
body #smartAdForm .b24-combo-toggle:active {
  width: 44px !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
body #smartAdForm .b24-combo-arrow {
  width: 18px !important;
  height: 18px !important;
  border: 0 !important;
  margin: 0 !important;
  transform: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center/18px 18px no-repeat !important;
}
body #smartAdForm .b24-combo-wrap > input {
  padding-left: 44px !important;
}
body #smartAdForm .b24-combo-menu,
body #smartAdForm .b24-combo-option,
body #smartAdForm .b24-combo-option:active,
body #smartAdForm .b24-combo-option:focus {
  background: #fff !important;
  background-color: #fff !important;
  color: #172033 !important;
}
body #smartAdForm .b24-combo-option:hover,
body #smartAdForm .b24-combo-option:focus-visible {
  background: #f3f4f6 !important;
}

body.b24-special-intent #commonSection .fields-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start !important;
}
body.b24-special-intent #commonSection .b24-paired-field {
  grid-column: span 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.b24-special-intent #priceField {
  order: 2 !important;
}
body.b24-special-intent #negotiableField {
  order: 3 !important;
}
body.b24-special-intent .b24-city-compact {
  order: 4 !important;
}
body.b24-special-intent #specialAreaField {
  order: 5 !important;
}
body.b24-special-intent .b24-address-wide {
  order: 6 !important;
}
body.b24-special-intent .b24-phone-compact {
  order: 7 !important;
}
body.b24-special-intent #commonSection .images-field {
  order: 8 !important;
  grid-column: 1/-1 !important;
}
body.b24-special-intent #commonSection .b24-paired-field input,
body.b24-special-intent #commonSection .b24-paired-field select,
body.b24-special-intent #commonSection .b24-paired-field .city-wrap {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
body.b24-special-intent #commonSection .b24-paired-field input,
body.b24-special-intent #commonSection .b24-paired-field select {
  height: 46px !important;
  min-height: 46px !important;
}
body.b24-special-intent #searchRadiusField {
  display: none !important;
}
@media (max-width: 760px) {
  body.b24-special-intent #commonSection .fields-grid {
    gap: 10px !important;
  }
}
body.b24-service-intent #dynamicSection .section-title {
  display: none !important;
}
body.b24-service-intent #dynamicSection {
  padding-top: 20px !important;
}
body.b24-service-intent .b24-service-type-field {
  grid-column: 1/-1 !important;
  max-width: none !important;
}
body.b24-service-awaiting #smartAdForm .hero-field,
body.b24-service-awaiting #smartAdForm #commonSection,
body.b24-service-awaiting #smartAdForm #featuresSection,
body.b24-service-awaiting #smartAdForm #submitAd,
body.b24-service-awaiting #smartAdForm #formMessage {
  display: none !important;
}
body.b24-service-ready #smartAdForm .hero-field,
body.b24-service-ready #smartAdForm #commonSection {
  display: block;
}
body.b24-service-ready #smartAdForm #submitAd {
  display: block;
}
body.b24-service-intent .b24-combo-option:hover,
body.b24-service-intent .b24-combo-option:focus-visible {
  background: #f3f4f6 !important;
  color: #1f2937 !important;
}
body #smartAdForm .b24-combo-wrap {
  position: relative !important;
}
body #smartAdForm .b24-combo-toggle,
body #smartAdForm .b24-combo-toggle:hover,
body #smartAdForm .b24-combo-toggle:focus-visible,
body #smartAdForm .b24-combo-toggle:active {
  position: absolute !important;
  left: 4px !important;
  top: 50% !important;
  bottom: auto !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 4 !important;
}
body #smartAdForm .b24-combo-arrow {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center/18px 18px no-repeat !important;
}
body #smartAdForm .b24-combo-wrap > input {
  padding-left: 48px !important;
}

@media (min-width: 761px) {
  body.b24-service-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, minmax(0, 320px)) !important;
    justify-content: start !important;
    width: auto !important;
    max-width: 660px !important;
  }
  body.b24-service-intent #commonSection .b24-paired-field {
    width: 100% !important;
    max-width: 320px !important;
  }
  body.b24-service-intent #commonSection .field.full,
  body.b24-service-intent #commonSection .images-field {
    width: 100% !important;
    max-width: 660px !important;
  }
}
body #smartAdForm .b24-combo-toggle,
body #smartAdForm .b24-combo-toggle:hover,
body #smartAdForm .b24-combo-toggle:focus-visible,
body #smartAdForm .b24-combo-toggle:active {
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  height: 100% !important;
  min-width: 44px !important;
  min-height: 0 !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 8px 0 0 8px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
body #smartAdForm .b24-combo-arrow {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  align-self: center !important;
  justify-self: center !important;
}
body #smartAdForm .b24-combo-wrap {
  position: relative !important;
  overflow: visible !important;
}
body #smartAdForm .b24-combo-wrap > input {
  width: 100% !important;
  padding-left: 52px !important;
  box-sizing: border-box !important;
}
body #smartAdForm .b24-combo-toggle,
body #smartAdForm .b24-combo-toggle:hover,
body #smartAdForm .b24-combo-toggle:focus-visible,
body #smartAdForm .b24-combo-toggle:active {
  position: absolute !important;
  left: 6px !important;
  top: 50% !important;
  bottom: auto !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  transform: translateY(-50%) !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  z-index: 5 !important;
}
body #smartAdForm .b24-combo-arrow {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  border: 0 !important;
  transform: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center/18px 18px no-repeat !important;
}

@media (min-width: 761px) {
  body.b24-service-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, 180px) !important;
    gap: 12px !important;
    justify-content: start !important;
    width: max-content !important;
    max-width: 100% !important;
  }
  body.b24-service-intent #commonSection .b24-paired-field,
  body.b24-service-intent #priceField,
  body.b24-service-intent #negotiableField,
  body.b24-service-intent .b24-city-compact,
  body.b24-service-intent #specialAreaField,
  body.b24-service-intent .b24-address-wide,
  body.b24-service-intent .b24-phone-compact {
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
    grid-column: span 1 !important;
  }
  body.b24-service-intent #commonSection .field.full:not(.b24-paired-field),
  body.b24-service-intent #commonSection .images-field {
    width: 372px !important;
    max-width: 372px !important;
    grid-column: 1/-1 !important;
  }
}
body #smartAdForm .b24-combo-wrap > input {
  padding-left: 50px !important;
}
body #smartAdForm .b24-combo-toggle,
body #smartAdForm .b24-combo-toggle:hover,
body #smartAdForm .b24-combo-toggle:focus-visible,
body #smartAdForm .b24-combo-toggle:active {
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  height: 100% !important;
  min-width: 44px !important;
  min-height: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 9px 0 0 9px !important;
  background: #fff !important;
  box-shadow: none !important;
  line-height: 0 !important;
}
body #smartAdForm .b24-combo-arrow {
  position: static !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background-position: 50% 50% !important;
}

@media (min-width: 761px) {
  body.b24-service-intent #commonSection .fields-grid {
    grid-template-columns: 180px 180px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    row-gap: 14px !important;
    justify-content: stretch !important;
    width: 100% !important;
    max-width: none !important;
  }
  body.b24-service-intent #commonSection .field.full:not(.b24-paired-field),
  body.b24-service-intent #commonSection .images-field {
    grid-column: 1/-1 !important;
    width: 100% !important;
    max-width: none !important;
  }
  body.b24-service-intent #commonSection .field.full textarea,
  body.b24-service-intent #description {
    width: 100% !important;
    max-width: none !important;
    min-height: 190px !important;
    box-sizing: border-box !important;
  }
}
body.b24-service-intent #dynamicSection .b24-service-type-field {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-wrap {
  position: relative !important;
  width: 100% !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-wrap > input {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding-left: 46px !important;
  border-radius: 9px !important;
  box-sizing: border-box !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-toggle,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:hover,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:focus-visible,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:active {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  height: 100% !important;
  min-width: 44px !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 9px 0 0 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 0 !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-arrow {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center center/18px 18px no-repeat !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  top: calc(100% + 6px) !important;
  box-sizing: border-box !important;
}
body.b24-service-intent #commonSection .fields-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 180px)) !important;
  column-gap: 12px !important;
  row-gap: 14px !important;
  justify-content: start !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-service-intent #commonSection #description,
body.b24-service-intent #commonSection .field:has(#description) {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  order: 1 !important;
}
body.b24-service-intent #commonSection .field:has(#description) textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 190px !important;
  box-sizing: border-box !important;
}
body.b24-service-intent #priceField {
  grid-column: 1 !important;
  order: 2 !important;
}
body.b24-service-intent #negotiableField {
  grid-column: 2 !important;
  order: 3 !important;
}
body.b24-service-intent .b24-city-compact {
  grid-column: 1 !important;
  order: 4 !important;
}
body.b24-service-intent .b24-radius-compact {
  grid-column: 2 !important;
  order: 5 !important;
}
body.b24-service-intent .b24-address-wide {
  grid-column: 1 !important;
  order: 6 !important;
}
body.b24-service-intent .b24-phone-compact {
  grid-column: 2 !important;
  order: 7 !important;
}
body.b24-service-intent #priceField,
body.b24-service-intent #negotiableField,
body.b24-service-intent .b24-city-compact,
body.b24-service-intent .b24-radius-compact,
body.b24-service-intent .b24-address-wide,
body.b24-service-intent .b24-phone-compact {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
body.b24-service-intent #commonSection .images-field {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  order: 8 !important;
}
@media (max-width: 430px) {
  body.b24-service-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
  }
  body.b24-service-intent #priceField,
  body.b24-service-intent #negotiableField,
  body.b24-service-intent .b24-city-compact,
  body.b24-service-intent .b24-radius-compact,
  body.b24-service-intent .b24-address-wide,
  body.b24-service-intent .b24-phone-compact {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
body.b24-service-intent .b24-service-type-field .b24-combo-wrap {
  position: relative !important;
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #cfdced !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-wrap:focus-within {
  border-color: #3476c4 !important;
  box-shadow: 0 0 0 2px rgba(52, 118, 196, 0.12) !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-wrap > input {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 48px 0 14px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-toggle,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:hover,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:focus-visible,
body.b24-service-intent .b24-service-type-field .b24-combo-toggle:active {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 9px 0 0 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 2 !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-arrow {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  transform: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center/16px 16px no-repeat !important;
}
body.b24-service-intent .b24-service-type-field .b24-combo-menu {
  left: -1px !important;
  right: -1px !important;
  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: calc(100% + 2px) !important;
  top: calc(100% + 6px) !important;
}
body.b24-service-intent #commonSection .fields-grid {
  grid-template-columns: 180px 180px minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-service-intent #commonSection .field:has(#description),
body.b24-service-intent #commonSection #description {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-service-intent #commonSection .field:has(#description) textarea,
body.b24-service-intent #description {
  width: 100% !important;
  max-width: none !important;
  min-height: 190px !important;
}
body.b24-service-intent #priceField,
body.b24-service-intent .b24-city-compact,
body.b24-service-intent .b24-address-wide {
  grid-column: 1 !important;
}
body.b24-service-intent #negotiableField,
body.b24-service-intent .b24-radius-compact,
body.b24-service-intent .b24-phone-compact {
  grid-column: 2 !important;
}
body.b24-service-intent #commonSection .images-field {
  grid-column: 1 / -1 !important;
}

@media (max-width: 700px) {
  body.b24-service-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
\n\n

/* 2026-07-15 — corrected professional announcement flow */
body.b24-announcement-intent #categoryPath,
body.b24-announcement-intent #dynamicSection .section-title {
  display: none !important;
}
body.b24-announcement-intent #dynamicSection {
  padding-top: 20px !important;
}
body.b24-announcement-intent .b24-announcement-type-field {
  grid-column: 1/-1 !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-announcement-awaiting #smartAdForm .hero-field,
body.b24-announcement-awaiting #smartAdForm #commonSection,
body.b24-announcement-awaiting #smartAdForm #featuresSection,
body.b24-announcement-awaiting #smartAdForm #submitAd,
body.b24-announcement-awaiting #smartAdForm #formMessage {
  display: none !important;
}
body.b24-announcement-ready #smartAdForm .hero-field,
body.b24-announcement-ready #smartAdForm #commonSection,
body.b24-announcement-ready #smartAdForm #submitAd {
  display: block;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-wrap {
  position: relative !important;
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #cfdced !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-wrap:focus-within {
  border-color: #3476c4 !important;
  box-shadow: 0 0 0 2px rgba(52, 118, 196, 0.12) !important;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-wrap > input {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 48px 0 14px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-toggle,
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-toggle:hover,
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-toggle:focus-visible,
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-toggle:active {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 9px 0 0 9px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 2 !important;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-arrow {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  transform: none !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E")
    center/16px 16px no-repeat !important;
}
body.b24-announcement-intent .b24-announcement-type-field .b24-combo-menu {
  left: -1px !important;
  right: -1px !important;
  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: calc(100% + 2px) !important;
  top: calc(100% + 6px) !important;
  background: #fff !important;
}
body.b24-announcement-intent .b24-combo-option {
  background: #fff !important;
  color: #111827 !important;
}
body.b24-announcement-intent .b24-combo-option:hover,
body.b24-announcement-intent .b24-combo-option:focus-visible {
  background: #f3f4f6 !important;
  color: #111827 !important;
}
body.b24-announcement-intent #commonSection .fields-grid {
  display: grid !important;
  grid-template-columns: 180px 180px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  row-gap: 14px !important;
  justify-content: start !important;
  width: 100% !important;
  max-width: none !important;
}
body.b24-announcement-intent #commonSection .field:has(#description),
body.b24-announcement-intent #commonSection #description {
  grid-column: 1/-1 !important;
  width: 100% !important;
  max-width: none !important;
  order: 1 !important;
}
body.b24-announcement-intent #commonSection .field:has(#description) textarea,
body.b24-announcement-intent #description {
  width: 100% !important;
  max-width: none !important;
  min-height: 190px !important;
  box-sizing: border-box !important;
}
body.b24-announcement-intent #priceField {
  grid-column: 1 !important;
  order: 2 !important;
}
body.b24-announcement-intent #negotiableField {
  grid-column: 2 !important;
  order: 3 !important;
}
body.b24-announcement-intent .b24-city-compact {
  grid-column: 1 !important;
  order: 4 !important;
}
body.b24-announcement-intent .b24-radius-compact {
  grid-column: 2 !important;
  order: 5 !important;
}
body.b24-announcement-intent .b24-address-wide {
  grid-column: 1 !important;
  order: 6 !important;
}
body.b24-announcement-intent .b24-phone-compact {
  grid-column: 2 !important;
  order: 7 !important;
}
body.b24-announcement-intent #priceField,
body.b24-announcement-intent #negotiableField,
body.b24-announcement-intent .b24-city-compact,
body.b24-announcement-intent .b24-radius-compact,
body.b24-announcement-intent .b24-address-wide,
body.b24-announcement-intent .b24-phone-compact {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
body.b24-announcement-intent #commonSection .images-field {
  grid-column: 1/-1 !important;
  width: 100% !important;
  max-width: none !important;
  order: 8 !important;
}
@media (max-width: 700px) {
  body.b24-announcement-intent #commonSection .fields-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.b24-announcement-intent #priceField,
  body.b24-announcement-intent #negotiableField,
  body.b24-announcement-intent .b24-city-compact,
  body.b24-announcement-intent .b24-radius-compact,
  body.b24-announcement-intent .b24-address-wide,
  body.b24-announcement-intent .b24-phone-compact {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
}
body.b24-announcement-intent #dynamicSection {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin-top: 4px !important;
}
body.b24-announcement-intent #dynamicSection .fields-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}
body.b24-announcement-intent .b24-announcement-type-field {
  grid-column: 1/-1 !important;
  margin-bottom: 4px !important;
}
body.b24-announcement-intent .b24-announcement-extra-field {
  grid-column: span 1 !important;
  width: 100% !important;
  min-width: 0 !important;
}
body.b24-announcement-intent .b24-announcement-extra-field input,
body.b24-announcement-intent .b24-announcement-extra-field select {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;
}
body.b24-announcement-intent #commonSection {
  padding-top: 4px !important;
  border-top: 0 !important;
}
body.b24-announcement-intent #commonSection .fields-grid {
  align-items: start !important;
}
body.b24-announcement-intent #commonSection .field.hidden {
  display: none !important;
}
body.b24-announcement-intent #description {
  min-height: 210px !important;
}
@media (max-width: 700px) {
  body.b24-announcement-intent #dynamicSection .fields-grid {
    grid-template-columns: 1fr !important;
  }
  body.b24-announcement-intent .b24-announcement-extra-field {
    grid-column: 1 !important;
  }
}
body.b24-announcement-intent #intentBadge {
  display: none !important;
}
body.b24-announcement-intent #serviceAreaField,
body.b24-announcement-intent .b24-radius-compact,
body.b24-announcement-intent [name="spec_serviceRadius"] {
  display: none !important;
}
@media (min-width: 701px) {
  body.b24-announcement-awaiting #smartAdForm .form-head {
    justify-content: center;
    text-align: center;
  }
  body.b24-announcement-awaiting #smartAdForm .form-head > div {
    width: 100%;
    text-align: center;
  }
  body.b24-announcement-awaiting #dynamicSection .fields-grid {
    grid-template-columns: minmax(0, 520px) !important;
    justify-content: center !important;
  }
  body.b24-announcement-awaiting .b24-announcement-type-field {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto 4px !important;
    justify-self: center !important;
  }
  body.b24-announcement-awaiting .b24-announcement-type-field > label {
    text-align: center;
  }
}
@media (max-width: 700px) {
  body.b24-announcement-awaiting .b24-announcement-type-field {
    width: 100% !important;
    max-width: none !important;
  }
}
body.b24-travel-intent #dynamicSection > .section-title.hidden,
body.b24-travel-intent #specialAreaField {
  display: none !important;
}

body.b24-travel-intent #dynamicFields > .b24-travel-title-field {
  grid-column: 1/-1;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.b24-travel-intent #dynamicFields > .b24-travel-title-field .detect-status {
  display: none !important;
}
body.b24-travel-intent #dynamicFields > .b24-travel-title-field input {
  width: 100%;
}
body.b24-travel-intent #dynamicFields .b24-travel-route-row {
  width: 100%;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}
body.b24-travel-intent #dynamicFields .b24-travel-route-row > .field {
  min-width: 0;
}
body.b24-travel-intent #dynamicFields .b24-travel-route-row input {
  width: 100%;
  height: 50px;
  min-height: 50px;
}
body.b24-travel-intent .b24-travel-tags-control {
  min-height: 50px;
  border: 1px solid #d6deea;
  border-radius: 12px;
  background: #fff;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
body.b24-travel-intent .b24-travel-tags-control:focus-within {
  border-color: #3476c4;
  box-shadow: 0 0 0 3px rgba(52, 118, 196, 0.1);
}
body.b24-travel-intent .b24-travel-tags-control input {
  flex: 1;
  min-width: 190px;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 5px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0;
}
body.b24-travel-intent .b24-travel-tags-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
body.b24-travel-intent .b24-travel-stop-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid #d5e4f3;
  border-radius: 999px;
  background: #eaf1f8;
  color: #174a8b;
  font-size: 13px;
  font-weight: 700;
}
body.b24-travel-intent .b24-travel-stop-chip button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  grid-column: 1/-1;
  justify-self: start;
  display: grid;
  grid-template-columns: 280px 52px 56px 52px 56px 34px max-content;
  gap: 0;
  align-items: end;
  direction: rtl;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow > .field {
  min-width: 0;
  margin: 0;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelVehicleField {
  grid-column: 1 !important;
  width: 280px !important;
  min-width: 0 !important;
  max-width: 280px !important;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelSeatsField {
  grid-column: 3 !important;
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
body.b24-travel-intent #dynamicFields #travelSeatsField > label {
  width: max-content;
  white-space: nowrap;
  font-size: 12px;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #priceField {
  grid-column: 5 !important;
  order: 0 !important;
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelFreeField {
  grid-column: 7 !important;
  width: max-content !important;
  min-width: max-content !important;
  height: 40px;
  margin: 0 !important;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelVehicleField input,
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelSeatsField input,
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #priceField input {
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
body.b24-travel-intent #dynamicFields #spec_seatCount,
body.b24-travel-intent #dynamicFields #price {
  direction: ltr !important;
  text-align: center !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
  font-family: Arial, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings:
    "locl" 0,
    "tnum" 1;
}
body.b24-travel-intent #dynamicFields #spec_seatCount::placeholder {
  direction: rtl;
  text-align: center;
  font-size: 11px;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow > .hidden {
  display: none !important;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow.b24-without-vehicle {
  grid-template-columns: 56px max-content;
  gap: 34px;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow.b24-without-vehicle #priceField {
  grid-column: 1 !important;
}
body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow.b24-without-vehicle #travelFreeField {
  grid-column: 2 !important;
}
body.b24-travel-intent #travelFreeField .b24-travel-free-check {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
body.b24-travel-intent #travelFreeField .b24-travel-free-check input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  opacity: 0;
  pointer-events: none;
}
body.b24-travel-intent #travelFreeField .b24-custom-checkbox {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1.5px solid #9aa6b5;
  border-radius: 5px;
  background: #fff;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.18s;
}
body.b24-travel-intent #travelFreeField input:checked + .b24-custom-checkbox {
  border-color: #3476c4;
  background: #3476c4;
  color: #fff;
}
body.b24-travel-intent #price:disabled {
  opacity: 1 !important;
  background: #eef1f5 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  cursor: not-allowed !important;
}
body.b24-travel-intent #dynamicFields #b24TravelDateTimeRow {
  width: max-content;
  max-width: 100%;
  min-width: 0;
  grid-column: 1/-1;
  justify-self: start;
  display: grid;
  grid-template-columns: 180px 110px;
  gap: 10px;
  align-items: end;
  direction: rtl;
}
body.b24-travel-intent #dynamicFields #b24TravelDateTimeRow > .field {
  min-width: 0;
}
body.b24-travel-intent .b24-travel-composite {
  width: 100%;
  height: 40px;
  min-height: 40px;
  border: 1px solid #d6deea;
  border-radius: 12px;
  background: #fff;
  display: grid;
  align-items: center;
  overflow: visible;
  position: relative;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
body.b24-travel-intent .b24-travel-composite:focus-within {
  border-color: #3476c4;
  box-shadow: 0 0 0 3px rgba(52, 118, 196, 0.1);
}
body.b24-travel-intent .b24-travel-date-control {
  direction: ltr;
  grid-template-columns: minmax(46px, 0.85fr) 6px minmax(50px, 0.9fr) 6px minmax(76px, 1.25fr);
  padding: 0 3px;
}
body.b24-travel-intent .b24-travel-time-control {
  direction: ltr;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 0 2px;
}
body.b24-travel-intent #smartAdForm .b24-travel-composite select {
  width: 100%;
  height: 48px !important;
  min-height: 48px !important;
  min-width: 0;
  padding: 0 10px 0 1px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: right 3px center !important;
  background-size: 7px 4px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' fill='none' stroke='%23677589' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  box-shadow: none !important;
  color: #27364a !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-variant-numeric: tabular-nums;
  line-height: 1 !important;
  text-align: center;
  text-align-last: center;
  appearance: none !important;
  -webkit-appearance: none !important;
}
body.b24-travel-intent .b24-travel-date-control > .b24-travel-slash {
  width: auto;
  height: auto;
  background: transparent;
  color: #8a95a5;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  justify-self: center;
}
body.b24-travel-intent .b24-travel-time-control b {
  padding: 0 1px;
  color: #27364a;
  font-size: 14px;
  line-height: 1;
}
body.b24-travel-intent #smartAdForm .b24-travel-time-control select {
  padding-right: 8px !important;
  padding-left: 1px !important;
  background-position: right 2px center !important;
  background-size: 6px 4px !important;
  font-size: 10.5px !important;
}
body.b24-travel-intent .b24-travel-select-shell {
  position: relative;
  width: 100%;
  height: 38px;
  min-width: 0;
  direction: ltr;
}
body.b24-travel-intent #smartAdForm select.b24-travel-native-select {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}
body.b24-travel-intent #smartAdForm button.b24-travel-select-button,
body.b24-travel-intent #smartAdForm button.b24-travel-select-button:hover,
body.b24-travel-intent #smartAdForm button.b24-travel-select-button:focus,
body.b24-travel-intent #smartAdForm button.b24-travel-select-button:active {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 9px 0 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #27364a !important;
  box-shadow: none !important;
  outline: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
body.b24-travel-intent .b24-travel-select-button:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(52, 118, 196, 0.18) !important;
}
body.b24-travel-intent .b24-travel-select-value {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
body.b24-travel-intent .b24-travel-select-caret {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1.5px solid #677589;
  border-bottom: 1.5px solid #677589;
  transform: rotate(45deg);
  pointer-events: none;
}
body.b24-travel-intent .b24-travel-select-shell.b24-select-open {
  z-index: 90;
}
body.b24-travel-intent .b24-travel-select-shell.b24-select-open .b24-travel-select-caret {
  margin-top: -1px;
  transform: rotate(225deg);
}
body.b24-travel-intent .b24-travel-select-menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 7px);
  left: 50%;
  width: max(100%, 64px);
  max-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(-50%);
  padding: 4px;
  border: 1px solid #d4dce7;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.17);
  scrollbar-width: thin;
  scrollbar-color: #a9b5c5 #f3f5f8;
}
body.b24-travel-intent .b24-travel-select-menu[hidden] {
  display: none !important;
}
body.b24-travel-intent .b24-travel-select-shell.b24-opens-up .b24-travel-select-menu {
  top: auto;
  bottom: calc(100% + 7px);
  width: max(100%, 76px);
}
body.b24-travel-intent #smartAdForm button.b24-travel-select-option,
body.b24-travel-intent #smartAdForm button.b24-travel-select-option:hover,
body.b24-travel-intent #smartAdForm button.b24-travel-select-option:focus,
body.b24-travel-intent #smartAdForm button.b24-travel-select-option:active {
  width: 100% !important;
  min-width: 0 !important;
  height: 30px !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 0 7px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #27364a !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font:
    600 12px/1 Arial,
    "Segoe UI",
    sans-serif !important;
  font-variant-numeric: tabular-nums;
  cursor: pointer !important;
}
body.b24-travel-intent #smartAdForm button.b24-travel-select-option:hover,
body.b24-travel-intent #smartAdForm button.b24-travel-select-option:focus {
  background: #eaf1f8 !important;
  outline: 0 !important;
}
body.b24-travel-intent #smartAdForm button.b24-travel-select-option.selected {
  background: #eaf1f8 !important;
  color: #1e61af !important;
  font-weight: 700 !important;
}
body.b24-travel-intent .b24-travel-composite:has(.b24-select-open),
body.b24-travel-intent #b24TravelDateTimeRow > .field:has(.b24-select-open) {
  z-index: 80;
}
body.b24-travel-intent .b24-travel-composite:has(select.invalid) {
  border-color: #c62828;
}
body.b24-travel-intent #commonSection .fields-grid > .field:has(#description),
body.b24-travel-intent #commonSection .fields-grid > .field:has(#sellerPhone),
body.b24-travel-intent #commonSection .fields-grid > .images-field {
  grid-column: 1/-1 !important;
  width: 100% !important;
  max-width: none !important;
  display: block;
}
body.b24-travel-intent #commonSection .fields-grid > .field:has(#sellerPhone) {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  justify-self: start;
}
body.b24-travel-intent #commonSection #sellerPhone {
  width: 280px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  box-sizing: border-box;
}
body.b24-travel-intent #commonSection .field:has(#sellerPhone) small {
  display: none !important;
}
@media (max-width: 760px) {
  body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow {
    width: max-content;
    grid-template-columns: minmax(140px, 280px) 40px 56px 40px 56px 28px max-content;
    gap: 0;
  }
  body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow #travelVehicleField {
    width: 100% !important;
    max-width: none !important;
  }
  body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow.b24-without-vehicle {
    width: max-content;
    grid-template-columns: 56px max-content;
    gap: 28px;
  }
  body.b24-travel-intent #dynamicFields #b24TravelDateTimeRow {
    width: max-content;
    grid-template-columns: 180px 110px;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  body.b24-travel-intent #dynamicFields .b24-travel-route-row {
    gap: 8px;
  }
  body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 20px 56px 24px 56px 24px max-content;
    gap: 0;
  }
  body.b24-travel-intent #dynamicFields #b24TravelVehicleSeatsRow label {
    font-size: 11px;
    white-space: nowrap;
  }
  body.b24-travel-intent #travelFreeField .b24-travel-free-check {
    gap: 5px;
    font-size: 12px;
  }
  body.b24-travel-intent #travelFreeField .b24-custom-checkbox {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  body.b24-travel-intent #dynamicFields #b24TravelDateTimeRow {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 7px;
  }
  body.b24-travel-intent .b24-travel-date-control {
    grid-template-columns: minmax(42px, 0.85fr) 5px minmax(46px, 0.9fr) 5px minmax(68px, 1.25fr);
    padding: 0 2px;
  }
  body.b24-travel-intent #smartAdForm .b24-travel-composite select {
    padding-right: 8px !important;
    padding-left: 1px !important;
    background-position: right 2px center !important;
    background-size: 6px 4px !important;
    font-size: 10px !important;
  }
  body.b24-travel-intent .b24-travel-tags-control input {
    min-width: 145px;
  }
}
body.b24-vehicle-listing #dynamicSection {
  border: 1px solid #d5e4f3;
  background: linear-gradient(180deg, #f8fbff 0, #fff 150px);
}
body.b24-vehicle-listing #dynamicSection .section-title {
  align-items: flex-start;
}
body.b24-vehicle-listing #dynamicSection .section-title p {
  color: #64748b;
  max-width: 700px;
}
.b24-vehicle-offer-field {
  grid-column: 1/-1 !important;
  margin-bottom: 4px;
  padding: 18px;
  border: 1px solid #d5e4f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(30, 97, 175, 0.06);
}
.b24-vehicle-offer-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 12px;
}
.b24-vehicle-offer-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}
.b24-vehicle-offer-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.b24-vehicle-offer-copy {
  min-height: 52px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #cbd9e8;
  border-radius: 12px;
  background: #fff;
  color: #26364b;
  font-weight: 800;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}
.b24-vehicle-offer-box {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: grid;
  place-items: center;
  border: 1.8px solid #9aabc0;
  border-radius: 5px;
  background: #fff;
  color: #fff;
}
.b24-vehicle-offer-box svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  opacity: 0;
}
.b24-vehicle-offer-option input:checked + .b24-vehicle-offer-copy {
  border-color: #3476c4;
  background: #f1f7ff;
  color: #2a6cb9;
  box-shadow: 0 0 0 3px rgba(52, 118, 196, 0.11);
}
.b24-vehicle-offer-option input:checked + .b24-vehicle-offer-copy .b24-vehicle-offer-box {
  border-color: #3476c4;
  background: #3476c4;
}
.b24-vehicle-offer-option input:checked + .b24-vehicle-offer-copy .b24-vehicle-offer-box svg {
  opacity: 1;
}
.b24-vehicle-offer-option input:focus-visible + .b24-vehicle-offer-copy {
  outline: 3px solid rgba(52, 118, 196, 0.22);
  outline-offset: 2px;
}
.b24-rental-guidance {
  grid-column: 1/-1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #eaf1f8;
  color: #24527f;
  font-size: 13px;
  line-height: 1.7;
}
.b24-rental-guidance svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
  fill: none;
  stroke: #3476c4;
  stroke-width: 2;
}
body.b24-vehicle-rental #priceField {
  position: relative;
}
body.b24-vehicle-rental #priceField::after {
  content: "يومي";
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 2px 8px;
  border-radius: 7px;
  background: #eaf1f8;
  color: #3476c4;
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
}
@media (max-width: 620px) {
  .b24-vehicle-offer-field {
    padding: 13px;
    border-radius: 14px;
  }
  .b24-vehicle-offer-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .b24-vehicle-offer-copy {
    min-height: 48px;
    padding: 0 11px;
    font-size: 13px;
  }
}
