.kcf-footer-wrap{
  width: 100%;
  text-align: center;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  border-top: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
}

.kcf-footer-wrap .kcf-open{
  text-decoration: underline;
  cursor: pointer;
}

.kcf-modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.kcf-modal.kcf-is-open{ display: block; }

.kcf-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.kcf-modal__panel{
  position: relative;
  max-width: 920px;
  margin: 5vh auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
  max-height: 90vh;
  overflow: auto;
  padding: 18px 18px 20px;
}

.kcf-modal__close{
  position: sticky;
  top: 0;
  float: right;
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.kcf-modal__title{
  margin: 0 0 12px 0;
  padding-right: 36px;
}

.kcf-modal__content .kcf-section{
  margin-bottom: 18px;
}

@media (max-width: 720px){
  .kcf-modal__panel{
    margin: 3vh 10px;
  }
  .kcf-footer-wrap{
    font-size: 13px;
  }
}
