/* =========================================
   FOOTER
   ========================================= */

.ss-footer{
  margin-top: 28px;
  padding: 16px 0 10px;
  border-top: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(
    to bottom,
    rgba(242,239,233,.6),
    rgba(242,239,233,1)
  );
}

.ss-footer-inner{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ss-footer-top{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.ss-footer-title{
  font-weight: 700;
  font-size: 18px;
  color: var(--ss-title-color);
  margin: 0 0 4px;
}

.ss-footer-text{
  max-width: 420px;
  font-size: 14px;
  color: var(--ss-text-soft);
  margin: 0;
  line-height: 1.45;
}

.ss-footer-links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ss-footer-links a{
  font-size: 14px;
  text-decoration: none;
  color: var(--ss-meta-muted);
}

.ss-footer-links a:hover{
  text-decoration: underline;
}

.ss-footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--ss-meta-muted);
  border-top: 1px solid rgba(0,0,0,.06);
  padding-top: 8px;
}
.ss-footer .ss-shell{
  margin-top: 0 !important;
}

.ss-footer .ss-shell::before{
  display: none !important;
}

.ss-footer{
  margin-top: 24px;
  padding: 16px 0 10px;
}

.ss-footer-inner{
  gap: 12px;
}

.ss-footer-top{
  gap: 14px;
}

.ss-footer-bottom{
  padding-top: 8px;
}