/* ── Find a Provider Plugin Styles ── */
#fp-wrap *, #fp-wrap *::before, #fp-wrap *::after {
  box-sizing: border-box !important;
  text-decoration: none !important;
}

#fp-wrap {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 auto;
}

/* Search Banner */
.fp-search-banner {
  background: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.fp-h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: none !important;
  text-decoration: none !important;
}
.fp-search-row {
  display: flex;
  max-width: 500px;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}
.fp-search-row input {
  flex: 1;
  padding: 10px 14px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  border: none !important;
  outline: none;
  color: #333;
  background: #fff;
  box-shadow: none !important;
}
.fp-search-row input::placeholder { color: #aaa; }
.fp-search-row button {
  background: #f37021 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 24px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: background .2s;
  text-decoration: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.fp-search-row button:hover { background: #d95e10 !important; }

/* Loading / Error */
.fp-loading {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  color: #666;
  font-size: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.fp-error-msg {
  background: #fff3f3;
  border: 1px solid #ffcccc;
  border-radius: 8px;
  padding: 20px 24px;
  color: #cc0000;
  font-size: 14px;
}

/* Grid Layout */
.fp-main {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: start;
}

/* Filters */
.fp-filters {
  background: #fff;
  border-radius: 8px;
  padding: 20px 18px;
  box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.fp-filters-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.fp-filters-hdr h3 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.fp-clear-btn {
  font-size: 13px;
  color: #333 !important;
  cursor: pointer;
  background: none !important;
  border: none !important;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  text-decoration: none !important;
  box-shadow: none !important;
}
.fp-sec-title {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
  text-decoration: none !important;
}
.fp-lbl {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
  text-decoration: none !important;
}
.fp-sel, .fp-inp {
  width: 100% !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border: 1.5px solid #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #333 !important;
  outline: none !important;
  box-shadow: none !important;
}
.fp-sel:focus, .fp-inp:focus { border-color: #f37021 !important; }
.fp-fg { margin-top: 12px; }
.fp-divider { height: 1px; background: #eee; margin: 16px 0; }

/* Chips */
.fp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.fp-chip {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  background: #5aaa28 !important;
  color: #fff !important;
  padding: 4px 10px 4px 12px !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 500;
  cursor: pointer;
  border: none !important;
  text-decoration: none !important;
}
.fp-chip:hover { background: #4a8f20 !important; }

/* Results Top */
.fp-results-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 8px;
}
.fp-count {
  font-size: 14px;
  color: #444;
  text-decoration: none !important;
}
.fp-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #444;
}
.fp-controls select {
  padding: 4px 8px !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  background: #fff !important;
  color: #333 !important;
  outline: none !important;
  margin-left: 4px;
  box-shadow: none !important;
}

/* Provider Card */
.fp-card {
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  transition: box-shadow .2s;
}
.fp-card:hover { box-shadow: 0 3px 8px rgba(0,0,0,.1); }
.fp-card-info { flex: 1; min-width: 0; }
.fp-name {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 3px;
  text-decoration: none !important;
}
.fp-deg {
  font-weight: 400;
  color: #555;
  font-size: 15px;
  text-decoration: none !important;
}
.fp-spec {
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
  text-decoration: none !important;
}
.fp-addr {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  font-size: 13px;
  color: #555;
  text-decoration: none !important;
}
.fp-contact {
  text-align: right;
  white-space: nowrap;
  min-width: 140px;
  flex-shrink: 0;
  margin-left: 24px;
}
.fp-clabel {
  font-size: 14px;
  font-weight: 700;
  color: #0073aa;
  display: block;
  margin-bottom: 2px;
  text-decoration: none !important;
}
.fp-phone {
  font-size: 14px;
  color: #0073aa;
  display: block;
  text-decoration: none !important;
}
.fp-no-results {
  background: #fff;
  padding: 50px 20px;
  border-radius: 8px;
  text-align: center;
  color: #999;
  font-size: 15px;
}

/* Pagination */
#fp-pag-wrap {
  width: 100%;
  padding: 20px 0 10px;
}
.fp-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.fp-pagination button {
  min-width: 34px !important;
  height: 34px !important;
  border-radius: 6px !important;
  border: 1.5px solid #ddd !important;
  background: #e0e0e0 !important;
  color: #333 !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all .15s;
  flex-shrink: 0;
  text-decoration: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fp-pagination button.fp-active {
  background: #4a90e2 !important;
  border-color: #4a90e2 !important;
  color: #fff !important;
  font-weight: 700;
}
.fp-pagination button:hover:not(.fp-active):not(:disabled) {
  background: #d0d0d0 !important;
}
.fp-pagination button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 860px) {
  .fp-main { grid-template-columns: 1fr; }
  .fp-card { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fp-contact { text-align: left; margin-left: 0; }
  .fp-search-row { max-width: 100%; }
  .fp-search-banner { padding: 20px 16px; }
}
