/*-- -------------------------- -->
<---           Steps            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #steps-277 {
    padding: var(--sectionPadding);
    background: linear-gradient(180deg, var(--surfaceSoft) 0%, var(--surfaceSoftAlt) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #steps-277 .cs-snow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }
  #steps-277 .cs-flake {
    position: absolute;
    top: -12%;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: rgba(30, 90, 168, 0.35);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    animation: sb-snowfall linear infinite;
  }
  #steps-277 .cs-flake:nth-child(1) { left: 8%; animation-duration: 11s; animation-delay: 0s; width: 0.35rem; height: 0.35rem; }
  #steps-277 .cs-flake:nth-child(2) { left: 16%; animation-duration: 14s; animation-delay: -2s; }
  #steps-277 .cs-flake:nth-child(3) { left: 24%; animation-duration: 10s; animation-delay: -4s; width: 0.55rem; height: 0.55rem; }
  #steps-277 .cs-flake:nth-child(4) { left: 33%; animation-duration: 13s; animation-delay: -1s; }
  #steps-277 .cs-flake:nth-child(5) { left: 42%; animation-duration: 16s; animation-delay: -6s; width: 0.3rem; height: 0.3rem; }
  #steps-277 .cs-flake:nth-child(6) { left: 51%; animation-duration: 12s; animation-delay: -3s; }
  #steps-277 .cs-flake:nth-child(7) { left: 60%; animation-duration: 15s; animation-delay: -7s; width: 0.5rem; height: 0.5rem; }
  #steps-277 .cs-flake:nth-child(8) { left: 69%; animation-duration: 11s; animation-delay: -2.5s; }
  #steps-277 .cs-flake:nth-child(9) { left: 77%; animation-duration: 14s; animation-delay: -5s; width: 0.4rem; height: 0.4rem; }
  #steps-277 .cs-flake:nth-child(10) { left: 85%; animation-duration: 17s; animation-delay: -1.5s; }
  #steps-277 .cs-flake:nth-child(11) { left: 92%; animation-duration: 12s; animation-delay: -8s; width: 0.35rem; height: 0.35rem; }
  #steps-277 .cs-flake:nth-child(12) { left: 97%; animation-duration: 13s; animation-delay: -4.5s; }
  #steps-277 .cs-container {
    width: 100%;
    max-width: calc(550 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    z-index: 2;
  }
  #steps-277 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #steps-277 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #steps-277 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    max-width: 20ch;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  #steps-277 .cs-text {
    margin: 0;
    max-width: 40rem;
    color: var(--bodyTextColor);
  }
  #steps-277 .cs-card-group {
    padding: 0;
    margin: 0;
    max-width: calc(400 / 16 * 1rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(24 / 16 * 1rem);
    position: relative;
  }
  #steps-277 .cs-card-group:before {
    content: "";
    width: 1px;
    background: var(--primary);
    opacity: 0.25;
    position: absolute;
    display: block;
    top: calc(16 / 16 * 1rem);
    bottom: calc(24 / 16 * 1rem);
    left: calc(56 / 16 * 1rem);
  }
  #steps-277 .cs-item {
    text-align: left;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    animation: sb-step-in 0.7s ease both;
  }
  #steps-277 .cs-item:nth-child(1) { animation-delay: 0.1s; }
  #steps-277 .cs-item:nth-child(2) { animation-delay: 0.25s; }
  #steps-277 .cs-item:nth-child(3) { animation-delay: 0.4s; }
  #steps-277 .cs-number {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    margin-right: calc(44 / 16 * 1rem);
    width: clamp(2.5rem, 5.1vw, 3.25rem);
    height: clamp(2.5rem, 5.1vw, 3.25rem);
    border-radius: 50%;
    color: var(--bodyTextColorWhite);
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    position: relative;
    box-shadow: 0 0 0 0 rgba(30, 90, 168, 0.35);
    animation: sb-pulse 2.8s ease-in-out infinite;
  }
  #steps-277 .cs-item:nth-child(2) .cs-number { animation-delay: 0.4s; }
  #steps-277 .cs-item:nth-child(3) .cs-number { animation-delay: 0.8s; }
  #steps-277 .cs-number:before {
    content: "";
    width: calc(8 / 16 * 1rem);
    height: calc(8 / 16 * 1rem);
    background: var(--primary);
    border-radius: 50%;
    opacity: 0.35;
    position: absolute;
    display: block;
    top: 50%;
    right: calc(-20 / 16 * 1rem);
    transform: translateY(-50%);
  }
  #steps-277 .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  #steps-277 .cs-h3 {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    color: var(--headerColor);
  }
  #steps-277 .cs-item-text {
    font-size: clamp(0.875rem, 2vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #steps-277 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: calc(150 / 16 * 1rem);
    padding: 0 calc(24 / 16 * 1rem);
    background-color: var(--primary);
    border-radius: calc(4 / 16 * 1rem);
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #steps-277 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: calc(4 / 16 * 1rem);
    transition: width 0.3s;
  }
  #steps-277 .cs-button-solid:hover:before {
    width: 100%;
  }
}

@keyframes sb-snowfall {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  100% {
    transform: translate3d(18px, 110vh, 0) rotate(180deg);
    opacity: 0;
  }
}

@keyframes sb-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(30, 90, 168, 0.35);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(30, 90, 168, 0);
  }
}

@keyframes sb-step-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #steps-277 .cs-flake,
  #steps-277 .cs-number,
  #steps-277 .cs-item {
    animation: none !important;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #steps-277 .cs-container {
    max-width: calc(1280 / 16 * 1rem);
  }
  #steps-277 .cs-card-group {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: calc(32 / 16 * 1em);
  }
  #steps-277 .cs-card-group:before {
    width: auto;
    height: 1px;
    top: clamp(3.75rem, 7.5vw, 4.75rem);
    bottom: auto;
    left: calc(110 / 16 * 1rem);
    right: calc(110 / 16 * 1rem);
  }
  #steps-277 .cs-item {
    text-align: center;
    width: calc(280 / 16 * 1rem);
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  #steps-277 .cs-number {
    margin: 0;
    margin-bottom: clamp(2.5rem, 6vw, 3.75rem);
  }
  #steps-277 .cs-number:before {
    top: auto;
    left: 50%;
    right: auto;
    bottom: calc(clamp(1.5rem, 2.9vw, 1.75rem) * -1);
    transform: translateX(-50%);
  }
  #steps-277 .cs-flex {
    align-items: center;
  }
}

/*-- -------------------------- -->
<---             FAQ            -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #faq-1263 {
    padding: var(--sectionPadding);
    padding-bottom: clamp(6rem, 12vw, 10rem);
    background-color: var(--primary);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #faq-1263 .cs-container {
    width: 100%;
    max-width: calc(800 / 16 * 1rem);
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    position: relative;
    z-index: 1;
  }
  #faq-1263 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #faq-1263 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    margin-bottom: 0.25rem;
    display: block;
  }
  #faq-1263 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #faq-1263 .cs-faq-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #faq-1263 .cs-faq-item {
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #faq-1263 .cs-button {
    width: 100%;
    margin: 0;
    padding: 1.1rem 3.25rem 1.1rem 1.25rem;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  #faq-1263 .cs-button:before,
  #faq-1263 .cs-button:after {
    content: "";
    width: 0.875rem;
    height: 0.125rem;
    background: var(--primary);
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    transition: transform 0.3s, opacity 0.3s;
  }
  #faq-1263 .cs-button:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #faq-1263 .cs-faq-item.active .cs-button:after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
  }
  #faq-1263 .cs-button-text {
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.35em;
    color: var(--headerColor);
    display: block;
  }
  #faq-1263 .cs-item-p {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    padding: 0 1.25rem 1.25rem 1.25rem;
    color: var(--bodyTextColor);
    height: 0;
    overflow: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.25s, transform 0.25s;
  }
  #faq-1263 .cs-faq-item.active .cs-item-p {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
  }
  #faq-1263 .cs-background {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  #faq-1263 .cs-background img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*-- -------------------------- -->
<---             CTA            -->
<--- -------------------------- -*/

@media only screen and (min-width: 0rem) {
  #cta-51 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #cta-51 .sb-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 2;
  }
  #cta-51 .sb-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cta-51 .sb-topper {
    color: var(--secondaryLight);
  }
  #cta-51 .sb-title {
    color: #fff;
  }
  #cta-51 .sb-text {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 2rem;
    max-width: 40rem;
  }
  #cta-51 .sb-button-solid {
    color: #fff;
  }
  #cta-51 .sb-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #cta-51 .sb-picture:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #cta-51 .sb-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

/*-- -------------------------- -->
<---           Mascot           -->
<--- -------------------------- -*/

@keyframes sb-mascot-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.45rem);
  }
}

.sb-mascot {
  display: block;
  pointer-events: none;
  user-select: none;
  object-fit: contain;
  object-position: center bottom;
}

#cta-51 {
  position: relative;
  overflow: hidden;
}

#cta-51 .sb-content {
  position: relative;
  z-index: 3;
}

.sb-mascot-cta {
  position: absolute;
  right: clamp(0.35rem, 3vw, 1.75rem);
  bottom: clamp(0.5rem, 2vw, 1rem);
  width: clamp(5.75rem, 22vw, 11rem);
  height: auto;
  z-index: 2;
  opacity: 1;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
  animation: sb-mascot-bob 5s ease-in-out infinite;
}

/* Keep CTA copy clear of the mascot on small screens */
@media only screen and (max-width: 47.9375rem) {
  #cta-51 .sb-content {
    padding-bottom: clamp(4.5rem, 22vw, 7rem);
  }
}

.sb-mascot-float {
  position: absolute;
  z-index: 1;
  opacity: 0.72;
  filter: drop-shadow(0 6px 14px rgba(8, 32, 72, 0.22));
  animation: sb-mascot-bob 6s ease-in-out infinite;
}

.sb-mascot-why {
  width: clamp(6.5rem, 18vw, 10.5rem);
  right: clamp(0.75rem, 4vw, 2.25rem);
  top: auto;
  bottom: clamp(1rem, 4vw, 2.25rem);
}

.sb-mascot-steps {
  width: clamp(6rem, 17vw, 9.5rem);
  left: clamp(0.5rem, 3vw, 1.75rem);
  bottom: clamp(1.25rem, 5vw, 2.75rem);
}

#pricing-1769 .cs-item {
  position: relative;
}

.sb-mascot-card {
  width: clamp(4.25rem, 11vw, 5.25rem);
  height: auto;
  margin: 0 auto 0.85rem;
  opacity: 1;
  filter: drop-shadow(0 4px 10px rgba(8, 32, 72, 0.18));
  animation: sb-mascot-bob 4s ease-in-out infinite;
}

/* Navy popular card: light disc so the jacket does not disappear */
#pricing-1769 .cs-item.cs-popular .sb-mascot-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  padding: 0.4rem;
  box-sizing: content-box;
}

@media only screen and (min-width: 64rem) {
  .sb-mascot-cta {
    right: clamp(1.5rem, 6vw, 4rem);
    bottom: 1rem;
    width: clamp(10rem, 14vw, 13.5rem);
  }

  .sb-mascot-float {
    opacity: 0.78;
  }

  .sb-mascot-why {
    width: clamp(8rem, 12vw, 11rem);
    bottom: clamp(1.5rem, 4vw, 3rem);
  }

  .sb-mascot-steps {
    width: clamp(7.5rem, 11vw, 10rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sb-mascot-cta,
  .sb-mascot-float,
  .sb-mascot-card {
    animation: none;
  }
}

/*-- -------------------------- -->
<---          Chat FAB          -->
<--- -------------------------- -*/

.sb-textus {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 12000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  font-family: var(--bodyFontFamily);
}

.sb-textus-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: none;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  padding: 0.85rem 1.15rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(8, 32, 72, 0.28);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sb-textus-btn:hover,
.sb-textus-btn:focus-visible {
  background: var(--primaryDark);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(8, 32, 72, 0.34);
  outline: none;
}

.sb-textus-status {
  position: absolute;
  top: 0.35rem;
  left: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #3dd68c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(8, 32, 72, 0.15);
}

.sb-textus.is-offline .sb-textus-status {
  background: #9aa6b2;
}

.sb-textus-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sb-textus-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

.sb-textus-panel,
.sb-chat-panel {
  width: min(92vw, 22.5rem);
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(8, 32, 72, 0.1);
  box-shadow: 0 18px 40px rgba(8, 32, 72, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: min(70vh, 32rem);
}

.sb-textus-panel[hidden],
.sb-chat-panel[hidden] {
  display: none !important;
}

.sb-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(135deg, var(--primary) 0%, #0c3268 100%);
  color: #fff;
}

.sb-chat-identity {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.sb-chat-identity strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.sb-chat-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.sb-chat-presence {
  display: block;
  font-size: 0.78rem;
  opacity: 0.9;
  margin-top: 0.15rem;
}

.sb-chat-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
}

.sb-chat-sms {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.28);
  white-space: nowrap;
}

.sb-chat-sms:hover,
.sb-chat-sms:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  outline: none;
}

.sb-textus-close {
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.sb-textus-close:hover,
.sb-textus-close:focus-visible {
  background: rgba(255, 255, 255, 0.28);
  outline: none;
}

.sb-chat-thread {
  flex: 1;
  overflow-y: auto;
  padding: 0.9rem;
  background: #f3f6fb;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 11rem;
}

.sb-chat-bubble {
  max-width: 88%;
  padding: 0.65rem 0.8rem;
  border-radius: 1rem;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #1a2332;
}

.sb-chat-bubble p {
  margin: 0;
}

.sb-chat-bubble--bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid rgba(8, 32, 72, 0.08);
  border-bottom-left-radius: 0.3rem;
}

.sb-chat-bubble--user {
  align-self: flex-end;
  background: var(--primary);
  color: #fff;
  border-bottom-right-radius: 0.3rem;
}

.sb-chat-composer {
  border-top: 1px solid rgba(8, 32, 72, 0.08);
  background: #fff;
  padding: 0.65rem 0.7rem 0.55rem;
  display: grid;
  gap: 0.45rem;
}

.sb-chat-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.sb-chat-meta input,
.sb-chat-composer textarea {
  width: 100%;
  border: 1px solid rgba(8, 32, 72, 0.16);
  border-radius: 0.65rem;
  padding: 0.55rem 0.65rem;
  font: inherit;
  font-size: 0.9rem;
  color: #1a2332;
  background: #fff;
}

.sb-chat-meta input:focus,
.sb-chat-composer textarea:focus {
  outline: 2px solid rgba(24, 176, 240, 0.45);
  border-color: var(--secondary);
}

.sb-chat-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.4rem;
  align-items: end;
}

.sb-chat-composer textarea {
  resize: none;
  min-height: 2.6rem;
  max-height: 6rem;
}

.sb-chat-send {
  width: 2.6rem;
  height: 2.6rem;
  border: none;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--onSecondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.sb-chat-send:hover,
.sb-chat-send:focus-visible {
  background: var(--primary);
  color: var(--bodyTextColorWhite);
  outline: none;
}

.sb-chat-send svg {
  width: 1.1rem;
  height: 1.1rem;
}

.sb-chat-foot {
  margin: 0;
  padding: 0 0.75rem 0.7rem;
  font-size: 0.72rem;
  color: var(--bodyTextColor);
  text-align: center;
  background: #fff;
}

.sb-chat-foot a {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.sb-chat-foot a:hover {
  text-decoration: underline;
}

@media (max-width: 36rem) {
  .sb-textus {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .sb-textus-label {
    display: none;
  }

  .sb-textus-btn {
    width: 3.35rem;
    height: 3.35rem;
    padding: 0;
    justify-content: center;
  }

  .sb-textus-status {
    top: 0.4rem;
    left: 0.4rem;
  }

  .sb-chat-meta {
    grid-template-columns: 1fr;
  }
}
