.tpc-modal .tpc-btn {
  color: #fff;
  background: #0089ff;
}

#tpc-banner-root {
  bottom: 20px;
  position: fixed;
  z-index: 999999;
  left: 20px;
  right: 20px;
}

.tpc-open-preferences-inline {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tpc-settings-icon {
  width: 18px;
  height: auto;
  display: block;
  fill: currentColor;
}

.tpc-banner {
  max-width: 900px;
  margin: 0 auto;
  background: var(--tpc-bg);
  color: var(--tpc-text);
  border-radius: 36px;
  padding: 34px 44px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.tpc-position-bottom .tpc-banner {
  bottom: 20px;
}

.tpc-position-top .tpc-banner {
  top: 24px;
}

.tpc-position-bottom-left .tpc-banner {
  left: 16px;
  right: auto;
  bottom: 16px;
  max-width: 420px;
  padding: 20px;
  display: block;
}

.tpc-position-bottom-right .tpc-banner {
  right: 16px;
  left: auto;
  bottom: 16px;
  max-width: 420px;
  padding: 20px;
  display: block;
}

.tpc-layout-box .tpc-banner,
.tpc-layout-popup .tpc-banner {
  max-width: 440px;
  padding: 20px;
  display: block;
}

.tpc-layout-popup .tpc-banner {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.tpc-layout-bar .tpc-banner h3 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tpc-banner h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.tpc-banner p {
  padding: 0;
  margin: 0;
  line-height: 1.35;
  font-size: 12px;
  max-width: 980px;
}

.tpc-banner p a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.tpc-actions {
  padding-top: 20px;
  display: flex;
  gap: 22px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.tpc-banner .tpc-btn.tpc-btn-primary {
  padding: 16px 64px;
}

.tpc-banner .tpc-btn,
.tpc-modal .tpc-btn {
  border: 0;
  border-radius: 999px;
  padding: 16px 34px;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}

.tpc-btn:hover,
.tpc-modal .tpc-btn:hover {
  opacity: 0.92;
}

.tpc-btn-primary {
  background: var(--tpc-button);
  color: var(--tpc-button-text);
}

.tpc-btn-secondary {
  background: var(--tpc-secondary);
  color: var(--tpc-text);
}

.tpc-banner .tpc-btn-secondary {
  background: var(--tpc-button);
  color: var(--tpc-button-text);
}

.tpc-btn-link {
  background: transparent;
  color: var(--tpc-text);
  text-decoration: underline;
  padding: 8px 0;
}

.tpc-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.6);
  z-index: 999999;
}

.tpc-modal {
  position: fixed;
  z-index: 1000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 640px);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.25);
}

.tpc-category {
  padding: 14px 0;
  border-top: 1px solid #e5e7eb;
  overflow: hidden;
}

.tpc-category-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.tpc-category-head > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.tpc-switch {
  position: relative;
  width: 68px;
  min-width: 68px;
  max-width: 68px;
  height: 30px;
  flex: 0 0 68px;
}

.tpc-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.tpc-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: #cbd5e1;
  border-radius: 999px;
  transition: 0.2s ease;
}

.tpc-slider:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s ease;
}

input:checked + .tpc-slider {
  background: #24d27b;
}

input:checked + .tpc-slider:before {
  transform: translateX(38px);
}

.tpc-revisit {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999998;
  border: none;
  border-radius: 999px;
  background: #d3d7d9;
  font-weight: 600;
  color: #00294f;
  padding: 10px 30px;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.tpc-cookie-table {
  width: 100%;
  border-collapse: collapse;
}

.tpc-cookie-table th,
.tpc-cookie-table td {
  border: 1px solid #e5e7eb;
  padding: 10px;
  text-align: left;
}

.tpc-open-preferences-inline,
.tpc-do-not-sell-inline {
  border: 0;
  border-radius: 999px;
  padding: 10px 30px;
  background: #d3d7d9;
  font-weight: 600;
  color: #00294f;
  cursor: pointer;
}

.tpc-blocked-placeholder {
  padding: 16px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
}

@media (max-width: 780px) {
  .tpc-category-head {
    align-items: flex-start;
  }

  .tpc-category-head > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tpc-switch {
    width: 68px;
    min-width: 68px;
    max-width: 68px;
    flex: 0 0 68px;
    margin-top: 4px;
  }

  .tpc-banner .tpc-btn.tpc-btn-primary,
  .tpc-banner .tpc-btn,
  .tpc-modal .tpc-btn {
    padding: 13px;
  }

  .tpc-banner {
    padding: 26px 32px;
    box-shadow: 0 -6px 40px rgba(0, 0, 0, 0.08);
  }

  .tpc-banner .tpc-btn-secondary {
    margin-top: 20px;
  }

  .tpc-banner .tpc-actions {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 0;
  }

  .tpc-btn,
  .tpc-btn-link {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }
}
.tpc-hubspot-contact {
  width: 100%;
}

.tpc-hs-meeting-modal {
  display: none;
  position: fixed !important;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2147483647 !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tpc-hs-meeting-content {
  width: 100%;
  max-width: 960px;
  position: absolute;
  display: flex;
}

.tpc-hs-meeting-frame {
  width: 100%;
  height: 85vh;
}
body .tpc-hs-form-target fieldset {
    margin: auto;
}
.tpc-hs-close-modal {
  background: url(https://www.hireteem.com/wp-content/uploads/2025/05/close-icon.svg) no-repeat;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none !important;
}

@media screen and (max-width: 999px) {
  .tpc-hs-close-modal {
    right: 15px;
    top: -30px;
  }
}
