/* V192 frozen homepage polish: logo-colour FREE STUDENT TOOLKIT + dedicated discounts tab */
.sv-free-toolkit-highlight{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:16px !important;
  line-height:1.2;
  font-weight:800 !important;
  letter-spacing:.02em;
  background:linear-gradient(90deg,#6f42c1 0%,#f28c28 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
}
.sv-student-discounts-tab{margin:16px 0 0}
.sv-student-discounts-tab a{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:62px;
  padding:12px 16px;
  border:1px solid rgba(111,66,193,.20);
  border-radius:12px;
  background:linear-gradient(90deg,rgba(111,66,193,.06),rgba(242,140,40,.07));
  text-decoration:none;
  color:inherit;
}
.sv-discount-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-weight:900;color:#fff;background:linear-gradient(135deg,#6f42c1,#f28c28)}
.sv-student-discounts-tab b{display:block;font-size:15px;line-height:1.25}
.sv-student-discounts-tab small{display:block;margin-top:3px;font-size:13px;line-height:1.35;opacity:.78}
.sv-student-discounts-tab strong{margin-left:auto;font-size:14px;white-space:nowrap}
@media(max-width:700px){
 .sv-free-toolkit-highlight{font-size:15px !important}
 .sv-student-discounts-tab a{align-items:flex-start}
 .sv-student-discounts-tab strong{margin-left:auto}
}
