.profweb { padding: 24px; max-width: 1500px; margin: 0 auto; }
.profweb__header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.profweb__badge { color: #087f5b; background: #dff8ec; border: 1px solid #b7ecd5; border-radius: 999px; padding: 7px 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.profweb__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 16px; align-items: stretch; }
.profweb__form-card, .profweb__tags-card { min-width: 0; }
.profweb__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 20px; }
.profweb__wide, .profweb__submit { grid-column: 1 / -1; }
.profweb__submit { display: flex; justify-content: flex-end; border-top: 1px solid var(--cor-borda, #e4e7ec); padding-top: 18px; }
.profweb__submit .gd-btn { min-width: 190px; }
.profweb__tags-card > .ig-tag-picker { margin-top: 18px; box-shadow: none; }
#pweb-tags-filter,
#pweb-tags-filter:hover,
#pweb-tags-filter:focus,
#pweb-tags-filter:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.profweb__tags-card .ig-tags-search { border: 0 !important; box-shadow: none !important; }
.profweb__job, .profweb__results { margin-top: 16px; }
.profweb__job-top, .profweb__job-top > div, .profweb__progress-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.profweb__job-top > div { align-items: flex-start; flex-direction: column; gap: 3px; }
.profweb__job-top small, #pweb-results-summary { color: var(--cor-texto-suave, #667085); }
.profweb__progress { height: 9px; overflow: hidden; border-radius: 99px; background: #f0f2f5; margin-top: 18px; }
.profweb__progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #b61d22, #e24b50); transition: width .3s ease; }
.profweb__progress-label { margin-top: 7px; color: #667085; font-size: 12px; }
.profweb__table-wrap { overflow: auto; max-height: 560px; border: 1px solid #e4e7ec; border-radius: 10px; }
.profweb__table { min-width: 920px; }
.profweb__table td { vertical-align: middle; }
.profweb__person { display: flex; flex-direction: column; min-width: 220px; gap: 3px; }
.profweb__person strong { color: #252833; }
.profweb__person small, .profweb__location { color: #777b86; }
.profweb__phone { white-space: nowrap; font-weight: 600; color: #31343c; }
.profweb__wa { display: inline-flex; margin-top: 5px; padding: 3px 7px; border-radius: 99px; background: #dcfce7; color: #137a3d; font-size: 11px; font-weight: 700; }
.profweb__score { display: inline-flex; min-width: 44px; justify-content: center; padding: 5px 8px; border-radius: 99px; color: #8d171b; background: #fce8e9; font-size: 12px; font-weight: 800; }
.profweb__source { color: #a61d22; font-weight: 650; text-decoration: none; }
.profweb__source:hover { text-decoration: underline; }
.profweb__select-all { display: flex; align-items: center; gap: 7px; font-size: 13px; }
.profweb__import { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; }
.profweb__import > div { display: flex; align-items: center; gap: 14px; white-space: nowrap; }
.profweb__empty { text-align: center; padding: 42px 16px !important; color: #777b86; }
.panel--profissionais .panel__icon { color: #2563eb; background: #e8f0ff; }

@media (max-width: 1050px) {
  .profweb__grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .profweb { padding: 16px; }
  .profweb__header, .profweb__import { align-items: stretch; flex-direction: column; }
  .profweb__form { grid-template-columns: 1fr; }
  .profweb__form > * { grid-column: 1; }
  .profweb__import > div { justify-content: space-between; }
}
