/* WPREW CRM - minimal clean styling */
.wprewcrm-container{max-width:1180px;margin:0 auto;padding:24px 16px;box-sizing:border-box}
.wprewcrm-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:16px}
.wprewcrm-title{margin:0;font-size:28px;line-height:1.1}
.wprewcrm-price{font-weight:800;font-size:22px}
.wprewcrm-price--na{opacity:.8}
.wprewcrm-main{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
@media (max-width: 920px){.wprewcrm-main{grid-template-columns:1fr}}

.wprewcrm-card,.wprewcrm-search{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:16px;background:#fff}
.wprewcrm-kpis{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}
@media (max-width: 520px){.wprewcrm-kpis{grid-template-columns:1fr}}

.wprewcrm-badge { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 5px; font-size: 12px; font-weight: 700; background: #f2f2f2; }
.wprewcrm-status--disponible{background:linear-gradient(45deg, #ddffe4, #9d9d9d00)}
.wprewcrm-status--reservado{background:#fff7e670}
.wprewcrm-status--vendido{background:#ffe8e8}
.wprewcrm-status--alquilado{background:#e8f0ff}

.wprewcrm-cta{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}
.wprewcrm-btn{font-weight:800}
.wprewcrm-btn--wa{background:#0b8f2f;border-color:#0b8f2f;color:#fff}

.wprewcrm-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
@media (max-width: 920px){.wprewcrm-grid{grid-template-columns:repeat(2,1fr)}}
.wprewcrm-field label{display:block;font-size:12px;font-weight:800;margin:0 0 6px}
.wprewcrm-field input,.wprewcrm-field select,.wprewcrm-field textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(0,0,0,.18);padding:10px 12px}
.wprewcrm-field textarea{min-height:120px}
.wprewcrm-field--btn{align-self:end}
.wprewcrm-field--full{grid-column:1 / -1}

.wprewcrm-contact{margin-top:18px}
.wprewcrm-alert{padding:10px 12px;border-radius:12px;margin:10px 0;font-weight:700}
.wprewcrm-alert--ok{background:#e9f7ef}
.wprewcrm-alert--bad{background:#ffe8e8}

/* Professional landing/listing shortcodes */
.wprewcrm-hero{padding:24px;border-radius:18px;background:linear-gradient(135deg,#f7faf8 0%,#eef5ff 100%);border:1px solid rgba(0,0,0,.08);margin:0 0 16px}
.wprewcrm-hero__title{margin:0 0 6px;font-size:34px;line-height:1.08}
.wprewcrm-hero__subtitle{margin:0 0 14px;opacity:.8;max-width:64ch}

.wprewcrm-listings{display:grid;gap:14px}
.wprewcrm-listings--cols-1{grid-template-columns:1fr}
.wprewcrm-listings--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.wprewcrm-listings--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.wprewcrm-listings--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (max-width: 1100px){
  .wprewcrm-listings--cols-4,.wprewcrm-listings--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 680px){
  .wprewcrm-listings--cols-4,.wprewcrm-listings--cols-3,.wprewcrm-listings--cols-2{grid-template-columns:1fr}
}

.wprewcrm-listing-card { border: 1px solid rgba(0,0,0,.12); border-radius: 8px; overflow: hidden; background: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.wprewcrm-listing-card__thumb img { display: block; width: 100%; height: 220px; object-fit: cover; min-height: 193px; }
.wprewcrm-listing-card__body { padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.wprewcrm-listing-card__title { margin: 0; font-size: 17px; line-height: 1.18; font-weight: 600; background: linear-gradient(45deg, #f3f3f35e, transparent); }
.wprewcrm-listing-card__title a{text-decoration:none;color:inherit}
.wprewcrm-listing-card__address{margin:0;display:inline-flex;align-items:center;gap:6px;font-size:13px;opacity:.78}
.wprewcrm-listing-card__price{font-size: 1.25em;;font-weight:800}
.wprewcrm-listing-card__price--na{opacity:.85;font-weight:700}
.wprewcrm-listing-card__expenses { font-size: 0.70em; font-weight: 500; opacity: .88; letter-spacing: 0px; font-family: 'Montserrat'; color: #0c0c0c; }
.wprewcrm-listing-card__kpis{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;font-size:13px;opacity:.9}
.wprewcrm-listing-card__kpis li { display: flex; align-items: center; gap: 6px; justify-content: flex-start; padding-left: 6px; }
.wprewcrm-listing-card__kpis i{opacity:.9}
.wprewcrm-listing-card__excerpt{margin:0;opacity:.85}

.wprewcrm-listings.wprewcrm--variant-list .wprewcrm-listing-card{
  display:grid;
  grid-template-columns:280px 1fr;
}
.wprewcrm-listings.wprewcrm--variant-list .wprewcrm-listing-card__thumb img{
  height:100%;
  min-height:220px;
}
@media (max-width: 820px){
  .wprewcrm-listings.wprewcrm--variant-list .wprewcrm-listing-card{
    grid-template-columns:1fr;
  }
}

.wprewcrm-tax-links{display:flex;flex-wrap:wrap;gap:8px}
.wprewcrm-tax-links__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 10px 0px;
    border-radius: 999px;
    background: #fff;
    color: #25407e;
}
.wprewcrm-tax-links__item:hover{color: #005523;}
.wprewcrm-empty{padding:12px;border-radius:12px;background:#f7f7f7}

.wprewcrm-field-value {
    display: inline-block;
    font-weight: 600;
    font-family: 'Roboto';
    text-shadow: 2px 1px 1px #0000000f;
}

.wprewcrm-price, .wprewcrm-listing-card__price, .wprewcrm-sc--field + .wprewcrm-sc__text {
    color: #33232a;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    background: linear-gradient(45deg, #6483f30d, #e8feff00);
    padding: 2px 3px;
    border-radius: 6px;
    line-height: 17px;
}

.wprewcrm_price{font-size: 20px}
.wprewcrm-field-link{font-weight:700;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.2)}
.wprewcrm-field-link:hover{border-bottom-color:rgba(0,0,0,.55)}

.wprewcrm-map{height:340px;border:1px solid rgba(0,0,0,.14);border-radius:12px;margin-top:10px}
.wprewcrm-map-tools{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}

.wprewcrm-live-results{position:relative}
.wprewcrm-live-results__loader{
  display:none;
  font-weight:700;
  margin:0 0 10px;
}
.wprewcrm-live-results.is-loading .wprewcrm-live-results__loader{display:block}
.wprewcrm-live-results.is-loading .wprewcrm-live-results__content{opacity:.55;pointer-events:none;transition:opacity .15s ease}

.wprewcrm-facts{border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:14px;background:#fff}
.wprewcrm-facts__title{margin:0 0 10px}
.wprewcrm-facts__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.wprewcrm-facts__item{display:grid;grid-template-columns:160px 1fr;gap:10px;align-items:center}
.wprewcrm-facts__label{font-weight:800;opacity:.8}
@media (max-width: 680px){.wprewcrm-facts__item{grid-template-columns:1fr}}

/* Compact search + filters (tabs + chips) */
.wprewcrm-search-tabs {
    background: #f6f6f8;
    border: 1px solid #e6e6ea;
    border-radius: 14px;
    overflow: hidden;
}

.wprewcrm-search-tabs__tabs{
  display:flex;
  border-bottom:1px solid #e4e4e8;
}

.wprewcrm-search-tabs__tab{
  position:relative;
  display:block;
  flex:1 1 0;
  cursor:pointer;
}

.wprewcrm-search-tabs__tab input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.wprewcrm-search-tabs__tab span {
    display: block;
    padding: 11px 15px;
    font-size: 35px;
    font-size: clamp(17px,1.5vw,35px);
    line-height: 1.12;
    color: #252525;
    background: #f0f0f3;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

.wprewcrm-search-tabs__tab + .wprewcrm-search-tabs__tab span{
  border-left:1px solid #e5e5e9;
}

.wprewcrm-search-tabs__tab input:checked + span{
  color:#f0388f;
  border-bottom-color:#f0388f;
  background:#f6f6f8;
}

.wprewcrm-search-tabs__search-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 14px 10px;
}

.wprewcrm-search-tabs__search-field{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border:1px solid #dcdce1;
  border-radius:999px;
  background:#fff;
}

.wprewcrm-search-tabs__search-field i{
  color:#555;
  font-size:24px;
}

.wprewcrm-search-tabs__search-field input{
  width:100%;
  border:0;
  outline:none;
  background:transparent;
  padding:0;
  font-size:16px;
}

.wprewcrm-search-tabs__search-field input::placeholder{
  color:#5f5f66;
}

.wprewcrm-search-tabs__submit{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:52px;
  border:0;
  border-radius:0 999px 999px 0;
  padding:0 28px;
  color:#fff;
  font-size:35px;
  font-size:clamp(17px,2.1vw,35px);
  font-weight:700;
  background:linear-gradient(90deg,#f0378f 0%,#ef2b88 100%);
  cursor:pointer;
}

.wprewcrm-search-tabs__submit:hover{
  filter:brightness(.97);
}

.wprewcrm-search-tabs__submit i{
  font-size:24px;
}

.wprewcrm-search-tabs__chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 14px 14px;
}

.wprewcrm-search-tabs__features{
  padding:0 14px 14px;
}

.wprewcrm-search-tabs__department{
  padding:0 14px 14px;
}

.wprewcrm-search-tabs__department-label{
  display:block;
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  color:#5b5b61;
}

.wprewcrm-search-tabs__department-select{
  width:100%;
  min-height:42px;
  border:1px solid #d9d9df;
  border-radius:10px;
  background:#fff;
  color:#2f2f33;
  font-size:15px;
  padding:8px 10px;
}

.wprewcrm-search-tabs__features-title{
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  color:#5b5b61;
}

.wprewcrm-search-tabs__chips--features{
  padding:0;
}

.wprewcrm-search-tabs__type-reset{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.wprewcrm-search-tabs__chip{
  position:relative;
  display:inline-flex;
  cursor:pointer;
}

.wprewcrm-search-tabs__chip input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.wprewcrm-search-tabs__chip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #ececef;
    color: #2f2f33;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.wprewcrm-search-tabs__chip span i{
  font-size:14px;
}

.wprewcrm-search-tabs__chip input:checked + span{
  background:#fff;
  border-color:#f0388f;
  color:#f0388f;
}

.wprewcrm-search-tabs.wprewcrm--variant-compact .wprewcrm-search-tabs__chips{
  display:none;
}
.wprewcrm-search-tabs.wprewcrm--variant-compact .wprewcrm-search-tabs__search-row{
  padding-bottom:16px;
}

.wprewcrm-hero.wprewcrm--variant-compact{
  padding:16px;
}
.wprewcrm-hero.wprewcrm--variant-compact .wprewcrm-hero__subtitle{
  margin-bottom:10px;
}

/* Reuse search-tabs visual language on base/advanced search forms */
.wprewcrm-search.wprewcrm-search--tabs{
  max-width:980px;
  background:#f6f6f8;
  border:1px solid #e6e6ea;
  border-radius:14px;
  padding:16px 14px;
}

.wprewcrm-search--tabs .wprewcrm-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.wprewcrm-search--tabs .wprewcrm-field label{
  font-size:13px;
  font-weight:700;
  color:#5b5b61;
  margin:0 0 6px;
}

.wprewcrm-search--tabs .wprewcrm-field input,
.wprewcrm-search--tabs .wprewcrm-field select,
.wprewcrm-search--tabs .wprewcrm-field textarea{
  border:1px solid #dcdce1;
  border-radius:12px;
  background:#fff;
  padding:12px 14px;
}

.wprewcrm-search--tabs .wprewcrm-field select[multiple]{
  min-height:110px;
}

.wprewcrm-search--tabs .wprewcrm-field--btn{
  align-self:end;
}

.wprewcrm-search--tabs .wprewcrm-btn{
  min-height:50px;
  border:0;
  border-radius:999px;
  padding:0 26px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(90deg,#f0378f 0%,#ef2b88 100%);
}

.wprewcrm-search--tabs .wprewcrm-btn:hover{
  filter:brightness(.97);
}

.wprewcrm-hero .wprewcrm-search--tabs{
  max-width:none;
}

/* Advanced search visual refresh (aligned with search_tabs) */
.wprewcrm-search.wprewcrm-search--tabs.wprewcrm-search--advanced{
  border-radius:var(--wprew-adv-radius,14px);
  overflow:hidden;
  background:var(--wprew-adv-bg,#f6f6f8);
  border-color:var(--wprew-adv-border,#e6e6ea);
  color:var(--wprew-adv-text,inherit);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-grid{
  grid-template-columns:repeat(var(--wprew-adv-cols,3),minmax(0,1fr));
  gap:10px;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin:0 0 12px;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-row .wprewcrm-search-tabs__search-field{
  margin:0;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-row .wprewcrm-search-tabs__submit{
  min-height:52px;
  border-radius:999px;
  font-size:clamp(16px,1.8vw,24px);
  background:linear-gradient(90deg,var(--wprew-adv-accent,#f0378f) 0%,var(--wprew-adv-accent-2,#ef2b88) 100%);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-row .wprewcrm-search-tabs__submit i{
  color:#fff;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-field{
  background:var(--wprew-adv-input-bg,#fff);
  border-color:var(--wprew-adv-input-border,#dcdce1);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-field i,
.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-field input,
.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-field input::placeholder{
  color:var(--wprew-adv-text,#5f5f66);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field label{
  color:var(--wprew-adv-label,#5b5b61);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field input,
.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field select,
.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field textarea{
  background:var(--wprew-adv-input-bg,#fff);
  border-color:var(--wprew-adv-input-border,#dcdce1);
  color:var(--wprew-adv-text,inherit);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field select[multiple]{
  min-height:120px;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field--btn{
  grid-column:1 / -1;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-field--btn .wprewcrm-btn{
  width:100%;
  min-height:52px;
  border-radius:999px;
  font-size:clamp(16px,1.8vw,24px);
  background:linear-gradient(90deg,var(--wprew-adv-accent,#f0378f) 0%,var(--wprew-adv-accent-2,#ef2b88) 100%);
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-map-tools{
  margin-top:14px;
}

.wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-map-tools .button{
  border-radius:999px;
  border:1px solid var(--wprew-adv-input-border,#d9d9df);
  background:var(--wprew-adv-input-bg,#fff);
  color:var(--wprew-adv-text,inherit);
}

@media (max-width:640px){
  .wprewcrm-search--tabs.wprewcrm-search--advanced .wprewcrm-search-tabs__search-row{
    grid-template-columns:1fr;
  }
}

.wprewcrm-search--hide-labels .wprewcrm-field label{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

/* Quote popup (soft modal) */
body.wprewcrm-modal-open{
  overflow:hidden;
}

.wprewcrm-quote-popup__trigger{
  border-radius:999px;
  padding:10px 20px;
}

.wprewcrm-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:14px;
}

.wprewcrm-modal.is-open{
  display:flex;
}

.wprewcrm-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(19,20,25,.45);
}

.wprewcrm-modal__dialog{
  position:relative;
  z-index:1;
  width:min(620px, 100%);
  max-height:calc(100vh - 28px);
  overflow:auto;
  background:#fff;
  border-radius:16px;
  border:1px solid #e5e5eb;
  padding:18px;
  box-shadow:0 16px 50px rgba(0,0,0,.22);
}

.wprewcrm-modal__close{
  position:absolute;
  top:10px;
  right:10px;
  border:0;
  background:transparent;
  font-size:28px;
  line-height:1;
  color:#666;
  cursor:pointer;
}

.wprewcrm-modal__title{
  margin:0 28px 6px 0;
  font-size:24px;
  line-height:1.2;
}

.wprewcrm-modal__subtitle{
  margin:0 0 14px;
  color:#5f5f66;
}

.wprewcrm-quote-form__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.wprewcrm-quote-form__section{
  margin-top:12px;
}

.wprewcrm-quote-form__label{
  display:block;
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  color:#4f4f56;
}

.wprewcrm-quote-form__checks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.wprewcrm-quote-form__check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid #e2e3e8;
  border-radius:999px;
  background:#f8f8fa;
  font-size:14px;
}

.wprewcrm-quote-form__check input{
  margin:0;
}

.wprewcrm-quote-form textarea[name="quote_note"]{
  width:100%;
  min-height:92px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:10px;
  padding:10px 12px;
  box-sizing:border-box;
}

.wprewcrm-quote-form__soft{
  margin:12px 0 0;
  font-size:13px;
  color:#5f5f66;
}

.wprewcrm-quote-form__actions{
  margin-top:12px;
}

/* Micro stats (KPIs + barcode + charts) */
.wprewcrm-stats{
  border:1px solid #e5e6ec;
  border-radius:14px;
  background:#fff;
  padding:16px;
}

.wprewcrm-stats__title{
  margin:0 0 6px;
  font-size:22px;
  line-height:1.2;
}

.wprewcrm-stats__subtitle{
  margin:0 0 12px;
  color:#5f5f66;
}

.wprewcrm-stats__kpis{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0 0 12px;
}

.wprewcrm-stats__kpi{
  border:1px solid #ececf1;
  border-radius:12px;
  background:linear-gradient(180deg,#fff 0%,#f9f9fc 100%);
  padding:10px 12px;
}

.wprewcrm-stats__kpi-label{
  display:block;
  font-size:12px;
  color:#60606a;
}

.wprewcrm-stats__kpi-value{
  display:block;
  margin-top:4px;
  font-size:24px;
  line-height:1;
  color:var(--wprew-stats-accent,#f0388f);
}

.wprewcrm-stats__barcodes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 12px;
}

.wprewcrm-stats__barcode-block,
.wprewcrm-stats__chart{
  border:1px solid #ececf1;
  border-radius:12px;
  padding:10px;
}

.wprewcrm-stats__block-title{
  margin:0 0 8px;
  font-size:12px;
  font-weight:700;
  color:#5f5f66;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.wprewcrm-stats__barcode{
  min-height:92px;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:6px;
  align-items:end;
}

.wprewcrm-stats__barcode-col{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
}

.wprewcrm-stats__barcode-col i{
  display:block;
  width:100%;
  min-height:6px;
  border-radius:2px;
  background:linear-gradient(180deg,var(--wprew-stats-accent,#f0388f) 0%,var(--wprew-stats-accent-soft,rgba(240,56,143,.18)) 100%);
}

.wprewcrm-stats__barcode--secondary .wprewcrm-stats__barcode-col i{
  background:linear-gradient(180deg,var(--wprew-stats-secondary,#25407e) 0%,var(--wprew-stats-secondary-soft,rgba(37,64,126,.14)) 100%);
}

.wprewcrm-stats__barcode-col small{
  font-size:11px;
  color:#676772;
}

.wprewcrm-stats__charts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.wprewcrm-stats__svg{
  width:100%;
  height:76px;
  display:block;
}


.fa-location-dot {
    color:#f0388f;
}

@media (max-width: 768px){
  .wprewcrm-search-tabs__search-row{
    flex-direction:column;
    align-items:stretch;
  }

  .wprewcrm-search-tabs__submit{
    border-radius:999px;
    width:100%;
  }

  .wprewcrm-search--tabs .wprewcrm-grid{
    grid-template-columns:1fr;
  }

  .wprewcrm-search--tabs .wprewcrm-field--btn .wprewcrm-btn{
    width:100%;
  }

  .wprewcrm-quote-form__grid{
    grid-template-columns:1fr;
  }

  .wprewcrm-stats__kpis{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .wprewcrm-stats__barcodes,
  .wprewcrm-stats__charts{
    grid-template-columns:1fr;
  }
}

.wprewcrm-btn {
    color: #f0388f;
    background: linear-gradient(120deg, #d7d7d724, #afafaf45);
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px;
}
.wprewcrm-btn:hover {
    background: #ffffff;
    border: #f0388f solid 1px;
    color: #f0388f;
    font-size: 14px;
    border: 1px solid;
}



