.npj-practice-hero{
    background:#07182d;
    padding:70px 0 60px;
    border-bottom:3px solid #c6a25a;
}

.npj-practice-inner{
    max-width:1250px;
    margin:auto;
    padding:0 24px;
}

.npj-breadcrumbs{
    margin-bottom:18px;
    color:#c6a25a;
    font-size:14px;
}

.npj-practice-grid{
    max-width:1250px;
    margin:50px auto;
    padding:0 24px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:36px;
    align-items:start;
}

.npj-main{
    min-width:0;
}

.npj-sidebar{
    position:sticky;
    top:110px;
}

@media(max-width:980px){

.npj-practice-grid{
grid-template-columns:1fr;
}

.npj-sidebar{
position:relative;
top:auto;
}

}

.npj-mini-story-card,.npj-lux-form,.npj-side-guides,.npj-sidebar-box{margin:0 0 28px}
.npj-mini-story-card,.npj-side-guides,.npj-sidebar-box{background:linear-gradient(180deg,#050b14 30%,#07182d 80%,#0b2d4d 100%);border-top:4px solid #c6a25a;box-shadow:0 18px 38px rgba(0,0,0,.26);overflow:hidden}
.npj-mini-story-img{height:320px;overflow:hidden;position:relative}
.npj-mini-story-img img{width:100%;display:block;transform:translateY(30px)}
.npj-mini-story-img:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(180deg,rgba(5,11,20,0),rgba(5,11,20,.92),#050b14)}
.npj-mini-story-content,.npj-sidebar-header{padding:24px 20px}
.npj-mini-story-content span,.npj-sidebar-tag,.npj-side-guides-head span{display:block;color:#c6a25a!important;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.npj-mini-story-content h3,.npj-sidebar-header h3,.npj-side-guides-head h3{color:#fff!important;font-family:Georgia,serif;font-size:26px;line-height:1.18;margin:10px 0}
.npj-mini-story-content p,.npj-sidebar-header p{color:rgba(255,255,255,.86)!important;font-size:15px;line-height:1.65}

.npj-lux-form{padding:16px;background:linear-gradient(180deg,#0b2d4d,#07182d);color:#fff}
.npj-lux-header{text-align:center;margin-bottom:12px}
.npj-consult-badge{display:inline-block;padding:5px 12px;background:linear-gradient(90deg,#c6a25a,#f3dfb0,#c6a25a);color:#071a2d;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.npj-lux-header p{font-size:12px;font-weight:700;text-transform:uppercase}
.npj-lux-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.npj-lux-form input,.npj-lux-form textarea{width:100%;background:transparent!important;border:none!important;border-bottom:2px solid #c6a25a!important;padding:8px 0 5px!important;margin:0 0 10px!important;color:#fff!important;font-size:14px!important;outline:none!important}
.npj-lux-form textarea{min-height:62px}
.npj-lux-form input::placeholder,.npj-lux-form textarea::placeholder{color:rgba(255,255,255,.74)!important}
.npj-lux-form button{width:100%;padding:12px;border:0;background:#c6a25a;color:#071a2d;font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;cursor:pointer}
#npj-side-success,#npj-side-error{display:none;margin-top:8px;padding:8px;text-align:center;font-size:12px;font-weight:700}
#npj-side-success{background:rgba(31,108,54,.18);color:#d9ffe7}
#npj-side-error{background:rgba(120,20,20,.18);color:#ffd2d2}

.npj-side-guides{padding:24px 20px}
.npj-side-guides-head{text-align:center;margin-bottom:20px}
.npj-side-guides-list{display:flex;flex-direction:column;gap:14px}
.npj-side-guide-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:178px;padding:18px;background:#07182d center/cover no-repeat;border-left:4px solid #c6a25a;text-decoration:none!important;overflow:hidden}
.npj-side-guide-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,11,20,.3),rgba(7,24,45,.92));z-index:1}
.npj-side-guide-label,.npj-side-guide-title{position:relative;z-index:2}
.npj-side-guide-label{align-self:flex-start;margin-bottom:10px;padding:6px 9px;background:#c6a25a;color:#07182d!important;font-size:10px;font-weight:900;text-transform:uppercase}
.npj-side-guide-title{color:#fff!important;font-family:Georgia,serif;font-size:20px;font-weight:900;line-height:1.32}
.npj-side-guide-1{background-image:url("/static-test/images/northern_plains_justice_accident_lawyers.webp")}
.npj-side-guide-2{background-image:url("/static-test/images/south_dakota_accident_injury_lawyer.webp")}
.npj-side-guide-3{background-image:url("/static-test/images/northern_plains_justice_accident_lawyers.webp")}
.npj-side-guide-4{background-image:url("/static-test/images/northern_plains_injury_lawyer.webp")}

.npj-sidebar-grid{display:flex;flex-direction:column;gap:10px;padding:0 20px 22px}
.npj-sidebar-button,.npj-cta-btn{display:block;padding:12px 14px;background:#0b2d4d;color:#fff!important;text-decoration:none!important;border-left:3px solid #c6a25a;font-size:13px;font-weight:800}
.npj-cta-primary{background:#c6a25a;color:#07182d!important;text-align:center}
.npj-cta-secondary{text-align:center}

@media(max-width:767px){.npj-lux-row{grid-template-columns:1fr}.npj-mini-story-img{height:260px}}

/* PRACTICE HERO FIX */
.npj-practice-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(180deg,rgba(7,24,45,.72),rgba(7,24,45,.78)),
    var(--practice-hero-image) center/cover no-repeat;
}

.npj-practice-hero h1{
  margin:0 0 26px;
  color:#fff!important;
  font-family:Georgia,serif;
  font-size:clamp(48px,6vw,92px);
  line-height:1.05;
  text-align:center;
}

.npj-practice-hero .npj-hero-text{
  max-width:900px;
  margin:0 auto 34px;
  color:#fff!important;
  font-size:28px;
  line-height:1.35;
  text-align:center;
  font-style:italic;
}

.npj-practice-hero .hero-actions{
  justify-content:center;
  gap:28px;
}

.npj-practice-hero .hero-btn{
  min-width:280px;
  text-align:center;
  border:3px solid #fff;
  outline:4px solid #c00;
  background:#0c2f57;
  color:#fff!important;
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:900;
  padding:20px 28px;
}

/* HIDE OLD DIVI HERO INSIDE IMPORTED CONTENT */
.npj-main .et_pb_section:first-child{
  display:none!important;
}

/* PERSONAL INJURY HUB PAGE - DARK THEME (scoped, does not affect other pillar pages) */
body.pi-hub .npj-breadcrumb-wrap{
  background:#07182d;
  padding-top:14px;
}

body.pi-hub .npj-practice-copy{
  background:linear-gradient(135deg,#050b14 0%,#07182d 42%,#0b2d4d 100%);
  padding:40px 36px;
  border-top:5px solid #c6a25a;
  box-shadow:0 20px 44px rgba(0,0,0,.28);
}

body.pi-hub .npj-practice-copy h2{
  color:#ffffff;
  font-family:'Merriweather',Georgia,serif;
  font-size:32px;
  border-bottom:2px solid #c6a25a;
  padding-bottom:12px;
  margin:40px 0 18px;
}

body.pi-hub .npj-practice-copy h2:first-of-type{
  margin-top:0;
}

body.pi-hub .npj-practice-copy h3{
  color:#f1c46b;
  font-family:'Merriweather',Georgia,serif;
}

body.pi-hub .npj-practice-copy p,
body.pi-hub .npj-practice-copy li{
  color:#e5e7eb;
}

body.pi-hub .npj-practice-copy a{
  color:#f1c46b;
  font-weight:700;
  text-decoration-color:rgba(241,196,107,.5);
}

body.pi-hub .npj-practice-copy a:hover{
  color:#fff;
}

body.pi-hub .npj-practice-copy strong{
  color:#fff;
}

/* Practice-type CTA card grid (used within personal injury hub content) */
.pi-type-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0 40px;
}

.pi-type-card{
  display:block;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  overflow:hidden;
  text-decoration:none!important;
  transition:.2s;
}

.pi-type-card:hover{
  transform:translateY(-3px);
  border-color:#c6a25a;
  box-shadow:0 14px 30px rgba(0,0,0,.3);
}

.pi-type-card img{
  width:100%;
  height:130px;
  object-fit:cover;
  display:block;
}

.pi-type-card-body{
  padding:16px 18px;
}

.pi-type-card-body h3{
  color:#fff!important;
  margin:0 0 6px;
  font-size:18px;
}

.pi-type-card-body p{
  color:#c8cdd6!important;
  margin:0;
  font-size:14px;
  line-height:1.5;
}

@media(max-width:600px){
  .pi-type-grid{grid-template-columns:1fr}
}


.npj-footer{
  background:#050b14;
  color:#fff;
  border-top:4px solid #c6a25a;
}

.npj-footer-inner{
  max-width:1250px;
  margin:0 auto;
  padding:55px 24px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
}

.npj-footer-brand img{
  width:230px;
  max-width:100%;
  margin-bottom:18px;
}

.npj-footer p{
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.7;
  margin:0 0 12px;
}

.npj-footer h3{
  color:#c6a25a;
  font-family:Georgia,serif;
  font-size:20px;
  margin:0 0 16px;
}

.npj-footer a{
  display:block;
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:14px;
  margin:0 0 10px;
}

.npj-footer a:hover{
  color:#c6a25a;
}

.npj-footer-phone{
  display:inline-block!important;
  margin-top:8px!important;
  padding:12px 18px;
  background:#c6a25a;
  color:#07182d!important;
  font-weight:900;
}

.npj-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding:18px 24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:6px 18px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  text-align:center;
}

.npj-footer-bottom a{
  color:rgba(255,255,255,.75);
  text-decoration:underline;
  text-decoration-color:rgba(198,162,90,.4);
}

.npj-footer-bottom a:hover{
  color:#f1c46b;
}

@media(max-width:900px){
  .npj-footer-inner{
    grid-template-columns:1fr 1fr;
  }
  .npj-footer-bottom{
    flex-direction:column;
  }
}

@media(max-width:600px){
  .npj-footer-inner{
    grid-template-columns:1fr;
  }
}


.car-accident-hero{
  --practice-hero-image:url("/static-test/images/sioux_falls_south_dakota_car_accident_lawyer.webp");
}

.wrongful-death-hero{
  --practice-hero-image:url("/static-test/images/sioux_falls_wrongful_death_lawyer.webp");
}

.motorcycle-hero{
  --practice-hero-image:url("/static-test/images/south_dakota_motorcycle_injury_lawyer.webp");
}


/* SHARED PRACTICE FAQ STYLING */
.npj-faq-section{
  position:relative;
  overflow:hidden;
  margin:48px 0;
  padding:40px 36px;
  background:linear-gradient(135deg,#050b14 0%,#07182d 42%,#0b2d4d 100%) !important;
  border-top:5px solid #c6a25a;
  box-shadow:0 20px 44px rgba(0,0,0,.28);
}

.npj-faq-section::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:140px;
  background:linear-gradient(180deg,rgba(0,0,0,.48) 0%,rgba(0,0,0,0) 100%);
  pointer-events:none;
}

.npj-faq-header,
.npj-faq-accordion{
  position:relative;
  z-index:2;
}

.npj-faq-header{
  max-width:900px;
  margin:0 auto 30px;
  text-align:center;
}

.npj-faq-header span{
  display:inline-block;
  margin-bottom:10px;
  color:#c6a25a !important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.npj-faq-header h2{
  margin:0 0 14px;
  color:#ffffff !important;
  font-family:'Merriweather',Georgia,serif;
  font-size:38px;
  font-weight:900;
  line-height:1.15;
}

.npj-faq-header h2::after{
  content:"";
  display:block;
  width:90px;
  height:3px;
  margin:16px auto 0;
  background:#c6a25a;
}

.npj-faq-header p{
  margin:0 auto;
  color:#ffffff !important;
  font-size:16px;
  line-height:1.75;
  font-weight:600;
}

.npj-faq-accordion{
  max-width:980px;
  margin:0 auto;
}

.npj-faq-accordion details{
  margin-bottom:12px;
  background:rgba(255,255,255,.065) !important;
  border:1px solid rgba(255,255,255,.12);
  border-left:4px solid #c6a25a;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.npj-faq-accordion summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:18px 54px 18px 20px;
  color:#ffffff !important;
  font-size:17px;
  font-weight:900 !important;
  line-height:1.35;
}

.npj-faq-accordion summary::-webkit-details-marker{
  display:none;
}

.npj-faq-accordion summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:#c6a25a;
  font-size:28px;
  font-weight:900;
}

.npj-faq-accordion details[open] summary{
  color:#c6a25a !important;
}

.npj-faq-accordion details[open] summary::after{
  content:"–";
}

.npj-faq-content{
  padding:0 20px 20px;
}

.npj-faq-content p{
  margin:0;
  color:#ffffff !important;
  font-size:15px;
  line-height:1.75;
  font-weight:600;
}

@media(max-width:768px){
  .npj-faq-section{
    margin:36px 0;
    padding:28px 20px;
  }

  .npj-faq-header h2{
    font-size:29px;
  }

  .npj-faq-accordion summary{
    font-size:16px;
    padding:16px 48px 16px 16px;
  }
}

/* Motorcycle sidebar guide images */
.motorcycle-hero ~ .npj-practice-grid .npj-side-guide-1{
  background-image:url("/static-test/images/south_dakota_motorcycle_injury_lawyer.webp");
}

.motorcycle-hero ~ .npj-practice-grid .npj-side-guide-2{
  background-image:url("/static-test/images/south_dakota_motorcycle_injury_lawyer.webp");
}

.motorcycle-hero ~ .npj-practice-grid .npj-side-guide-3{
  background-image:url("/static-test/images/south_dakota_motorcycle_injury_lawyer.webp");
}

.motorcycle-hero ~ .npj-practice-grid .npj-side-guide-4{
  background-image:url("/static-test/images/south_dakota_motorcycle_injury_lawyer.webp");
}

/* SIDEBAR GUIDE CARDS - NO IMAGES, DARK/GOLD LETTER STYLE */
.npj-side-guides{
  background:linear-gradient(135deg,#050b14 0%,#07182d 55%,#0b2d4d 100%) !important;
  border-top:4px solid #c6a25a;
  padding:22px 14px;
  box-shadow:0 18px 38px rgba(0,0,0,.26);
}

.npj-side-guides h3{
  color:#ffffff !important;
  font-family:Georgia,serif;
  font-size:24px;
  line-height:1.15;
  margin:8px 0 18px;
}

.npj-side-kicker{
  display:block;
  color:#c6a25a !important;
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.npj-side-guide-card{
  position:relative;
  min-height:112px !important;
  margin:0 0 10px !important;
  padding:16px 42px 16px 96px !important;
  background:
    linear-gradient(90deg,rgba(5,11,20,.96) 0%,rgba(7,24,45,.94) 48%,rgba(198,162,90,.42) 100%) !important;
  border:1px solid rgba(198,162,90,.55) !important;
  border-left:0 !important;
  border-radius:4px;
  box-shadow:0 10px 24px rgba(0,0,0,.25);
  overflow:hidden;
}

.npj-side-guide-card:before{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:58px;
  height:58px;
  border:2px solid #c6a25a;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c6a25a;
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:900;
  line-height:1;
}

.npj-side-guide-1:before{content:"1";}
.npj-side-guide-2:before{content:"2";}
.npj-side-guide-3:before{content:"3";}
.npj-side-guide-4:before{content:"4";}

.npj-side-guide-card:after{
  content:"›";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:#f3dfb0;
  font-size:42px;
  font-weight:300;
  line-height:1;
}

.npj-side-guide-shade{
  display:none !important;
}

.npj-side-guide-label{
  position:relative;
  z-index:2;
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 8px !important;
  padding:0 !important;
  background:transparent !important;
  color:#f3dfb0 !important;
  font-size:10px !important;
  font-weight:900 !important;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.npj-side-guide-title{
  position:relative;
  z-index:2;
  display:block;
  color:#ffffff !important;
  font-family:Georgia,serif;
  font-size:19px !important;
  font-weight:900 !important;
  line-height:1.18 !important;
}

.npj-side-guide-card:hover{
  transform:translateY(-2px);
  background:
    linear-gradient(90deg,rgba(5,11,20,.96) 0%,rgba(7,24,45,.92) 40%,rgba(198,162,90,.62) 100%) !important;
}

@media(max-width:768px){
  .npj-side-guide-card{
    min-height:104px !important;
    padding:15px 36px 15px 86px !important;
  }

  .npj-side-guide-card:before{
    left:14px;
    width:54px;
    height:54px;
    font-size:22px;
  }

  .npj-side-guide-title{
    font-size:17px !important;
  }
}

/* SIDEBAR GUIDE GOLD ICONS */
.npj-side-guide-card:before{
  content:"" !important;
  width:64px !important;
  height:64px !important;
  background:#c6a25a !important;
  border:2px solid #c6a25a !important;
  box-shadow:0 0 24px rgba(198,162,90,.28);
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:34px 34px !important;
}

.npj-side-guide-1:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M9 5h6M9 3h6v4H9V3Z'/%3E%3Cpath d='M7 5H5v16h14V5h-2'/%3E%3Cpath d='m9 14 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-2:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M12 3v18M5 7h14M6 7l-3 6h6L6 7Zm12 0-3 6h6l-3-6Z'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-3:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6l-7-3Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-4:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c1.5-4 4.5-6 8-6s6.5 2 8 6'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card:after{
  font-size:34px !important;
  font-weight:200 !important;
  opacity:.9;
}

/* SIDEBAR GUIDE ICONS BY CATEGORY (blog post related-guides, outline style) */
.npj-side-guide-card[href^="/car-accidents/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M3 13l2-5a2 2 0 0 1 2-1h10a2 2 0 0 1 2 1l2 5'/%3E%3Cpath d='M3 13h18v4a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4Z'/%3E%3Ccircle cx='7' cy='17' r='1'/%3E%3Ccircle cx='17' cy='17' r='1'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card[href^="/18-wheeler-accidents/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M1 14V6a1 1 0 0 1 1-1h11v9'/%3E%3Cpath d='M13 9h4l4 4v3a1 1 0 0 1-1 1h-2'/%3E%3Ccircle cx='6' cy='17' r='2'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3Cpath d='M1 14h6m4 0h2'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card[href^="/motorcycle-accidents/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Ccircle cx='5' cy='17' r='3'/%3E%3Ccircle cx='19' cy='17' r='3'/%3E%3Cpath d='M5 17h6l3-7h4l2 4'/%3E%3Cpath d='M11 10 9 7H6'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card[href^="/personal-injury/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card[href^="/slip-and-fall-injury/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Ccircle cx='17' cy='5' r='2'/%3E%3Cpath d='m15 8-4 3 2 2-3 6'/%3E%3Cpath d='M9 11 5 9'/%3E%3Cpath d='M3 21h7'/%3E%3C/svg%3E") !important;
}

.npj-side-guide-card[href^="/catastrophic-injury/"]:before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2307182d' stroke-width='2'%3E%3Cpath d='M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6l-7-3Z'/%3E%3Cpath d='M12 8v4'/%3E%3Ccircle cx='12' cy='15' r='.6' fill='%2307182d'/%3E%3C/svg%3E") !important;
}

@media(max-width:768px){
  .npj-side-guide-card:before{
    width:58px !important;
    height:58px !important;
    background-size:30px 30px !important;
  }
}

.truck-hero{
  --practice-hero-image:url("/static-test/images/South_dakota_truck_accident_lawyer.webp");
}

.slip-hero{
  --practice-hero-image:url("/static-test/images/sioux_falls_slip_trip_fall_lawyer.webp");
}

.personal-injury-hero{
  --practice-hero-image:url("/static-test/images/sioux_falls_personal_injury_lawyer.webp");
}

.catastrophic-injury-hero{
  --practice-hero-image:url("/static-test/images/south_dakota_catastrophic_injury_lawyer.webp");
}

.slip-hero{
  --practice-hero-image:url("/static-test/images/sioux_falls_slip_trip_fall_lawyer.webp");
}

.dog-hero{
  --practice-hero-image:url("/static-test/images/south_dakota_dog_bite_lawyer.webp");
}

.npj-breadcrumb-wrap{
    padding-top:15px;
}


