.ir-yarak-product-advisor{
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0 0 12px;
  box-sizing:border-box;
}

.ir-yarak-product-advisor[hidden]{
  display:none !important;
}

.ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature{
  position:relative;
  display:flex;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:108px;
  align-items:center;
  gap:12px;
  padding:10px 13px;
  overflow:hidden;
  box-sizing:border-box;
  border:1px solid rgba(13,148,136,.18);
  border-radius:16px;
  background:linear-gradient(135deg,#f5fffc 0%,#fffdf8 62%,#fff9ef 100%);
  box-shadow:0 5px 16px rgba(15,23,42,.04);
}

.ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature::before{
  content:"";
  position:absolute;
  inset-inline-start:-28px;
  bottom:-56px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,184,166,.13),rgba(20,184,166,0) 70%);
  pointer-events:none;
}

.ir-yarak-product-advisor .ir-yarak-component__visual{
  position:relative;
  z-index:1;
  flex:0 0 94px;
  width:94px;
  height:98px;
  object-fit:contain;
  filter:drop-shadow(0 8px 10px rgba(15,23,42,.09));
}

.ir-yarak-product-advisor .ir-yarak-component__copy{
  position:relative;
  z-index:1;
  min-width:0;
  flex:1 1 auto;
}

.ir-yarak-product-advisor .ir-yarak-component__kicker{
  display:inline-flex;
  align-items:center;
  min-height:22px;
  margin-bottom:4px;
  padding:0 8px;
  border:1px solid rgba(13,148,136,.18);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#087d76;
  font-size:9.5px;
  font-weight:900;
}

.ir-yarak-product-advisor .ir-yarak-component__copy strong{
  display:block;
  margin:0;
  color:#172033;
  font-size:14px;
  font-weight:950;
  line-height:1.68;
}

.ir-yarak-product-advisor .ir-yarak-component__copy p{
  max-width:680px;
  margin:3px 0 0;
  color:#667085;
  font-size:10.75px;
  line-height:1.8;
}

html.dark .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature{
  border-color:rgba(45,212,191,.16);
  background:linear-gradient(135deg,#13252d 0%,#18232d 62%,#22272c 100%);
  box-shadow:0 6px 18px rgba(0,0,0,.13);
}

html.dark .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature::before{
  background:radial-gradient(circle,rgba(45,212,191,.15),rgba(45,212,191,0) 70%);
}

html.dark .ir-yarak-product-advisor .ir-yarak-component__kicker{
  border-color:rgba(45,212,191,.18);
  background:rgba(13,36,48,.72);
  color:#67d9ce;
}

html.dark .ir-yarak-product-advisor .ir-yarak-component__copy strong{
  color:#f5f7fb;
}

html.dark .ir-yarak-product-advisor .ir-yarak-component__copy p{
  color:#a8b2c1;
}

@media(min-width:1024px){
  .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature{
    min-height:112px;
    gap:13px;
    padding:11px 14px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__visual{
    flex-basis:98px;
    width:98px;
    height:102px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__copy strong{
    font-size:14.5px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__copy p{
    font-size:11px;
  }
}

@media(max-width:520px){
  .ir-yarak-product-advisor{
    margin-bottom:10px;
  }

  .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature{
    min-height:94px;
    gap:8px;
    padding:8px 9px;
    border-radius:14px;
  }

  .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature::before{
    inset-inline-start:-34px;
    bottom:-66px;
    width:138px;
    height:138px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__visual{
    flex-basis:72px;
    width:72px;
    height:78px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__kicker{
    min-height:20px;
    margin-bottom:3px;
    padding:0 6px;
    font-size:8.5px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__copy strong{
    font-size:12.25px;
    line-height:1.62;
  }

  .ir-yarak-product-advisor .ir-yarak-component__copy p{
    margin-top:2px;
    font-size:9.75px;
    line-height:1.68;
  }
}

@media(max-width:360px){
  .ir-yarak-product-advisor .ir-yarak-component.ir-yarak--feature{
    gap:7px;
    padding-inline:8px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__visual{
    flex-basis:64px;
    width:64px;
    height:72px;
  }

  .ir-yarak-product-advisor .ir-yarak-component__copy p{
    font-size:9.5px;
  }
}
