
.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:8px;
      height:8px;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}


.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:24px;
      height:24px;
      margin:0 1px !important;
      position:relative;
      background:transparent !important;
      opacity:1;
  }

  .swiper-pagination-bullet::after
  {
      content:"";
      position:absolute;
      width:8px;
      height:8px;
      top:50%;
      left:50%;
      border-radius:50%;
      background:#a9adb5;
      transform:translate(-50%, -50%);
  }

  .swiper-pagination-bullet-active::after
  {
      background:var(--fn-primary) !important;
  }

  .fp-domain-card .badge.text-success
  {
      color:#087044 !important;
  }

  .footer .nav-link,
  .footer .text-body-secondary
  {
      color:#c8cbd1 !important;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}





.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:24px;
      height:24px;
      margin:0 1px !important;
      position:relative;
      background:transparent !important;
      opacity:1;
  }

  .swiper-pagination-bullet::after
  {
      content:"";
      position:absolute;
      width:8px;
      height:8px;
      top:50%;
      left:50%;
      border-radius:50%;
      background:#a9adb5;
      transform:translate(-50%, -50%);
  }

  .swiper-pagination-bullet-active::after
  {
      background:var(--fn-primary) !important;
  }

  .fp-domain-card .badge.text-success
  {
      color:#087044 !important;
  }

  .footer .nav-link,
  .footer .text-body-secondary
  {
      color:#c8cbd1 !important;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}















.fp-home-feature-swiper .swiper-pagination-bullet {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 2px !important;
    background: transparent;
    opacity: 1;
}

.fp-home-feature-swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a9adb5;
    transform: translate(-50%, -50%);
}

.fp-home-feature-swiper .swiper-pagination-bullet-active::after {
    background: var(--fn-primary, #2d4a9b);
}


.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:24px;
      height:24px;
      margin:0 1px !important;
      position:relative;
      background:transparent !important;
      opacity:1;
  }

  .swiper-pagination-bullet::after
  {
      content:"";
      position:absolute;
      width:8px;
      height:8px;
      top:50%;
      left:50%;
      border-radius:50%;
      background:#a9adb5;
      transform:translate(-50%, -50%);
  }

  .swiper-pagination-bullet-active::after
  {
      background:var(--fn-primary) !important;
  }

  .fp-domain-card .badge.text-success
  {
      color:#087044 !important;
  }

  .footer .nav-link,
  .footer .text-body-secondary
  {
      color:#c8cbd1 !important;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}















.fp-home-feature-swiper .swiper-pagination-bullet {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 4px !important;
    background: transparent;
    opacity: 1;
}

.fp-home-feature-swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a9adb5;
    transform: translate(-50%, -50%);
}

.fp-home-feature-swiper .swiper-pagination-bullet-active::after {
    background: var(--fn-primary, #2d4a9b);
}






.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:8px;
      height:8px;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}

.fp-home-feature-swiper .swiper-pagination-bullet {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 4px !important;
  background: transparent;
  opacity: 1;
}

.fp-home-feature-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a9adb5;
  transform: translate(-50%, -50%);
}

.fp-home-feature-swiper .swiper-pagination-bullet-active::after {
  background: var(--fn-primary, #2d4a9b);
}

/* Maintain WCAG AA contrast for the shared footer on its dark background. */
.footer.bg-dark .nav-link,
.footer.bg-dark .text-body-tertiary,
.footer.bg-dark .text-body-secondary {
  color: #c7cbd4 !important;
}


.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:8px;
      height:8px;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}

.fp-home-feature-swiper .swiper-pagination-bullet {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 4px !important;
  background: transparent;
  opacity: 1;
}

.fp-home-feature-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a9adb5;
  transform: translate(-50%, -50%);
}

.fp-home-feature-swiper .swiper-pagination-bullet-active::after {
  background: var(--fn-primary, #2d4a9b);
}

/* Maintain WCAG AA contrast for the shared footer on its dark background. */
.footer.bg-dark .nav-link,
.footer.bg-dark .text-body-tertiary,
.footer.bg-dark .text-body-secondary {
  color: #c7cbd4 !important;
}

.fp-category-listing .breadcrumb-item.active {
  color: #4d5562;
}

.fp-category-listing .badge.text-warning {
  color: #765200 !important;
}

.fp-category-listing .badge.text-danger {
  color: #a32836 !important;
}

.fp-category-listing .page-link {
  color: #28488f;
}

.fp-category-listing .page-item.disabled .page-link {
  color: #646b76;
  opacity: 1;
}



.feedback-platform-logo-green
{
   color: #087443; 
}

.profile--page-badge
{
    font-size:32px;
}


.trust-score-card {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  border: 1px solid rgba(8, 116, 67, .16);
  box-shadow: 0 16px 45px rgba(8, 116, 67, .08);
}

.trust-score-number {
  font-size: clamp(4rem, 9vw, 6.5rem);
  font-weight: 900;
  line-height: .82;
}

.trust-score-total {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bs-secondary-color);
  padding-bottom: .45rem;
}

.trust-score-bar {
  height: .55rem;
  border-radius: 999px;
  background: rgba(8, 116, 67, .13);
  overflow: hidden;
}

.trust-score-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: #087443;
}

.trust-score-stars {
  transform: scale(.9);
  transform-origin: right center;
}

.fp-browser {
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
}

.fp-browser-top {
    display: flex;
    gap: 6px;
    padding: 12px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background: #f8f9fa;
}

.fp-browser-top span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0;
}

.fp-browser-img {
    width: 100%;
    display: block;
}

.fp-preview-device {
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 24px 60px rgba(0,0,0,.08);
}

.fp-preview-topbar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.fp-preview-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d2d6dc;
  flex: 0 0 auto;
}

.fp-preview-url {
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  color: var(--bs-secondary-color);
  font-size: .78rem;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fp-preview-screen {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #fff;
}

.fp-preview-img {
  width: 100%;
  display: block;
}

.fp-preview-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.trust-score-card-safe {
  background: linear-gradient(180deg, rgba(25, 135, 84, .08), rgba(25, 135, 84, .025));
  border: 1px solid rgba(25, 135, 84, .16);
  box-shadow: 0 16px 45px rgba(25, 135, 84, .08);
}

.trust-score-card-warning {
  background: linear-gradient(180deg, rgba(255, 193, 7, .12), rgba(255, 193, 7, .035));
  border: 1px solid rgba(255, 193, 7, .22);
  box-shadow: 0 16px 45px rgba(255, 193, 7, .08);
}

.trust-score-card-danger {
  background: linear-gradient(180deg, rgba(220, 53, 69, .10), rgba(220, 53, 69, .03));
  border: 1px solid rgba(220, 53, 69, .20);
  box-shadow: 0 16px 45px rgba(220, 53, 69, .08);
}

.link-clean
{
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}



.fp-preview-placeholder{
    height:100%;
    min-height:260px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:2rem;

    background:
        radial-gradient(circle at top,
        rgba(0,0,0,.03),
        transparent 60%);

    border:1px dashed rgba(0,0,0,.08);
}

.fp-preview-placeholder-domain{
    font-size:1.4rem;
    font-weight:700;
    letter-spacing:.08em;
    margin-bottom:.5rem;
}

.fp-preview-placeholder-text{
    font-size:.9rem;
    color:var(--bs-secondary-color);
}

.fp-search-wrap {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

.fp-search-form {
  border-radius: 999px;
  transition: border-radius .15s ease, box-shadow .15s ease;
  z-index: 20;
}

.fp-search-form.search-open {
  border-radius: 2rem 2rem 0 0 !important;
  box-shadow: 0 10px 35px rgba(0,0,0,.08) !important;
}

.fp-search-suggestions {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
  background: #fff;
  border-radius: 0 0 2rem 2rem !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.10) !important;
  z-index: 19;
}

.fp-search-suggestions.show {
  display: block;
}

.fp-search-suggestions .dropdown-item {
  border-radius: 1rem !important;
}

.review-hub-page {
    min-height: 100vh;
}

.review-hub-card {
    border: 0;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.review-hub-accent {
    height: 8px;
}

.review-hub-business-name {
    color: var(--brand-color);
}

.review-hub-offer {
    background: color-mix(in srgb, var(--brand-color) 8%, #ffffff);
    border: 1px solid color-mix(in srgb, var(--brand-color) 28%, #ffffff);
}

.review-hub-destination {
    border: 1px solid color-mix(in srgb, var(--brand-color) 22%, #e5e7eb) !important;
    transition: .2s ease;
}

.review-hub-destination:hover {
    border-color: var(--brand-color) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.demo-review-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(43, 60, 115, .14), transparent 320px),
        linear-gradient(180deg, #eef4ff 0%, #f6f8fb 340px);
}

.demo-card {
    box-shadow: 0 24px 80px rgba(15, 23, 42, .10);
}

.demo-choice-card {
    transition: .2s ease;
    background: #fff;
}

.demo-choice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border-color: <?= htmlspecialchars($demoBrandColor) ?> !important;
}

.demo-hidden {
    display: none;
}

.demo-platform-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
}

.demo-top-actions {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 5;
}

@media (max-width: 767px) {
    .demo-top-actions {
        position: static;
        margin-bottom: 24px;
    }
}

.fp-preview-placeholder-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.fp-preview-placeholder-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.fp-preview-placeholder-text {
    max-width: 280px;
    font-size: .875rem;
}
.fp-review-source-card {
    position: relative;
    width: 150px;
    min-height: 132px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: var(--bs-body-color);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.fp-review-source-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
    border-color: rgba(var(--bs-primary-rgb), .35) !important;
}

.fp-review-source-logo {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-review-source-img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.fp-review-source-fallback {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.fp-review-source-name {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.fp-review-source-arrow {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: .875rem;
    color: var(--bs-secondary-color);
}

.fp-preview-placeholder-favicon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.fp-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2.5rem rgba(0,0,0,.1) !important;
}

.fp-domain-card-hero {
    height: 175px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb), .12), rgba(var(--bs-info-rgb), .08));
}

.fp-domain-card-shot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.fp-domain-card-gradient {
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 20%, rgba(var(--bs-primary-rgb), .22), transparent 34%),
        radial-gradient(circle at 80% 30%, rgba(var(--bs-success-rgb), .14), transparent 30%),
        linear-gradient(135deg, rgba(var(--bs-body-bg-rgb), .95), rgba(var(--bs-tertiary-bg-rgb), 1));
}

.fp-domain-card-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fp-domain-card-favicon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-domain-card-favicon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.fp-domain-card-favicon span {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--bs-secondary-color);
}

.fp-logo-loader{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto;
}

.fp-logo-loader svg{
    display:block;
    width:64px;
    height:64px;
}



.fp-logo-loader .fp-loader-ring {
    transform-origin: center;
    transform-box: fill-box;
    fill: none;
    stroke: #16A34A;
    stroke-width: 2;
    stroke-linecap: round;
}

.fp-logo-loader .fp-loader-outer {
    opacity: .35;
    stroke-dasharray: 70 25;
    animation: fp-loader-spin 3s linear infinite;
}

.fp-logo-loader .fp-loader-inner {
    opacity: .65;
    stroke-dasharray: 45 18;
    animation: fp-loader-spin-reverse 2s linear infinite;
}

.fp-logo-loader .fp-loader-core {
    fill: #16A34A;
}

@keyframes fp-loader-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fp-loader-spin-reverse {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.fp-loader-core{
    fill:#16A34A !important;
    transform-origin:center;
    transform-box:fill-box;
    animation:fp-loader-pulse 1.25s ease-in-out infinite;
}

@keyframes fp-loader-pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.18);
        opacity:.85;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

.fp-category-domain-card {
    transition: transform .18s ease, box-shadow .18s ease;
}

.fp-category-domain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
}

.fp-domain-card-placeholder{
    object-fit: cover;
    object-position: center;
    filter: saturate(.85) brightness(1.02);
}

  .icon-circle {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #4f46e5;
    font-size: 1.4rem;
  }

  .swiper-pagination-bullet
  {
      width:8px;
      height:8px;
  }
  
  .apple-red
  {
    background:#FF605C !important;   
  }
  .apple-yellow
  {
    background: #FFBD44 !important;      
  }
  
  .apple-green
  {
    background: #00CA4E !important;     
  }
  
  .sticky-tabs {
    top: 80px;
    z-index: 1020;
}

.nav-tabs .nav-link.active
{
  background-color: #F3F4F6 !important;
  box-shadow: var(--fn-nav-tabs-link-active-box-shadow);  
}

.demo-platform-card {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1rem;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    transition: all .18s ease;
}

.demo-platform-card:hover {
    border-color: #16A34A;
    background: #f8fafc;
}

.demo-platform-card.active {
    border-color: #16A34A;
    background: rgba(22, 163, 74, .06);
}

.demo-platform-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-check {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.demo-platform-card.active .demo-platform-check {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

#widget-library{

    transition: .25s ease;

}





/* Keep homepage domain cards visually identical to Similar companies. */
.fp-domain-card .static-rating {
  --fn-static-rating-box-size: .88rem;
  --fn-static-rating-icon-size: .6rem;
  display: flex;
  flex-shrink: 0;
  gap: .1rem;
}

.fp-domain-card .static-rating .star-box {
  position: relative;
  width: var(--fn-static-rating-box-size);
  height: var(--fn-static-rating-box-size);
  overflow: hidden;
  border-radius: .17rem;
  background: #dfe6e3;
}

.fp-domain-card .static-rating .star-fill {
  position: absolute;
  z-index: 0;
  inset: 0 auto 0 0;
}

.fp-domain-card .static-rating .star-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--fn-static-rating-icon-size);
  height: var(--fn-static-rating-icon-size);
  transform: translate(-50%, -50%);
}

.fp-domain-card .static-rating .star-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fp-domain-card .fp-similar-rating.rating-terrible .star-fill { background: #e04f4f !important; }
.fp-domain-card .fp-similar-rating.rating-poor .star-fill { background: #ef7d32 !important; }
.fp-domain-card .fp-similar-rating.rating-average .star-fill { background: #78b84b !important; }
.fp-domain-card .fp-similar-rating.rating-excellent .star-fill { background: #00a876 !important; }

.fp-domain-card .fp-similar-favicon {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

/* Homepage company search. */
.fp-search-wrap {
  position: relative;
  z-index: 20;
}

.fp-search-form {
  border: 1px solid rgba(24, 44, 37, .1);
  border-radius: 1.15rem !important;
  box-shadow: 0 1rem 2.75rem rgba(22, 54, 43, .13) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.fp-search-form:focus-within,
.fp-search-form.search-open {
  border-color: rgba(13, 128, 91, .48);
  box-shadow: 0 1.1rem 3rem rgba(22, 54, 43, .18) !important;
}

.fp-search-form .form-control {
  min-height: 3.25rem;
  font-weight: 500;
}

.fp-search-form .form-control::placeholder {
  color: #84918c;
  font-weight: 400;
}

.fp-search-submit { min-width: 7.25rem; }

.fp-search-suggestions {
  top: calc(100% + .65rem) !important;
  display: none;
  max-height: min(31rem, 70vh);
  overflow-y: auto;
  border: 1px solid rgba(24, 44, 37, .1) !important;
  border-radius: 1.15rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 1.5rem 3.75rem rgba(22, 54, 43, .2);
}

.fp-search-suggestions.show { display: block; }

.fp-search-results-label {
  padding: .55rem .75rem .35rem;
  color: #73817c;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fp-search-result {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: .15rem 0;
  padding: .72rem .75rem;
  border-radius: .85rem;
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: background-color .16s ease, transform .16s ease;
}

.fp-search-result:hover,
.fp-search-result:focus-visible {
  background: #f2f8f5;
  color: inherit;
  transform: translateX(2px);
}

.fp-search-result-logo {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border: 1px solid #dfe8e4;
  border-radius: .75rem;
  background: #fff;
  color: #087f5b;
  font-weight: 750;
  box-shadow: 0 .25rem .7rem rgba(28, 63, 50, .06);
}

.fp-search-result-logo img {
  width: auto;
  height: auto;
  max-width: 1.65rem;
  max-height: 1.65rem;
  object-fit: contain;
}

.fp-search-result-score {
  min-width: 6.2rem;
  text-align: right;
}

.fp-search-score-value {
  color: #25352f;
  font-size: .78rem;
  font-weight: 700;
}

.fp-search-analyze {
  display: flex;
  width: 100%;
  align-items: center;
  gap: .8rem;
  margin-top: .35rem;
  padding: .85rem .75rem;
  border: 0;
  border-top: 1px solid #e7eeeb;
  border-radius: 0 0 .8rem .8rem;
  background: transparent;
  color: inherit;
  text-align: left;
}

.fp-search-analyze:hover { background: #eef8f4; }

.fp-search-analyze-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  place-items: center;
  border-radius: .75rem;
  background: #def4ea;
  color: #087f5b;
}

.fp-search-state {
  padding: 1.35rem 1rem;
  color: #718079;
  text-align: center;
}

@media (max-width: 575.98px) {
  .fp-search-form { border-radius: 1rem !important; }
  .fp-search-result { align-items: flex-start; }
  .fp-search-result-score { min-width: auto; }
  .fp-search-score-value { display: none; }
}

.fp-home-feature-swiper .swiper-pagination-bullet {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 4px !important;
  background: transparent;
  opacity: 1;
}

.fp-home-feature-swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a9adb5;
  transform: translate(-50%, -50%);
}

.fp-home-feature-swiper .swiper-pagination-bullet-active::after {
  background: var(--fn-primary, #2d4a9b);
}

/* Maintain WCAG AA contrast for the shared footer on its dark background. */
.footer.bg-dark .nav-link,
.footer.bg-dark .text-body-tertiary,
.footer.bg-dark .text-body-secondary {
  color: #c7cbd4 !important;
}

.fp-category-listing .breadcrumb-item.active {
  color: #4d5562;
}

.fp-category-listing .badge.text-warning {
  color: #765200 !important;
}

.fp-category-listing .badge.text-danger {
  color: #a32836 !important;
}

.fp-category-listing .page-link {
  color: #28488f;
}

.fp-category-listing .page-item.disabled .page-link {
  color: #646b76;
  opacity: 1;
}

.fp-category-result-count {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: 11rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(8, 116, 67, .14);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(8, 116, 67, .08), rgba(8, 116, 67, .025));
  box-shadow: 0 .5rem 1.5rem rgba(28, 39, 49, .06);
}

.fp-category-result-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  place-items: center;
  border-radius: .8rem;
  color: #087443;
  background: #fff;
  box-shadow: 0 .25rem .75rem rgba(8, 116, 67, .1);
}

.fp-category-result-count strong,
.fp-category-result-count small {
  display: block;
}

.fp-category-result-count strong {
  font-size: 1.15rem;
  line-height: 1.1;
}

.fp-category-result-count small {
  margin-top: .2rem;
  color: #5c6470;
  font-size: .72rem;
}

.fp-category-toolbar {
  border: 1px solid rgba(34, 45, 56, .07) !important;
  background: linear-gradient(180deg, #fff, #fcfdfd);
  box-shadow: 0 1rem 2.75rem rgba(32, 43, 55, .08) !important;
}

.fp-filter-eyebrow,
.fp-filter-label {
  color: #596270;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.fp-filter-eyebrow {
  margin-bottom: .2rem;
  color: #087443;
}

.fp-filter-label {
  margin-bottom: .65rem;
}

.fp-score-filter {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: .5rem;
  padding: .55rem .85rem;
  border: 1px solid #dfe3e7;
  border-radius: 999px;
  color: #343b45;
  background: #fff;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fp-score-filter:hover,
.fp-score-filter:focus-visible {
  color: #1f252d;
  border-color: #aeb6c0;
  box-shadow: 0 .35rem 1rem rgba(31, 41, 51, .09);
  transform: translateY(-1px);
}

.fp-score-filter.is-active {
  border-color: #263b78;
  color: #1e3168;
  background: #eef2ff;
  box-shadow: 0 0 0 3px rgba(38, 59, 120, .09);
}

.fp-score-filter-dot {
  width: .65rem;
  height: .65rem;
  flex: 0 0 .65rem;
  border-radius: 50%;
  background: #7a838f;
  box-shadow: 0 0 0 3px rgba(122, 131, 143, .12);
}

.fp-score-filter--excellent .fp-score-filter-dot { background: #008f68; box-shadow: 0 0 0 3px rgba(0, 143, 104, .13); }
.fp-score-filter--good .fp-score-filter-dot { background: #3b8c57; box-shadow: 0 0 0 3px rgba(59, 140, 87, .13); }
.fp-score-filter--fair .fp-score-filter-dot { background: #b47700; box-shadow: 0 0 0 3px rgba(180, 119, 0, .14); }
.fp-score-filter--poor .fp-score-filter-dot { background: #c13d4f; box-shadow: 0 0 0 3px rgba(193, 61, 79, .13); }

@media (max-width: 575.98px) {
  .fp-category-result-count {
    width: 100%;
  }

  .fp-category-toolbar .dropdown-toggle {
    max-width: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}































































