/**
 * Arpina Elementor Learning Paths
 * Scoped to the widget to avoid colliding with the native homepage .path-* rules.
 */
.arpina-elementor-paths{
  width:100%;
  padding:54px 24px 42px;
  background:#fff;
  direction:rtl;
  font-family:inherit;
}
.arpina-elementor-paths *,
.arpina-elementor-paths *::before,
.arpina-elementor-paths *::after{box-sizing:border-box}
.arpina-elementor-paths__inner{
  width:100%;
  max-width:1320px;
  margin-inline:auto;
}
.arpina-elementor-paths__header{
  margin:0 0 20px;
  text-align:center;
}
.arpina-elementor-paths__heading{
  margin:0;
  color:#2f2a32;
  font-size:27px;
  font-weight:900;
  line-height:1.5;
}
.arpina-elementor-paths__intro{
  max-width:720px;
  margin:7px auto 0;
  color:#777;
  font-size:14px;
  line-height:1.9;
}
.arpina-elementor-paths__grid{
  display:grid;
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:13px;
  align-items:stretch;
}
.arpina-elementor-paths__grid--divider{
  padding-bottom:18px;
  border-bottom:1px solid #eee6ec;
}
.arpina-elementor-paths__card{
  min-width:0;
  min-height:108px;
  padding:14px 8px;
  border:1px solid #eadfe8;
  border-radius:13px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:center;
  line-height:1.5;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background-color .25s ease;
  outline:0;
}
a.arpina-elementor-paths__card{cursor:pointer}
.arpina-elementor-paths__card:hover{
  transform:translateY(-5px);
  border-color:#d5b8cf;
  box-shadow:0 13px 32px rgba(72,38,69,.12);
}
.arpina-elementor-paths__card:focus-visible{
  outline:3px solid rgba(141,58,130,.25);
  outline-offset:3px;
}
.arpina-elementor-paths__icon{
  width:46px;
  height:46px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(141,58,130,.08);
  color:#8d3a82;
  font-size:26px;
  line-height:1;
  transition:transform .25s ease,color .25s ease,background-color .25s ease;
}
.arpina-elementor-paths__icon i,
.arpina-elementor-paths__icon svg{display:block}
.arpina-elementor-paths__icon svg{
  width:26px;
  height:26px;
  fill:currentColor;
}
.arpina-elementor-paths__card:hover .arpina-elementor-paths__icon{transform:scale(1.06)}
.arpina-elementor-paths__title{
  display:block;
  max-width:100%;
  color:#49414b;
  font-size:12.5px;
  font-weight:800;
  overflow-wrap:anywhere;
}
.arpina-elementor-paths__description{
  display:block;
  max-width:100%;
  color:#7b707a;
  font-size:11.5px;
  line-height:1.75;
  overflow-wrap:anywhere;
}
.arpina-elementor-paths__empty{
  padding:24px;
  border:1px dashed #d8c7d4;
  border-radius:14px;
  background:#fffafd;
  color:#756a73;
  text-align:center;
  font-size:13px;
}
@media (max-width:1024px){
  .arpina-elementor-paths__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:767px){
  .arpina-elementor-paths{padding:40px 16px 30px}
  .arpina-elementor-paths__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .arpina-elementor-paths__heading{font-size:23px}
  .arpina-elementor-paths__card{min-height:104px}
}
@media (prefers-reduced-motion:reduce){
  .arpina-elementor-paths__card,
  .arpina-elementor-paths__icon{transition:none}
  .arpina-elementor-paths__card:hover,
  .arpina-elementor-paths__card:hover .arpina-elementor-paths__icon{transform:none}
}

/* v1.0.49 — support Media Library images as item icons */
.arpina-elementor-paths__icon--image{overflow:hidden}
.arpina-elementor-paths__icon-image{
  display:block;
  width:32px;
  height:32px;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  flex:0 0 auto;
}

/* v1.0.51 — media visuals use their own high-resolution box instead of the font-icon box */
.arpina-elementor-paths__icon--image{
  width:auto!important;
  height:auto!important;
  min-width:0;
  min-height:0;
  max-width:none;
  max-height:none;
  padding:0;
  overflow:visible;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.arpina-elementor-paths__icon--image::before,
.arpina-elementor-paths__icon--image::after{display:none!important}
.arpina-elementor-paths__icon-image{
  display:block;
  width:72px;
  height:72px;
  max-width:none!important;
  max-height:none!important;
  flex:0 0 auto;
  object-fit:contain;
  image-rendering:auto;
  transform:translateZ(0);
}
.arpina-elementor-paths__card--has-image{min-height:136px;padding-top:16px;padding-bottom:16px}
.arpina-elementor-paths__card--has-image:hover .arpina-elementor-paths__icon--image{transform:none}
.arpina-elementor-paths__card--has-image:hover .arpina-elementor-paths__icon-image{transform:scale(1.035)}
.arpina-elementor-paths__icon-image{transition:transform .25s ease}
@media(max-width:1024px){.arpina-elementor-paths__icon-image{width:64px;height:64px}}
@media(max-width:767px){.arpina-elementor-paths__icon-image{width:60px;height:60px}.arpina-elementor-paths__card--has-image{min-height:128px}}
