.pakiet-cta{

  border-radius:16px;
  display:flex;
  flex-direction:column;
  gap:14px;
  max-width:420px;
}

.pakiet-price{
  font-size:28px;
  font-weight:700;
	text-align: center;
}

.pakiet-days{
  font-size:14px;
  color:#374151;
}

.pakiet-expired{
  font-size:14px;
  color:#b91c1c;
  font-weight:600;
}

.cta-btn{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:14px 20px;
  border-radius:3px;
  text-decoration:none;
  font-weight:600;
  transition:.15s;
}

.cta-buy{
  background:#766A5B;
border:1px solid #766A5B;
  color:#fff!important;
}
.cta-buy:hover{ 
	background:#F7F3ED;
  color:#766A5B!important;
}

.cta-login{
  border:1px solid #766A5B;
  color:#766A5B;
}
.cta-login:hover{ background:#F7F3ED; }

.cta-practice{
  background:#619345;
  color:#fff!important;
  font-size:18px;
}
.cta-practice:hover{ background:#15803d; }

.cta-renew{
  background:#f59e0b;
  color:#111827;
}
.cta-renew:hover{ background:#d97706; }

@media (max-width:767px){
  .pakiet-cta{ max-width:none; }
}

.cta-haveaccess {
    font-family: var(--e-global-typography-5eacc99-font-family), Sans-serif;
    font-size: var(--e-global-typography-5eacc99-font-size);
    font-weight: var(--e-global-typography-5eacc99-font-weight);
    letter-spacing: var(--e-global-typography-5eacc99-letter-spacing);
}}
}
