.vzke-card-pages{
  --vzke-card-pages-bg:#f6eddd;
  width:100%;
  box-sizing:border-box;
}
.vzke-card-pages-placement-left,
.vzke-card-pages-placement-right{
  display:inline-block;
  width:calc(50% - 12px);
  vertical-align:top;
}
.vzke-card-pages-placement-left{
  margin-right:8px;
}
.vzke-card-pages-placement-right{
  margin-left:8px;
}
.vzke-card-pages-placement-left .vzke-card-pages-grid,
.vzke-card-pages-placement-right .vzke-card-pages-grid{
  grid-template-columns:minmax(0,1fr);
}
.vzke-card-pages-heading{
  margin:0 0 12px;
}
.vzke-card-pages-intro{
  margin:0 0 35px;
}
.vzke-card-pages-intro p{
  margin:0 0 10px;
}
.vzke-card-pages-intro p:last-child{
  margin-bottom:0;
}
.vzke-card-pages-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 16px;
}
.vzke-card-pages-cols-1 .vzke-card-pages-grid{
  grid-template-columns:minmax(0,1fr);
}
.vzke-card-pages-item[hidden]{
  display:none!important;
}
.vzke-card-pages-item{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  min-height:118px;
  padding:12px 16px 12px 12px;
  border-radius:10px;
  background:var(--vzke-card-pages-bg);
  color:inherit!important;
  text-decoration:none!important;
  box-sizing:border-box;
  transition:none;
}
.vzke-card-pages-item:hover,
.vzke-card-pages-item:focus{
  color:inherit!important;
  text-decoration:none!important;
  transform:none;
}
.vzke-card-pages-image{
  flex:0 0 94px;
  width:94px;
  height:94px;
  border-radius:50%;
  overflow:hidden;
  background:rgba(255,255,255,.45);
}
.vzke-card-pages-image-src{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.vzke-card-pages-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.vzke-card-pages-name{
  display:block;
  color:#005e80;
  font-family:"Life Savers",serif;
  font-size:clamp(21px,2vw,27px);
  font-weight:700;
  line-height:1.12;
}
.vzke-card-pages-item:hover .vzke-card-pages-name,
.vzke-card-pages-item:focus .vzke-card-pages-name{
  color:#ae1516;
}
.vzke-card-pages-date{
  display:block;
  margin-top:6px;
  color:#000;
  font-size:15px;
  font-weight:400;
  line-height:1.35;
}
.vzke-card-pages-item:hover .vzke-card-pages-date,
.vzke-card-pages-item:focus .vzke-card-pages-date{
  color:#000;
  font-weight:400;
}
.vzke-card-pages-more{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
.vzke-card-pages-show-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 24px;
  border:0;
  border-radius:6px;
  background:#005e80;
  color:#fff;
  font:inherit;
  font-weight:700;
  line-height:1.2;
  cursor:pointer;
  box-shadow:none;
  transform:none;
}
.vzke-card-pages-show-all:hover,
.vzke-card-pages-show-all:focus{
  border:0;
  background:#ae1516;
  color:#fff;
  box-shadow:none;
  transform:none;
}
.vzke-card-pages-empty{
  padding:12px 14px;
  border:1px dashed #c8c8c8;
  background:#fff;
}
.vzke-card-pages-color-label{
  margin:16px 0 8px;
  font-weight:600;
}
@media(max-width:781px){
  .vzke-card-pages-placement-left,
  .vzke-card-pages-placement-right{
    display:block;
    width:100%;
    margin-left:0;
    margin-right:0;
  }
  .vzke-card-pages-more{
    width:100%;
  }
  .vzke-card-pages-show-all{
    width:100%;
  }
  .vzke-card-pages-grid,
  .vzke-card-pages-cols-2 .vzke-card-pages-grid{
    grid-template-columns:minmax(0,1fr);
  }
  .vzke-card-pages-item{
    min-height:102px;
    gap:13px;
    padding:10px 13px 10px 10px;
  }
  .vzke-card-pages-image{
    flex-basis:80px;
    width:80px;
    height:80px;
  }
  .vzke-card-pages-name{
    font-size:23px;
  }
}
@media(max-width:430px){
  .vzke-card-pages-image{
    flex-basis:72px;
    width:72px;
    height:72px;
  }
  .vzke-card-pages-name{
    font-size:21px;
  }
  .vzke-card-pages-date{
    font-size:14px;
  }
}
.vzke-card-pages-footer-link{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.vzke-card-pages-footer-link a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:48px;
  max-width:100%;
  box-sizing:border-box;
  padding:12px 26px;
  border:0!important;
  border-bottom:0!important;
  border-radius:8px;
  background:#005e80;
  background-image:none!important;
  color:#fff!important;
  font-weight:700;
  line-height:1.3;
  text-align:center;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:background-color .15s ease,color .15s ease;
}
.vzke-card-pages-footer-link a:hover,
.vzke-card-pages-footer-link a:focus{
  background:#ae1516;
  color:#fff!important;
  border-bottom:0!important;
  background-image:none!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transform:none;
}
@media(max-width:781px){
  .vzke-card-pages-footer-link a{
    width:100%;
  }
  .vzke-card-pages-placement-left .vzke-card-pages-footer-link{
    margin-bottom:40px;
  }
  .vzke-card-pages-placement-right .vzke-card-pages-footer-link{
    margin-bottom:50px;
  }
}
