.winn-clients-filter{
  font-family: "Fixel", sans-serif;
  --cf-accent: var(--cf-accent, #BF3131);
  --cf-bg: #ffffff;
  --cf-ui-bg: #F8F8F8;
  --cf-line: #E6E6E6;
  --cf-line-2: #D8D8D8;
  --cf-text: #2B2B2B;
  --cf-muted: #8C8C8C;
  --cf-muted-2: #B5B5B5;
  --cf-chip: #1A1A1A;
  --cf-radius-12: 8px;
  --cf-radius-16: 16px;
  --cf-radius-20: 20px;
  --cf-ctl-h: 32px;
  --cf-shadow: 0 10px 30px rgba(0,0,0,.08);
  color: var(--cf-text);
}


.winn-cf-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding: 0;
}

.winn-cf-filters{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
}

.winn-cf-filter{
  display:flex;
  align-items:center;
  height: var(--cf-ctl-h);
  background:#fff;
  border:1px solid var(--cf-line-2);
  border-radius: var(--cf-radius-12);
  overflow: visible;
  position:relative;
}
.winn-cf-dropdown{
  z-index: 9999;
}
.winn-cf-top{
  position: relative;
  z-index: 50;
}
.winn-cf-filter__label{
  display:flex;
  align-items:center;
  gap:8px;
  padding: 0 12px;
  height:100%;
  white-space:nowrap;
}

.winn-cf-filter__icon{
  width:16px;
  height:16px;
  display:block;
  flex:0 0 auto;
  opacity:.9;
}

.winn-cf-filter__label-text{
  font-size:14px;
  font-weight:500;
  line-height:1;
  color:#444;
}

.winn-cf-filter__value{
  height:100%;
  display:flex;
  align-items:center;
  gap:6px;
  padding: 0 12px 0 12px;
  border:0;
  background:transparent;
  cursor:pointer;
  border-left:1px solid var(--cf-line);
  white-space:nowrap;
}

.winn-cf-filter__value-text{
  font-size:14px;
  font-weight:400;
  line-height:1;
  color:#8A8A8A;
}

.winn-cf-filter__value-count{
  font-size:14px;
  font-weight:500;
  line-height:1;
  color: var(--cf-accent);
}

.winn-cf-filter__caret{
  width:14px;
  height:14px;
  display:inline-block;
  flex:0 0 auto;
  margin-left:2px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
  opacity:.9;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.2 5.4L7 9.2l3.8-3.8' fill='none' stroke='%238A8A8A' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.winn-cf-filter__value[aria-expanded="true"] .winn-cf-filter__caret{
  transform: rotate(180deg);
}

.winn-cf-reset{
  width: var(--cf-ctl-h);
  height: var(--cf-ctl-h);
  border-radius: 999px;
  border:1px solid transparent;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

.winn-cf-reset::before{
  content:"";
  width:18px;
  height:18px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:18px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='7.5' fill='none' stroke='%23BF3131' stroke-width='1.4'/%3E%3Cpath d='M6.2 6.2l5.6 5.6M11.8 6.2L6.2 11.8' stroke='%23BF3131' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-reset.is-disabled{
  opacity:.35;
  cursor:default;
}

.winn-cf-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
}

.winn-cf-mobile{
  height: var(--cf-ctl-h);
  border-radius: var(--cf-radius-12);
  border:1px solid var(--cf-line-2);
	border:none;
  background:#fff;
  display:none;
  align-items:center;
  gap:8px;
  padding: 0 12px;
  cursor:pointer;
}

.winn-cf-mobile__text{
  font-size:14px;
  font-weight:500;
  color:#444;
}

.winn-cf-mobile__count{
  min-width:18px;
  height:18px;
  border-radius:999px;
  background: var(--cf-accent);
  color:#fff;
  font-size:12px;
  font-weight:600;
  display:none;
  align-items:center;
  justify-content:center;
  padding:0 6px;
}

.winn-cf-search{
  height: var(--cf-ctl-h);
  display:flex;
  align-items:center;
  background:#fff;
  border:1px solid var(--cf-line-2);
  border-radius: var(--cf-radius-12);
  overflow:hidden;
}

.winn-cf-search__input{
  height:100%;
  border:0;
  outline:none;
  padding: 4px 14px;
  min-width: 260px;
	color:  #979797;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%; 
}

.winn-cf-search__input::placeholder{
  color:#B0B0B0;
}

.winn-cf-search__btn{
  width: var(--cf-ctl-h);
  height: var(--cf-ctl-h);
  border:0;
  border-left:1px solid var(--cf-line);
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
}

.winn-cf-search__btn::before{
  content:"";
  width:16px;
  height:16px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3E%3Cpath%20d='M14%2014L11.7311%2011.7309M13.359%207.68016C13.359%2010.8172%2010.8162%2013.3603%207.6795%2013.3603C4.5428%2013.3603%202%2010.8172%202%207.68016C2%204.54309%204.5428%202%207.6795%202C10.8162%202%2013.359%204.54309%2013.359%207.68016Z'%20stroke='%23474747'%20stroke-width='1.0'%20stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-dropdown{
  position:absolute;
  top: calc(100% + 10px);
  left:0;
  min-width: 360px;
  max-width: 420px;
  background:#fff;
  border:1px solid var(--cf-line);
  border-radius: var(--cf-radius-16);
  box-shadow: var(--cf-shadow);
  padding: 14px;
  z-index: 50;
  display:none;
}

.winn-cf-panel__search{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 10px;
}

.winn-cf-panel__input{
  flex:1 1 auto;
  height: 36px;
  border-radius: 10px;
  border:1px solid var(--cf-line);
  padding: 0 12px;
  outline:none;
  font-size:14px;
  color:#979797;
  background:#fff;
}

.winn-cf-panel__input::placeholder{
  color:#B0B0B0;
}

.winn-cf-panel__search-btn{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border:1px solid var(--cf-line);
  background:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
	    width: 44px;
}

.winn-cf-panel__search-btn::before{
  content:"";
  width:16px;
  height:16px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3E%3Cpath%20d='M14%2014L11.7311%2011.7309M13.359%207.68016C13.359%2010.8172%2010.8162%2013.3603%207.6795%2013.3603C4.5428%2013.3603%202%2010.8172%202%207.68016C2%204.54309%204.5428%202%207.6795%202C10.8162%202%2013.359%204.54309%2013.359%207.68016Z'%20stroke='%23474747'%20stroke-width='1.0'%20stroke-linecap='round'/%3E%3C/svg%3E");
	
}


.winn-cf-panel__list{
  display:flex;
  flex-direction:column;
  gap:10px;
  max-height: 360px;
  overflow:auto;
  padding-right: 6px;
}

.winn-cf-panel__list::-webkit-scrollbar{
  width: 6px;
}
.winn-cf-panel__list::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 999px;
}

.winn-cf-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 4px 2px;
  border:0;
  background:transparent;
  cursor:pointer;
  text-align:left;
}

.winn-cf-row__cb{
  width:14px;
  height:14px;
  border-radius:3px;
  background:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.winn-cf-row__cb.is-checked{
  border-color: var(--cf-accent);
  background: var(--cf-accent);
}

.winn-cf-row__cb.is-checked::after{
  content:"";
  width:10px;
  height:10px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:10px 10px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M10.2 3.2L5 8.4 1.8 5.2' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.winn-cf-row__title{
  font-size:14px;
  font-weight:400;
  color:#4A4A4A;
}

.winn-cf-row__count{
/*   margin-left:auto; *  це розсовує число вкінець */
  font-size:12px;
  color:#9A9A9A;
}

.winn-cf-row.is-active .winn-cf-row__title,
.winn-cf-row.is-active .winn-cf-row__count{
  color: var(--cf-accent);
  font-weight:500;
}

.winn-cf-row--all .winn-cf-row__title{
  font-weight:400;
  color:#4A4A4A;
}

.winn-cf-grid{
  display:grid;
  gap:14px;
  border-top:0px solid var(--cf-line);
  border-left:0px solid var(--cf-line);
  margin-top: 22px;
}

.winn-client-card{
  position:relative;
  min-height: var(--card-min-height, 260px);
  background:#fff;
  border-right:1px solid var(--cf-line);
  border-bottom:1px solid var(--cf-line);
  padding: 22px 22px 18px;
  overflow:hidden;
}

.winn-client-card__base{
  height:100%;
  display:flex;
  flex-direction:column;
}

.winn-client-card__head{
  display:flex;
  align-items:center;
  gap:10px;
}

.winn-client-card__mark{
  width:10px;
  height:10px;
  border-radius:2px;
  background:#DADADA;
  flex:0 0 auto;
}

.winn-client-card__label{
  font-size:14px;
  font-weight:500;
  color:#606060;
  line-height:1.2;
}

.winn-client-card__logo{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top: 18px;
}

.winn-client-card__logo img{
/*   max-width: 78%;
  max-height: 60%; */
  max-width: 88%;
  max-height: 79%;
  object-fit:contain;
  display:block;
}

.winn-client-card__fallback{
  font-size:18px;
  font-weight:600;
  color:#7A7A7A;
}

.winn-client-card__panel{
  position:absolute;
  inset: 0px;
  border-radius: 8px;
  background: radial-gradient(140% 140% at 0% 0%, #2A2A2A 0%, #1F1F1F 55%, #181818 100%);
  padding: 18px 18px 20px;
  display:flex;
  flex-direction:column;
  opacity:0;
  visibility:hidden;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.winn-client-card__panel .winn-client-card__mark{
  background: var(--cf-accent);
}

.winn-client-card__panel .winn-client-card__label{
  color:#fff;
}

.winn-client-card__desc{
  margin-top: 14px;
  font-size:14px;
  line-height:1.45;
  color:#AFAFAF;
  max-width: 92%;
}

.winn-client-card__cta{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.winn-client-card__cta-text{
  font-size:14px;
  font-weight:500;
  color:#fff;
  line-height:1.15;
  color: #FEFEFE;
}

.winn-client-card__cta-icon{
  width:34px;
  height:34px;
  border-radius:999px;
  background: var(--cf-accent);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.winn-client-card__cta-icon::before{
  content:"";
  width:16px;
  height:16px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M10 7h7v7' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 7L7 17' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.winn-client-card.has-details:hover .winn-client-card__panel{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}

.winn-client-card.is-open .winn-client-card__panel{
  opacity:1;
  visibility:visible;
  transform: translateY(0);
}

.winn-client-card:not(.has-details) .winn-client-card__panel{
  display:none;
}

.winn-client-card.is-featured .winn-client-card__base{
  display:none;
}

.winn-client-card.is-featured .winn-client-card__panel{
  position:relative;
  inset:auto;
  opacity:1;
  visibility:visible;
  transform:none;
  border-radius: 18px;
  height: calc(100% - 0px);
  margin: 0;
}

.winn-cf-drawer{
  position:fixed;
  inset:0;
  z-index: 1000;
  display:none;
}

.winn-cf-drawer.is-open{
  display:block;
}

.winn-cf-drawer__overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
}

.winn-cf-drawer__panel{
  position:absolute;
  top:0;
  right:0;
  width:min(420px, 100%);
  height:100%;
  background:#F8F8F9;
  box-shadow: var(--cf-shadow);
  padding: 18px 18px 22px;
  overflow:auto;
  transform: translateX(110%);
  transition: transform .25s ease;
}

.winn-cf-drawer.is-open .winn-cf-drawer__panel{
  transform: translateX(0);
}

.winn-cf-drawer__head{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom: 10px;
}

.winn-cf-drawer__title{
  font-size:22px;
  font-weight:500;
  color:#2B2B2B;
}

.winn-cf-drawer__badge{
  width:15px;
  height:15px;
  border-radius:999px;
  background: var(--cf-accent);
  color:#fff;
  font-size:10px;
  font-weight:400;
  display:none;
  align-items:center;
  justify-content:center;
}

.winn-cf-drawer__close{
  margin-left:auto;
  width:32px;
  height:32px;
  border-radius:999px;
  border:0;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.winn-cf-drawer__close::before{
  content:"";
  width:16px;
  height:16px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:16px 16px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18'%3E%3Cpath d='M4 4l10 10M14 4L4 14' fill='none' stroke='%232B2B2B' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-drawer__chips{
  display:none;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 8px;
}

.winn-cf-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
/*   padding: 8px 12px; */
  padding: 2px 7px 2px 14px;
  border-radius: 999px;
  border:0;
  background: var(--cf-chip);
  color:#fff;
  cursor:pointer;
}

.winn-cf-chip__text{
  font-size:12px;
  font-weight:500;
}

.winn-cf-chip__x{
  width:14px;
  height:14px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 18 18'%3E%3Cpath d='M5 5l8 8M13 5L5 13' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-chip--reset{
  background: transparent;
  color:#2B2B2B;
  border:1px solid var(--cf-line);
}

.winn-cf-chip--reset .winn-cf-chip__x{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 18 18'%3E%3Cpath d='M5 5l8 8M13 5L5 13' fill='none' stroke='%232B2B2B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-drawer__reset{
  margin-top: 14px;
  width:100%;
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  cursor:pointer;
  padding: 8px 0 14px;
}

.winn-cf-drawer__reset-text{
  font-size:14px;
  font-weight:500;
  color:#2B2B2B;
}

.winn-cf-drawer__reset-icon{
  width:18px;
  height:18px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:18px 18px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='9' cy='9' r='7.5' fill='none' stroke='%23BF3131' stroke-width='1.4'/%3E%3Cpath d='M6.2 6.2l5.6 5.6M11.8 6.2L6.2 11.8' stroke='%23BF3131' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.winn-cf-drawer__body{
  margin-top: 12px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.winn-cf-acc{
  background:#fff;
  border:none;
  border-radius: 8px;
  padding: 12px 14px;
}

.winn-cf-acc__head{
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
  padding: 4px 2px;
}

.winn-cf-acc__title{
  font-size:16px;
  font-weight:600;
  color:#2B2B2B;
}

.winn-cf-acc__chev{
  width:30px;
  height:30px;
  border-radius:999px;
  border:1px solid var(--cf-line);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}

.winn-cf-acc__chev::before{
  content:"";
  width:14px;
  height:14px;
  display:block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3.2 5.4L7 9.2l3.8-3.8' fill='none' stroke='%238A8A8A' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.winn-cf-acc.is-open .winn-cf-acc__chev::before{
  transform: rotate(180deg);
}

.winn-cf-acc__body{
  margin-top: 12px;
}

html.winn-cf-lock,
html.winn-cf-lock body{
  overflow:hidden;
}

@media (max-width: 1024px){
  .winn-cf-filters{
    display:none;
  }
  .winn-cf-mobile{
    display:inline-flex;
  }
  .winn-cf-search__input{
    min-width: 0;
    width: 220px;
  }
}

@media (max-width: 600px){
  .winn-cf-top{
    gap:12px;
  }
  .winn-cf-search{
    flex:1 1 auto;
  }
  .winn-cf-search__input{
    width: 100%;
    min-width: 0;
  }
  .winn-client-card{
    padding: 18px 16px 14px;
  }
  .winn-client-card__label{
    font-size:16px;
  }
  .winn-client-card__desc{
    font-size:16px;
  }
  .winn-client-card__cta-text{
    font-size:18px;
  }
  .winn-client-card__panel{
    inset: 12px;
  }
}
.winn-client-card__cta-icon{
	width: 18px;
	height: 18px;
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/uploads/2026/02/pereglianuty_kejs.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.winn-client-card__cta-icon::before{
  content: none;
}

.winn-client-card__cta-icon::after{
  content: none;
}


.winn-client-card{
  position: relative;
  min-height: var(--card-min-height, 260px);
  background: #fff;
  padding: 22px 22px 18px;
  overflow: hidden;
  border: 0;
  --line: #DDD;
  --line-inset: 22px;
}

.winn-client-card::after{
  content: "";
  position: absolute;
  top: var(--line-inset);
  bottom: var(--line-inset);
  right: 0;
  width: 1px;
  background: var(--line);
  pointer-events: none;
}

.winn-client-card::before{
  content: "";
  position: absolute;
  left: var(--line-inset);
  right: var(--line-inset);
  bottom: 0;
  height: 1px;
  background: var(--line);
  pointer-events: none;
}

.winn-client-card.has-details:hover::before,
.winn-client-card.has-details:hover::after,
.winn-client-card.is-open::before,
.winn-client-card.is-open::after,
.winn-client-card.is-featured::before,
.winn-client-card.is-featured::after{
  opacity: 0;
}
.winn-client-card::before,
.winn-client-card::after{
  transition: opacity .15s ease;
}


.winn-cf-search{
  height: 32px;
  display: flex;
  align-items: center;
  background: transparent;      
  border: 0;                   
  border-radius: 0;
  overflow: visible;            
  gap: 8px;                     
}


.winn-cf-search__input{
  font-size: 14px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 0 12px;
  background: #fff;
}


.winn-cf-search__btn{
  border-left: 1px solid transparent;
	border-radius: 8px;
    border: 1px solid #DDD;
	width: 44px;
}

@media (max-width: 600px){
	.winn-cf-grid {
    	gap: 0; *
	}
	.winn-client-card__label {
        font-size: 11px;
    }
	.winn-client-card__head {
    	gap: 8px;
	}


.winn-cf-mobile{
  height: 32px;
  border: none;
  border-radius: 12px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  cursor: pointer;
  position: relative;
}

.winn-cf-mobile__icon{
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%3E%3Cpath%20d='M4.7835%2011.2V7.50319C4.7835%207.36057%204.7835%207.28923%204.76738%207.22208C4.75309%207.16253%204.72952%207.10565%204.69754%207.05344C4.66146%206.99458%204.61102%206.94413%204.51013%206.84327L0.973532%203.30665C0.872645%203.20576%200.822198%203.15532%200.786125%203.09645C0.754141%203.04426%200.730574%202.98736%200.716282%202.92784C0.700165%202.8607%200.700165%202.78936%200.700165%202.64669V1.63328C0.700165%201.30659%200.700165%201.14324%200.763742%201.01846C0.819672%200.908697%200.908911%200.819459%201.01867%200.763529C1.14345%200.699951%201.3068%200.699951%201.6335%200.699951H10.2668C10.5936%200.699951%2010.7569%200.699951%2010.8817%200.763529C10.9914%200.819459%2011.0806%200.908697%2011.1366%201.01846C11.2002%201.14324%2011.2002%201.30659%2011.2002%201.63328V2.64669C11.2002%202.78936%2011.2002%202.8607%2011.1841%202.92784C11.1698%202.98736%2011.1462%203.04426%2011.1142%203.09645C11.0781%203.15532%2011.0277%203.20576%2010.9268%203.30665L8.86683%205.36662'%20stroke='%23474747'%20stroke-width='1.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}

.winn-cf-mobile__badge{
  position: absolute;
  left: 18px;
  top: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: #BF3131;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.winn-cf-mobile__text{
  font-size: 14px;
  font-weight: 500;
  color: #474747;
}

.winn-cf-mobile__chev{
  width: 10px;
  height: 10px;
  margin-left: 2px;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%3E%3Cpath%20d='M2%203L5.5%207L9%203'%20stroke='%23474747'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E");
}


.winn-cf-mobile__badge:not(:empty){
  display: inline-flex;
}
.winn-cf-actions {
    padding: 0 16px;
}
	
	span.winn-cf-row__cb {
    border-radius: 3.5px;
    border: 0.875px solid var(--Zinc-950, #09090B);
}
}


.winn-cf-more{
  display:none;
  justify-content:center;
  margin-top: 48px;
}

.winn-cf-more__btn{
display: flex;
width: 217px;
height: 52px;
padding: 14px 28px;
justify-content: center;
align-items: center;
gap: 8px;
  border: 1px solid var(--cf-accent);
	border-radius: 8px;
  background: #fff;
  color: var(--cf-accent);
  line-height: 1;
  cursor: pointer;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; 
}

.winn-cf-more__btn:focus-visible{
  outline: 2px solid var(--cf-accent);
  outline-offset: 3px;
}


.winn-cf-mid{
  grid-column: 1 / -1;
  margin: 60px 0;
}

@media (max-width: 600px){
  .winn-cf-mid{
    margin: 18px 0;
  }
}

.winn-client-card.is-pre-mid::before{
  opacity: 0;
}

.winn-cf-row__cb {
    border-radius: 3.5px;
    border: 0.875px solid #7A7A7A;
}
