/* ===================================================================
https://youngamericansinsurance.com/terms-and-conditions/
========================================================== */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

html,
body{
  overflow-x:hidden !important;
}

.wp-site-blocks > * + *,
.wp-site-blocks main,
main,
.entry-content,
.wp-block-post-content{
  margin-block-start:0 !important;
}

main,
.entry-content,
.wp-site-blocks,
.wp-block-post-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

header.wp-block-template-part,
.wp-block-template-part{
  margin-bottom:0 !important;
}

.yansi-terms-page,
.yansi-terms-page *{
  box-sizing:border-box;
}

.yansi-terms-page{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-top:-1px !important;
  padding:0 0 80px !important;
  background:#f4f7fc;
  overflow:hidden;
  color:#10243f;
}

.yansi-terms-hero{
  position:relative;
  width:100%;
  background:linear-gradient(90deg,#0f2f5f 0%,#2459a8 100%);
  padding:96px 24px 88px;
}

.yansi-terms-hero-inner{
  width:min(1180px,100%);
  margin:0 auto;
}

.yansi-terms-badge{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.26);
  color:#ffffff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.yansi-terms-hero h1{
  margin:0 0 22px !important;
  max-width:760px;
  font-size:clamp(44px,5vw,72px) !important;
  line-height:1.02 !important;
  font-weight:900 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

.yansi-terms-hero p{
  max-width:800px;
  margin:0;
  font-size:clamp(19px,1.6vw,25px);
  line-height:1.55;
  color:rgba(255,255,255,0.94);
}

.yansi-terms-wrap{
  width:min(1180px,100%);
  margin:-46px auto 0;
  padding:0 24px;
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:start;
  position:relative;
  z-index:2;
}

.yansi-terms-sidebar{
  position:sticky;
  top:110px;
  background:#ffffff;
  border:1px solid #d9e3f2;
  border-radius:24px;
  padding:24px 24px 18px;
  box-shadow:0 12px 34px rgba(15,23,42,0.06);
}

.yansi-terms-sidebar h2{
  margin:0 0 14px;
  font-size:18px;
  line-height:1.3;
  color:#0f2a56;
}

.yansi-terms-sidebar a{
  display:block;
  padding:12px 0;
  border-bottom:1px solid #e7eef8;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  line-height:1.4;
  color:#174a93;
}

.yansi-terms-sidebar a:last-child{
  border-bottom:0;
}

.yansi-terms-content{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.yansi-terms-card{
  background:#ffffff;
  border:1px solid #d9e3f2;
  border-radius:28px;
  padding:34px 36px;
  box-shadow:0 12px 34px rgba(15,23,42,0.06);
}

.yansi-terms-note{
  background:#f4f8ff;
  border:1px solid #dbe8fb;
  border-radius:22px;
  padding:20px 22px;
  font-size:17px;
  line-height:1.7;
  color:#35507d;
}

.yansi-terms-section{
  scroll-margin-top:120px;
}

.yansi-terms-section h2{
  margin:0 0 16px;
  font-size:clamp(30px,2.5vw,42px);
  line-height:1.08;
  color:#0f2a56;
}

.yansi-terms-section h3{
  margin:26px 0 12px;
  font-size:22px;
  line-height:1.3;
  color:#153d79;
}

.yansi-terms-section p{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.8;
  color:#475569;
}

.yansi-terms-section ul{
  margin:0 0 18px 22px;
  padding:0;
}

.yansi-terms-section li{
  margin:0 0 12px;
  font-size:18px;
  line-height:1.8;
  color:#475569;
}

.yansi-terms-section strong{
  color:#0f2a56;
}

.yansi-terms-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:6px;
}

.yansi-terms-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:16px;
}

.yansi-terms-btn-primary{
  background:#f45b1f;
  color:#ffffff;
  box-shadow:0 14px 28px rgba(244,91,31,0.22);
}

.yansi-terms-btn-secondary{
  background:#eef4ff;
  color:#174a93;
  border:1px solid #d7e3f8;
}

@media(max-width:980px){
  .yansi-terms-wrap{
    grid-template-columns:1fr;
  }

  .yansi-terms-sidebar{
    position:relative;
    top:auto;
  }
}

@media(max-width:768px){
  .yansi-terms-page{
    margin-top:-1px !important;
  }

  .yansi-terms-hero{
    padding:78px 18px 72px;
  }

  .yansi-terms-hero h1{
    font-size:42px !important;
  }

  .yansi-terms-hero p{
    font-size:18px;
  }

  .yansi-terms-wrap{
    margin:-34px auto 0;
    padding:0 16px;
    gap:18px;
  }

  .yansi-terms-card{
    padding:26px 22px;
    border-radius:22px;
  }

  .yansi-terms-section h2{
    font-size:32px;
  }

  .yansi-terms-section h3{
    font-size:21px;
  }

  .yansi-terms-section p,
  .yansi-terms-section li{
    font-size:17px;
    line-height:1.75;
  }

  .yansi-terms-btn{
    width:100%;
  }
}

/* ===============================================================
https://youngamericansinsurance.com/services/ 
================================================ */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

html,
body{
  overflow-x:hidden !important;
}

main,
.entry-content,
.wp-site-blocks,
.wp-block-post-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

.wp-site-blocks > * + *{
  margin-block-start:0 !important;
}

.yansi-services-page,
.yansi-services-page *{
  box-sizing:border-box;
}

.yansi-services-page{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-top:-1px !important;
  margin-bottom:0 !important;
  background:#f7fbff;
  color:#10243f;
  overflow:hidden !important;
  font-family:inherit;
}

.yansi-services-page a{
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
  border-bottom:1px solid rgba(22,74,139,.24);
}

.yansi-services-page a:hover{
  color:#0f3564;
  border-bottom-color:#0f3564;
}

.yansi-services-hero{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  min-height:650px;
  padding:96px 22px 92px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, #10243f 0%, #164a8b 58%, #2c79d8 100%);
  color:#fff;
  display:flex;
  align-items:center;
}

.yansi-services-hero-inner{
  width:min(1180px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:center;
}

.yansi-services-badge{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.25);
  color:#fff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yansi-services-hero h1{
  margin:18px 0 18px;
  max-width:780px;
  font-size:clamp(42px, 5vw, 74px);
  line-height:1.02;
  font-weight:950;
  color:#fff;
}

.yansi-services-hero p{
  margin:0 0 30px;
  max-width:710px;
  color:rgba(255,255,255,0.90);
  font-size:18px;
  line-height:1.68;
}

.yansi-services-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.yansi-services-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border-bottom:0;
}

.yansi-services-primary{
  background:#e63946;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(230,57,70,0.30);
}

.yansi-services-secondary{
  background:rgba(255,255,255,0.13);
  color:#fff !important;
  border:1px solid rgba(255,255,255,0.30) !important;
  backdrop-filter:blur(8px);
}

.yansi-services-quote-card{
  background:rgba(255,255,255,0.13);
  border:1px solid rgba(255,255,255,0.24);
  border-radius:30px;
  padding:30px;
  backdrop-filter:blur(10px);
  box-shadow:0 24px 60px rgba(0,0,0,0.16);
}

.yansi-services-quote-card h2{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1.15;
  font-weight:950;
}

.yansi-services-quote-card p{
  margin:0 0 20px;
  color:rgba(255,255,255,0.86);
  font-size:16px;
  line-height:1.55;
}

.yansi-services-quote-form{
  display:grid;
  gap:12px;
}

.yansi-services-quote-form input,
.yansi-services-final-form input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,0.32);
  border-radius:16px;
  padding:13px 15px;
  font-size:16px;
  color:#10243f;
  background:#fff;
  outline:none;
}

.yansi-services-quote-form button,
.yansi-services-final-form button{
  min-height:54px;
  border:0;
  border-radius:999px;
  background:#e63946;
  color:#fff !important;
  font-size:16px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(230,57,70,0.25);
  -webkit-text-fill-color:#fff;
}

.yansi-services-form-note{
  margin:4px 0 0 !important;
  color:rgba(255,255,255,0.78) !important;
  font-size:13px !important;
  line-height:1.5 !important;
}

.yansi-services-main{
  width:100vw !important;
  max-width:100vw !important;
  padding:54px 22px 86px;
  background:
    radial-gradient(circle at top left, rgba(44,121,216,0.09), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.yansi-services-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.yansi-services-author-card{
  box-sizing:border-box;
  margin:0 auto 34px;
  padding:16px 18px;
  border:1px solid #e7edf5;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  color:#111827;
  font-size:13px !important;
  line-height:1.6 !important;
}

.yansi-services-author-card *{
  box-sizing:border-box;
  font-size:inherit !important;
  line-height:inherit !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.yansi-services-author-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.yansi-services-author-left{
  min-width:0;
  flex:1 1 auto;
}

.yansi-services-author-badge-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.yansi-services-author-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#13213f 0%,#22325a 100%);
  color:#ffffff;
  box-shadow:0 6px 16px rgba(19,33,63,.18);
  flex:0 0 42px;
}

.yansi-services-author-meta{
  min-width:0;
  flex:1 1 auto;
}

.yansi-services-author-byline{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  margin:0 0 2px !important;
}

.yansi-services-author-by{
  font-weight:700;
  color:#1f2937;
}

.yansi-services-author-name{
  font-weight:900;
  color:#0f172a;
}

.yansi-services-author-role{
  color:#64748b;
  font-weight:500;
}

.yansi-services-author-sub{
  margin:0 !important;
  color:#64748b;
  font-size:12px !important;
}

.yansi-services-author-date{
  margin:0 !important;
  white-space:nowrap;
  color:#64748b;
  font-size:12px !important;
  font-style:italic;
  text-align:right;
  flex:0 0 auto;
}

.yansi-services-author-toggle{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
  border:0;
  background:transparent;
  padding:0;
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
}

.yansi-services-author-caret{
  display:inline-block;
  transition:transform .2s ease;
}

.yansi-services-author-card.is-open .yansi-services-author-caret{
  transform:rotate(180deg);
}

.yansi-services-author-bio{
  display:none;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e7edf5;
  color:#334155;
}

.yansi-services-author-card.is-open .yansi-services-author-bio{
  display:block;
}

.yansi-services-author-bio p{
  margin:0 0 10px !important;
}

.yansi-services-author-note{
  color:#6b7280;
  font-size:12px !important;
}

.yansi-services-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px !important;
  padding:0;
  list-style:none;
}

.yansi-services-author-tags li{
  margin:0;
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:#284b7a;
  border:1px solid #dbeafe;
  font-size:11px !important;
  font-weight:800;
}

.yansi-services-intro{
  max-width:920px;
  margin:0 auto 42px;
  text-align:center;
}

.yansi-services-intro span,
.yansi-services-label{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#164a8b;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-services-intro h2{
  margin:16px 0 14px;
  font-size:clamp(30px, 3.4vw, 50px);
  line-height:1.08;
  color:#10243f;
  font-weight:950;
}

.yansi-services-intro p{
  margin:0 auto 14px;
  max-width:820px;
  color:#516173;
  font-size:18px;
  line-height:1.72;
}

.yansi-services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.yansi-service-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
  position:relative;
  overflow:hidden;
}

.yansi-service-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:6px;
  background:linear-gradient(90deg, #164a8b, #2c79d8, #e63946);
}

.yansi-service-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:28px;
  background:linear-gradient(135deg, #eaf2ff, #ffffff);
  border:1px solid rgba(22,74,139,0.12);
}

.yansi-service-card h3{
  margin:0 0 12px;
  color:#10243f;
  font-size:23px;
  line-height:1.18;
  font-weight:950;
}

.yansi-service-card p{
  margin:0 0 12px;
  color:#5d6c7d;
  line-height:1.68;
  font-size:16px;
}

.yansi-service-card p:last-child{
  margin-bottom:0;
}

.yansi-services-trust,
.yansi-services-deep,
.yansi-services-table-section,
.yansi-services-faq,
.yansi-services-reference-box{
  margin:40px 0 0;
  padding:30px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  box-shadow:0 22px 55px rgba(16,36,63,0.08);
}

.yansi-services-trust h2,
.yansi-services-deep h2,
.yansi-services-table-section h2,
.yansi-services-faq h2,
.yansi-services-reference-box h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:950;
}

.yansi-services-trust p,
.yansi-services-deep p,
.yansi-services-table-section p,
.yansi-services-faq p,
.yansi-services-reference-box p{
  margin:0 0 18px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-services-trust-grid,
.yansi-services-prep-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:22px;
}

.yansi-services-trust-item,
.yansi-services-prep-item{
  padding:18px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-services-trust-item h3,
.yansi-services-prep-item h3{
  margin:0 0 8px;
  color:#10243f;
  font-size:18px;
  font-weight:950;
}

.yansi-services-trust-item p,
.yansi-services-prep-item p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-services-split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  margin-top:40px;
  align-items:stretch;
}

.yansi-services-panel{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 55px rgba(16,36,63,0.09);
}

.yansi-services-panel h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:950;
}

.yansi-services-panel p{
  margin:0 0 16px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-services-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.yansi-services-list-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-services-check{
  width:34px;
  height:34px;
  border-radius:999px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e63946;
  color:#fff;
  font-weight:950;
}

.yansi-services-list-item h3{
  margin:0 0 5px;
  color:#10243f;
  font-size:18px;
  font-weight:950;
}

.yansi-services-list-item p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-services-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(20,56,96,0.10);
  background:#fff;
  box-shadow:0 16px 34px rgba(16,36,63,0.07);
  margin-top:22px;
}

.yansi-services-table{
  width:100%;
  border-collapse:collapse;
  min-width:800px;
}

.yansi-services-table th{
  background:#10243f;
  color:#fff;
  padding:16px;
  text-align:left;
  font-size:15px;
  line-height:1.35;
}

.yansi-services-table td{
  padding:16px;
  border-bottom:1px solid rgba(20,56,96,0.09);
  vertical-align:top;
  color:#4d5f73;
  line-height:1.62;
  font-size:15.5px;
}

.yansi-services-table tr:nth-child(odd) td{
  background:#f8fbff;
}

.yansi-services-table tr:nth-child(even) td{
  background:#fffaf3;
}

.yansi-services-note{
  margin:24px 0 0;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff7df 0%,#eef6ff 100%);
  border:1px solid rgba(20,56,96,0.10);
}

.yansi-services-note strong{
  display:block;
  color:#10243f;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-services-note p{
  margin:0;
  color:#516173;
  line-height:1.68;
}

.yansi-services-faq details{
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.09);
  border-radius:20px;
  padding:18px 20px;
  margin:12px 0;
}

.yansi-services-faq summary{
  cursor:pointer;
  color:#10243f;
  font-weight:950;
}

.yansi-services-faq details p{
  margin:12px 0 0;
  font-size:16px;
}

.yansi-services-final-cta{
  margin-top:40px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 62%, #2c79d8 100%);
  color:#fff;
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:26px;
  align-items:center;
  box-shadow:0 22px 50px rgba(16,36,63,0.16);
}

.yansi-services-final-cta h2{
  margin:0 0 10px;
  color:#fff;
  font-size:32px;
  line-height:1.15;
  font-weight:950;
}

.yansi-services-final-cta p{
  margin:0 0 14px;
  color:rgba(255,255,255,0.88);
  line-height:1.62;
  font-size:16px;
}

.yansi-services-final-form{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.24);
  border-radius:24px;
  padding:22px;
  display:grid;
  gap:12px;
}

.yansi-services-final-form-note{
  margin:0 !important;
  color:rgba(255,255,255,0.80) !important;
  font-size:13px !important;
  line-height:1.5 !important;
}

.yansi-services-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-services-reference-box li{
  margin-bottom:12px;
  color:#526273;
  line-height:1.65;
}

.yansi-services-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
  text-decoration:none;
}

@media(max-width:960px){
  .yansi-services-hero-inner,
  .yansi-services-split,
  .yansi-services-final-cta{
    grid-template-columns:1fr;
  }

  .yansi-services-grid,
  .yansi-services-trust-grid,
  .yansi-services-prep-grid{
    grid-template-columns:1fr 1fr;
  }

  .yansi-services-final-cta{
    align-items:flex-start;
  }
}

@media(max-width:768px){
  .yansi-services-page{
    margin-top:-1px !important;
    margin-bottom:0 !important;
  }

  .yansi-services-hero{
    min-height:auto;
    padding:74px 20px 62px;
  }

  .yansi-services-main{
    padding:42px 18px 66px;
  }

  .yansi-services-grid,
  .yansi-services-trust-grid,
  .yansi-services-prep-grid{
    grid-template-columns:1fr;
  }

  .yansi-service-card,
  .yansi-services-panel,
  .yansi-services-quote-card,
  .yansi-services-trust,
  .yansi-services-deep,
  .yansi-services-table-section,
  .yansi-services-faq,
  .yansi-services-reference-box,
  .yansi-services-final-cta{
    padding:24px 20px;
    border-radius:24px;
  }

  .yansi-services-actions a{
    width:100%;
  }

  .yansi-services-author-card{
    padding:14px;
    border-radius:14px;
    font-size:12px !important;
    line-height:1.55 !important;
  }

  .yansi-services-author-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .yansi-services-author-badge-row{
    align-items:flex-start;
    gap:10px;
  }

  .yansi-services-author-icon{
    width:36px;
    height:36px;
    min-width:36px;
    flex:0 0 36px;
  }

  .yansi-services-author-byline{
    display:block;
    margin:0 0 4px !important;
  }

  .yansi-services-author-by,
  .yansi-services-author-name{
    display:block;
  }

  .yansi-services-author-role{
    display:none !important;
  }

  .yansi-services-author-date{
    white-space:normal;
    text-align:left;
    font-size:11px !important;
  }
}

/* ===============================================================
https://youngamericansinsurance.com/terms-and-conditions/
========================================================== */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

html,
body{
  overflow-x:hidden !important;
}

.wp-site-blocks > * + *,
.wp-site-blocks main,
main,
.entry-content,
.wp-block-post-content{
  margin-block-start:0 !important;
}

main,
.entry-content,
.wp-site-blocks,
.wp-block-post-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

header.wp-block-template-part,
.wp-block-template-part{
  margin-bottom:0 !important;
}

.yansi-terms-page,
.yansi-terms-page *{
  box-sizing:border-box;
}

.yansi-terms-page{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-top:-1px !important;
  padding:0 0 80px !important;
  background:#f4f7fc;
  overflow:hidden;
  color:#10243f;
}

.yansi-terms-hero{
  position:relative;
  width:100%;
  background:linear-gradient(90deg,#0f2f5f 0%,#2459a8 100%);
  padding:96px 24px 88px;
}

.yansi-terms-hero-inner{
  width:min(1180px,100%);
  margin:0 auto;
}

.yansi-terms-badge{
  display:inline-flex;
  align-items:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.26);
  color:#ffffff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin-bottom:24px;
}

.yansi-terms-hero h1{
  margin:0 0 22px !important;
  max-width:760px;
  font-size:clamp(44px,5vw,72px) !important;
  line-height:1.02 !important;
  font-weight:900 !important;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
}

.yansi-terms-hero p{
  max-width:800px;
  margin:0;
  font-size:clamp(19px,1.6vw,25px);
  line-height:1.55;
  color:rgba(255,255,255,0.94);
}

.yansi-terms-wrap{
  width:min(1180px,100%);
  margin:-46px auto 0;
  padding:0 24px;
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:start;
  position:relative;
  z-index:2;
}

.yansi-terms-sidebar{
  position:sticky;
  top:110px;
  background:#ffffff;
  border:1px solid #d9e3f2;
  border-radius:24px;
  padding:24px 24px 18px;
  box-shadow:0 12px 34px rgba(15,23,42,0.06);
}

.yansi-terms-sidebar h2{
  margin:0 0 14px;
  font-size:18px;
  line-height:1.3;
  color:#0f2a56;
}

.yansi-terms-sidebar a{
  display:block;
  padding:12px 0;
  border-bottom:1px solid #e7eef8;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  line-height:1.4;
  color:#174a93;
}

.yansi-terms-sidebar a:last-child{
  border-bottom:0;
}

.yansi-terms-content{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.yansi-terms-card{
  background:#ffffff;
  border:1px solid #d9e3f2;
  border-radius:28px;
  padding:34px 36px;
  box-shadow:0 12px 34px rgba(15,23,42,0.06);
}

.yansi-terms-note{
  background:#f4f8ff;
  border:1px solid #dbe8fb;
  border-radius:22px;
  padding:20px 22px;
  font-size:17px;
  line-height:1.7;
  color:#35507d;
}

.yansi-terms-section{
  scroll-margin-top:120px;
}

.yansi-terms-section h2{
  margin:0 0 16px;
  font-size:clamp(30px,2.5vw,42px);
  line-height:1.08;
  color:#0f2a56;
}

.yansi-terms-section h3{
  margin:26px 0 12px;
  font-size:22px;
  line-height:1.3;
  color:#153d79;
}

.yansi-terms-section p{
  margin:0 0 18px;
  font-size:18px;
  line-height:1.8;
  color:#475569;
}

.yansi-terms-section ul{
  margin:0 0 18px 22px;
  padding:0;
}

.yansi-terms-section li{
  margin:0 0 12px;
  font-size:18px;
  line-height:1.8;
  color:#475569;
}

.yansi-terms-section strong{
  color:#0f2a56;
}

.yansi-terms-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:6px;
}

.yansi-terms-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  font-size:16px;
}

.yansi-terms-btn-primary{
  background:#f45b1f;
  color:#ffffff;
  box-shadow:0 14px 28px rgba(244,91,31,0.22);
}

.yansi-terms-btn-secondary{
  background:#eef4ff;
  color:#174a93;
  border:1px solid #d7e3f8;
}

@media(max-width:980px){
  .yansi-terms-wrap{
    grid-template-columns:1fr;
  }

  .yansi-terms-sidebar{
    position:relative;
    top:auto;
  }
}

@media(max-width:768px){
  .yansi-terms-page{
    margin-top:-1px !important;
  }

  .yansi-terms-hero{
    padding:78px 18px 72px;
  }

  .yansi-terms-hero h1{
    font-size:42px !important;
  }

  .yansi-terms-hero p{
    font-size:18px;
  }

  .yansi-terms-wrap{
    margin:-34px auto 0;
    padding:0 16px;
    gap:18px;
  }

  .yansi-terms-card{
    padding:26px 22px;
    border-radius:22px;
  }

  .yansi-terms-section h2{
    font-size:32px;
  }

  .yansi-terms-section h3{
    font-size:21px;
  }

  .yansi-terms-section p,
  .yansi-terms-section li{
    font-size:17px;
    line-height:1.75;
  }

  .yansi-terms-btn{
    width:100%;
  }
}

/* =============================================================
https://youngamericansinsurance.com/services/
============================================== */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

html,
body{
  overflow-x:hidden !important;
}

main,
.entry-content,
.wp-site-blocks,
.wp-block-post-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

.wp-site-blocks > * + *{
  margin-block-start:0 !important;
}

.yansi-services-page,
.yansi-services-page *{
  box-sizing:border-box;
}

.yansi-services-page{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-top:-1px !important;
  margin-bottom:0 !important;
  background:#f7fbff;
  color:#10243f;
  overflow:hidden !important;
  font-family:inherit;
}

.yansi-services-page a{
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
  border-bottom:1px solid rgba(22,74,139,.24);
}

.yansi-services-page a:hover{
  color:#0f3564;
  border-bottom-color:#0f3564;
}

.yansi-services-hero{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  min-height:650px;
  padding:96px 22px 92px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255,255,255,0.18), transparent 28%),
    linear-gradient(135deg, #10243f 0%, #164a8b 58%, #2c79d8 100%);
  color:#fff;
  display:flex;
  align-items:center;
}

.yansi-services-hero-inner{
  width:min(1180px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:center;
}

.yansi-services-badge{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.25);
  color:#fff;
  font-size:13px;
  font-weight:850;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yansi-services-hero h1{
  margin:18px 0 18px;
  max-width:780px;
  font-size:clamp(42px, 5vw, 74px);
  line-height:1.02;
  font-weight:950;
  color:#fff;
}

.yansi-services-hero p{
  margin:0 0 30px;
  max-width:710px;
  color:rgba(255,255,255,0.90);
  font-size:18px;
  line-height:1.68;
}

.yansi-services-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.yansi-services-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  border-bottom:0;
}

.yansi-services-primary{
  background:#e63946;
  color:#fff !important;
  box-shadow:0 14px 30px rgba(230,57,70,0.30);
}

.yansi-services-secondary{
  background:rgba(255,255,255,0.13);
  color:#fff !important;
  border:1px solid rgba(255,255,255,0.30) !important;
  backdrop-filter:blur(8px);
}

.yansi-services-quote-card{
  background:rgba(255,255,255,0.13);
  border:1px solid rgba(255,255,255,0.24);
  border-radius:30px;
  padding:30px;
  backdrop-filter:blur(10px);
  box-shadow:0 24px 60px rgba(0,0,0,0.16);
}

.yansi-services-quote-card h2{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1.15;
  font-weight:950;
}

.yansi-services-quote-card p{
  margin:0 0 20px;
  color:rgba(255,255,255,0.86);
  font-size:16px;
  line-height:1.55;
}

.yansi-services-quote-form{
  display:grid;
  gap:12px;
}

.yansi-services-quote-form input,
.yansi-services-final-form input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,0.32);
  border-radius:16px;
  padding:13px 15px;
  font-size:16px;
  color:#10243f;
  background:#fff;
  outline:none;
}

.yansi-services-quote-form button,
.yansi-services-final-form button{
  min-height:54px;
  border:0;
  border-radius:999px;
  background:#e63946;
  color:#fff !important;
  font-size:16px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(230,57,70,0.25);
  -webkit-text-fill-color:#fff;
}

.yansi-services-form-note{
  margin:4px 0 0 !important;
  color:rgba(255,255,255,0.78) !important;
  font-size:13px !important;
  line-height:1.5 !important;
}

.yansi-services-main{
  width:100vw !important;
  max-width:100vw !important;
  padding:54px 22px 86px;
  background:
    radial-gradient(circle at top left, rgba(44,121,216,0.09), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.yansi-services-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.yansi-services-author-card{
  box-sizing:border-box;
  margin:0 auto 34px;
  padding:16px 18px;
  border:1px solid #e7edf5;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  color:#111827;
  font-size:13px !important;
  line-height:1.6 !important;
}

.yansi-services-author-card *{
  box-sizing:border-box;
  font-size:inherit !important;
  line-height:inherit !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.yansi-services-author-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.yansi-services-author-left{
  min-width:0;
  flex:1 1 auto;
}

.yansi-services-author-badge-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.yansi-services-author-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#13213f 0%,#22325a 100%);
  color:#ffffff;
  box-shadow:0 6px 16px rgba(19,33,63,.18);
  flex:0 0 42px;
}

.yansi-services-author-meta{
  min-width:0;
  flex:1 1 auto;
}

.yansi-services-author-byline{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  margin:0 0 2px !important;
}

.yansi-services-author-by{
  font-weight:700;
  color:#1f2937;
}

.yansi-services-author-name{
  font-weight:900;
  color:#0f172a;
}

.yansi-services-author-role{
  color:#64748b;
  font-weight:500;
}

.yansi-services-author-sub{
  margin:0 !important;
  color:#64748b;
  font-size:12px !important;
}

.yansi-services-author-date{
  margin:0 !important;
  white-space:nowrap;
  color:#64748b;
  font-size:12px !important;
  font-style:italic;
  text-align:right;
  flex:0 0 auto;
}

.yansi-services-author-toggle{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
  border:0;
  background:transparent;
  padding:0;
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
}

.yansi-services-author-caret{
  display:inline-block;
  transition:transform .2s ease;
}

.yansi-services-author-card.is-open .yansi-services-author-caret{
  transform:rotate(180deg);
}

.yansi-services-author-bio{
  display:none;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e7edf5;
  color:#334155;
}

.yansi-services-author-card.is-open .yansi-services-author-bio{
  display:block;
}

.yansi-services-author-bio p{
  margin:0 0 10px !important;
}

.yansi-services-author-note{
  color:#6b7280;
  font-size:12px !important;
}

.yansi-services-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px !important;
  padding:0;
  list-style:none;
}

.yansi-services-author-tags li{
  margin:0;
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:#284b7a;
  border:1px solid #dbeafe;
  font-size:11px !important;
  font-weight:800;
}

.yansi-services-intro{
  max-width:920px;
  margin:0 auto 42px;
  text-align:center;
}

.yansi-services-intro span,
.yansi-services-label{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#164a8b;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-services-intro h2{
  margin:16px 0 14px;
  font-size:clamp(30px, 3.4vw, 50px);
  line-height:1.08;
  color:#10243f;
  font-weight:950;
}

.yansi-services-intro p{
  margin:0 auto 14px;
  max-width:820px;
  color:#516173;
  font-size:18px;
  line-height:1.72;
}

.yansi-services-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.yansi-service-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
  position:relative;
  overflow:hidden;
}

.yansi-service-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:6px;
  background:linear-gradient(90deg, #164a8b, #2c79d8, #e63946);
}

.yansi-service-icon{
  width:58px;
  height:58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:28px;
  background:linear-gradient(135deg, #eaf2ff, #ffffff);
  border:1px solid rgba(22,74,139,0.12);
}

.yansi-service-card h3{
  margin:0 0 12px;
  color:#10243f;
  font-size:23px;
  line-height:1.18;
  font-weight:950;
}

.yansi-service-card p{
  margin:0 0 12px;
  color:#5d6c7d;
  line-height:1.68;
  font-size:16px;
}

.yansi-service-card p:last-child{
  margin-bottom:0;
}

.yansi-services-trust,
.yansi-services-deep,
.yansi-services-table-section,
.yansi-services-faq,
.yansi-services-reference-box{
  margin:40px 0 0;
  padding:30px;
  border-radius:30px;
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  box-shadow:0 22px 55px rgba(16,36,63,0.08);
}

.yansi-services-trust h2,
.yansi-services-deep h2,
.yansi-services-table-section h2,
.yansi-services-faq h2,
.yansi-services-reference-box h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:950;
}

.yansi-services-trust p,
.yansi-services-deep p,
.yansi-services-table-section p,
.yansi-services-faq p,
.yansi-services-reference-box p{
  margin:0 0 18px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-services-trust-grid,
.yansi-services-prep-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin-top:22px;
}

.yansi-services-trust-item,
.yansi-services-prep-item{
  padding:18px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-services-trust-item h3,
.yansi-services-prep-item h3{
  margin:0 0 8px;
  color:#10243f;
  font-size:18px;
  font-weight:950;
}

.yansi-services-trust-item p,
.yansi-services-prep-item p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-services-split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  margin-top:40px;
  align-items:stretch;
}

.yansi-services-panel{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 55px rgba(16,36,63,0.09);
}

.yansi-services-panel h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:950;
}

.yansi-services-panel p{
  margin:0 0 16px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-services-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.yansi-services-list-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-services-check{
  width:34px;
  height:34px;
  border-radius:999px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e63946;
  color:#fff;
  font-weight:950;
}

.yansi-services-list-item h3{
  margin:0 0 5px;
  color:#10243f;
  font-size:18px;
  font-weight:950;
}

.yansi-services-list-item p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-services-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(20,56,96,0.10);
  background:#fff;
  box-shadow:0 16px 34px rgba(16,36,63,0.07);
  margin-top:22px;
}

.yansi-services-table{
  width:100%;
  border-collapse:collapse;
  min-width:800px;
}

.yansi-services-table th{
  background:#10243f;
  color:#fff;
  padding:16px;
  text-align:left;
  font-size:15px;
  line-height:1.35;
}

.yansi-services-table td{
  padding:16px;
  border-bottom:1px solid rgba(20,56,96,0.09);
  vertical-align:top;
  color:#4d5f73;
  line-height:1.62;
  font-size:15.5px;
}

.yansi-services-table tr:nth-child(odd) td{
  background:#f8fbff;
}

.yansi-services-table tr:nth-child(even) td{
  background:#fffaf3;
}

.yansi-services-note{
  margin:24px 0 0;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff7df 0%,#eef6ff 100%);
  border:1px solid rgba(20,56,96,0.10);
}

.yansi-services-note strong{
  display:block;
  color:#10243f;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-services-note p{
  margin:0;
  color:#516173;
  line-height:1.68;
}

.yansi-services-faq details{
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.09);
  border-radius:20px;
  padding:18px 20px;
  margin:12px 0;
}

.yansi-services-faq summary{
  cursor:pointer;
  color:#10243f;
  font-weight:950;
}

.yansi-services-faq details p{
  margin:12px 0 0;
  font-size:16px;
}

.yansi-services-final-cta{
  margin-top:40px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 62%, #2c79d8 100%);
  color:#fff;
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:26px;
  align-items:center;
  box-shadow:0 22px 50px rgba(16,36,63,0.16);
}

.yansi-services-final-cta h2{
  margin:0 0 10px;
  color:#fff;
  font-size:32px;
  line-height:1.15;
  font-weight:950;
}

.yansi-services-final-cta p{
  margin:0 0 14px;
  color:rgba(255,255,255,0.88);
  line-height:1.62;
  font-size:16px;
}

.yansi-services-final-form{
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.24);
  border-radius:24px;
  padding:22px;
  display:grid;
  gap:12px;
}

.yansi-services-final-form-note{
  margin:0 !important;
  color:rgba(255,255,255,0.80) !important;
  font-size:13px !important;
  line-height:1.5 !important;
}

.yansi-services-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-services-reference-box li{
  margin-bottom:12px;
  color:#526273;
  line-height:1.65;
}

.yansi-services-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
  text-decoration:none;
}

@media(max-width:960px){
  .yansi-services-hero-inner,
  .yansi-services-split,
  .yansi-services-final-cta{
    grid-template-columns:1fr;
  }

  .yansi-services-grid,
  .yansi-services-trust-grid,
  .yansi-services-prep-grid{
    grid-template-columns:1fr 1fr;
  }

  .yansi-services-final-cta{
    align-items:flex-start;
  }
}

@media(max-width:768px){
  .yansi-services-page{
    margin-top:-1px !important;
    margin-bottom:0 !important;
  }

  .yansi-services-hero{
    min-height:auto;
    padding:74px 20px 62px;
  }

  .yansi-services-main{
    padding:42px 18px 66px;
  }

  .yansi-services-grid,
  .yansi-services-trust-grid,
  .yansi-services-prep-grid{
    grid-template-columns:1fr;
  }

  .yansi-service-card,
  .yansi-services-panel,
  .yansi-services-quote-card,
  .yansi-services-trust,
  .yansi-services-deep,
  .yansi-services-table-section,
  .yansi-services-faq,
  .yansi-services-reference-box,
  .yansi-services-final-cta{
    padding:24px 20px;
    border-radius:24px;
  }

  .yansi-services-actions a{
    width:100%;
  }

  .yansi-services-author-card{
    padding:14px;
    border-radius:14px;
    font-size:12px !important;
    line-height:1.55 !important;
  }

  .yansi-services-author-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .yansi-services-author-badge-row{
    align-items:flex-start;
    gap:10px;
  }

  .yansi-services-author-icon{
    width:36px;
    height:36px;
    min-width:36px;
    flex:0 0 36px;
  }

  .yansi-services-author-byline{
    display:block;
    margin:0 0 4px !important;
  }

  .yansi-services-author-by,
  .yansi-services-author-name{
    display:block;
  }

  .yansi-services-author-role{
    display:none !important;
  }

  .yansi-services-author-date{
    white-space:normal;
    text-align:left;
    font-size:11px !important;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/privacy-policy/
==================================================== */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

main,
.entry-content,
.wp-site-blocks{
  margin-top:0 !important;
  padding-top:0 !important;
}

.yansi-policy-page,
.yansi-policy-page *{
  box-sizing:border-box;
}

.yansi-policy-page{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#f7fbff;
  color:#10243f;
  overflow:hidden;
  font-family:inherit;
}

.yansi-policy-top{
  padding:90px 22px 58px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 62%, #2c79d8 100%);
  color:#fff;
}

.yansi-policy-top-inner{
  width:min(1100px, 100%);
  margin:0 auto;
}

.yansi-policy-badge{
  display:inline-flex;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.25);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yansi-policy-top h1{
  margin:18px 0 14px;
  max-width:820px;
  font-size:clamp(42px, 5vw, 66px);
  line-height:1.02;
  font-weight:900;
  color:#fff;
}

.yansi-policy-top p{
  margin:0;
  max-width:800px;
  font-size:18px;
  line-height:1.65;
  color:rgba(255,255,255,0.88);
}

.yansi-policy-body{
  padding:56px 22px 82px;
}

.yansi-policy-layout{
  width:min(1100px, 100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:28px;
  align-items:start;
}

.yansi-policy-nav{
  position:sticky;
  top:24px;
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-policy-nav h2{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.2;
  color:#10243f;
  font-weight:900;
}

.yansi-policy-nav p{
  margin:0 0 14px;
  color:#5d6c7d;
  font-size:15px;
  line-height:1.6;
}

.yansi-policy-nav a{
  display:block;
  padding:11px 0;
  color:#164a8b;
  text-decoration:none;
  font-weight:800;
  border-top:1px solid rgba(20,56,96,0.08);
}

.yansi-policy-nav a:hover{
  color:#e63946;
}

.yansi-policy-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:42px;
  box-shadow:0 22px 55px rgba(16,36,63,0.09);
}

.yansi-policy-date{
  margin:0 0 28px;
  padding:18px 20px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
  color:#516173;
  line-height:1.65;
}

.yansi-policy-card section{
  padding:28px 0;
  border-top:1px solid rgba(20,56,96,0.10);
}

.yansi-policy-card section:first-of-type{
  border-top:0;
  padding-top:0;
}

.yansi-policy-card h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:30px;
  line-height:1.15;
  font-weight:900;
}

.yansi-policy-card h3{
  margin:20px 0 10px;
  color:#10243f;
  font-size:21px;
  line-height:1.25;
  font-weight:900;
}

.yansi-policy-card p{
  margin:0 0 16px;
  color:#5d6c7d;
  font-size:17px;
  line-height:1.75;
}

.yansi-policy-card ul{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-policy-card li{
  margin:0 0 12px;
  color:#5d6c7d;
  font-size:17px;
  line-height:1.7;
}

.yansi-policy-card strong{
  color:#10243f;
}

.yansi-policy-contact{
  margin-top:24px;
  padding:26px;
  border-radius:24px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 65%, #2c79d8 100%);
  color:#fff;
}

.yansi-policy-contact h2{
  color:#fff;
  margin:0 0 10px;
}

.yansi-policy-contact p{
  color:rgba(255,255,255,0.88);
  margin:0 0 12px;
}

.yansi-policy-contact a{
  color:#fff;
  font-weight:900;
}

@media(max-width:900px){
  .yansi-policy-layout{
    grid-template-columns:1fr;
  }

  .yansi-policy-nav{
    position:relative;
    top:auto;
  }
}

@media(max-width:768px){
  .yansi-policy-top{
    padding:76px 20px 48px;
  }

  .yansi-policy-body{
    padding:42px 18px 66px;
  }

  .yansi-policy-card{
    padding:28px 20px;
    border-radius:24px;
  }

  .yansi-policy-card h2{
    font-size:26px;
  }
}

.yansi-policy-page{
  margin-top:-75px !important;
}

@media(max-width:768px){
  .yansi-policy-page{
    margin-top:-40px !important;
  }
}

.wp-block-html:has(.yansi-policy-page){
  max-width:none !important;
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.yansi-policy-page{
  position:relative !important;
  left:50% !important;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:-50vw !important;
  margin-right:-50vw !important;
}

.yansi-policy-top{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* ===============================================================
https://youngamericansinsurance.com/customer-service/
====================================================== */
.entry-title,
.wp-block-post-title,
main h1.wp-block-post-title{
  display:none !important;
}

main,
.entry-content,
.wp-site-blocks{
  margin-top:0 !important;
  padding-top:0 !important;
}

.yansi-customer-hero-full{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  margin-top:-70px !important;
  padding:0 !important;
  overflow:hidden;
}

.yansi-customer-hero,
.yansi-customer-hero *{
  box-sizing:border-box;
}

.yansi-customer-hero{
  position:relative;
  width:100vw !important;
  max-width:100vw !important;
  min-height:680px;
  background-image:url("https://youngamericansinsurance.com/wp-content/uploads/2026/04/About-us-YANSI.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.yansi-customer-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(5,30,65,0.88) 0%,
    rgba(5,30,65,0.68) 38%,
    rgba(5,30,65,0.24) 70%,
    rgba(5,30,65,0.04) 100%
  );
  z-index:1;
}

.yansi-customer-hero-content{
  position:relative;
  z-index:2;
  max-width:720px;
  padding:95px 7vw;
  color:#fff;
  transform:translateX(120px);
}

.yansi-customer-hero-content span{
  display:inline-block;
  margin-bottom:16px;
  padding:9px 17px;
  border-radius:999px;
  background:rgba(255,255,255,0.18);
  border:1px solid rgba(255,255,255,0.28);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
}

.yansi-customer-hero-content h1{
  margin:0 0 20px;
  max-width:660px;
  font-size:clamp(46px, 5vw, 76px);
  line-height:1.02;
  font-weight:900;
  color:#fff;
  text-shadow:0 10px 26px rgba(0,0,0,0.22);
}

.yansi-customer-hero-content p{
  max-width:600px;
  margin:0 0 30px;
  font-size:clamp(18px, 1.55vw, 22px);
  line-height:1.58;
  color:rgba(255,255,255,0.94);
}

.yansi-customer-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.yansi-customer-hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
}

.yansi-customer-primary-btn{
  background:#e63946;
  color:#fff;
  box-shadow:0 14px 30px rgba(230,57,70,0.30);
}

.yansi-customer-secondary-btn{
  background:rgba(255,255,255,0.14);
  color:#fff;
  border:1px solid rgba(255,255,255,0.32);
  backdrop-filter:blur(8px);
}

.yansi-customer-content,
.yansi-customer-content *{
  box-sizing:border-box;
}

.yansi-customer-content{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:72px 22px 84px;
  background:
    radial-gradient(circle at top left, rgba(30,100,190,0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  overflow:hidden;
}

.yansi-customer-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.yansi-customer-intro{
  max-width:880px;
  margin:0 auto 40px;
  text-align:center;
}

.yansi-customer-intro span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#164a8b;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-customer-intro h2{
  margin:16px 0 14px;
  font-size:clamp(30px, 3.4vw, 50px);
  line-height:1.08;
  color:#10243f;
  font-weight:900;
}

.yansi-customer-intro p{
  margin:0 auto;
  max-width:780px;
  color:#516173;
  font-size:18px;
  line-height:1.72;
}

.yansi-service-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  margin:38px 0;
}

.yansi-service-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:26px;
  padding:28px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-service-icon{
  width:56px;
  height:56px;
  border-radius:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:26px;
  background:linear-gradient(135deg, #eaf2ff, #ffffff);
  border:1px solid rgba(22,74,139,0.12);
}

.yansi-service-card h3{
  margin:0 0 10px;
  color:#10243f;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
}

.yansi-service-card p{
  margin:0;
  color:#5d6c7d;
  line-height:1.65;
  font-size:16px;
}

.yansi-customer-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
  margin-top:38px;
}

.yansi-customer-panel{
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 55px rgba(16,36,63,0.09);
  position:relative;
  overflow:hidden;
}

.yansi-customer-panel:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:7px;
  background:linear-gradient(90deg, #164a8b, #2c79d8, #e63946);
}

.yansi-customer-panel h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:900;
}

.yansi-customer-panel p{
  margin:0 0 16px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-support-list{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.yansi-support-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-support-check{
  width:34px;
  height:34px;
  border-radius:999px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e63946;
  color:#fff;
  font-weight:900;
}

.yansi-support-item h3{
  margin:0 0 5px;
  color:#10243f;
  font-size:18px;
  font-weight:900;
}

.yansi-support-item p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-customer-faq{
  margin-top:38px;
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 55px rgba(16,36,63,0.08);
}

.yansi-customer-faq h2{
  margin:0 0 22px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:900;
  text-align:center;
}

.yansi-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.yansi-faq-item{
  padding:22px;
  border-radius:22px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-faq-item h3{
  margin:0 0 9px;
  color:#10243f;
  font-size:19px;
  font-weight:900;
  line-height:1.25;
}

.yansi-faq-item p{
  margin:0;
  color:#5d6c7d;
  line-height:1.65;
  font-size:16px;
}

.yansi-customer-cta{
  margin-top:34px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 62%, #2c79d8 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 22px 50px rgba(16,36,63,0.16);
}

.yansi-customer-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
  font-weight:900;
}

.yansi-customer-cta p{
  margin:0;
  color:rgba(255,255,255,0.86);
  line-height:1.55;
  font-size:16px;
}

.yansi-customer-cta-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  flex:0 0 auto;
}

.yansi-customer-quote-form{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
}

.yansi-customer-quote-form input{
  width:170px !important;
  min-height:52px !important;
  border:0 !important;
  border-radius:999px !important;
  background:#ffffff !important;
  color:#111827 !important;
  font-size:15px !important;
  font-weight:800 !important;
  padding:0 18px !important;
  outline:none !important;
  box-shadow:0 10px 22px rgba(15,23,42,.14) !important;
}

.yansi-customer-quote-form input::placeholder{
  color:#6b7280 !important;
  opacity:1 !important;
}

.yansi-customer-quote-form button.yansi-customer-cta-primary{
  appearance:none !important;
  -webkit-appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  padding:0 24px !important;
  border:0 !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#ff512f 0%,#e11d48 100%) !important;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:950 !important;
  line-height:1 !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:0 14px 28px rgba(225,29,72,.32) !important;
  transition:transform .18s ease, box-shadow .18s ease !important;
}

.yansi-customer-quote-form button.yansi-customer-cta-primary:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 18px 36px rgba(225,29,72,.42) !important;
}

.yansi-customer-cta-secondary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  padding:0 26px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,0.12) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,0.26) !important;
  text-decoration:none !important;
  font-size:18px !important;
  font-weight:900 !important;
}

@media(max-width:1024px){
  .yansi-customer-hero-content{
    transform:translateX(40px);
  }
}

@media(max-width:900px){
  .yansi-service-grid,
  .yansi-customer-split,
  .yansi-faq-grid{
    grid-template-columns:1fr;
  }

  .yansi-customer-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:768px){
  .yansi-customer-hero-full{
    margin-top:-40px !important;
  }

  .yansi-customer-hero{
    min-height:600px;
    background-position:64% center;
  }

  .yansi-customer-hero-overlay{
    background:linear-gradient(
      180deg,
      rgba(5,30,65,0.86) 0%,
      rgba(5,30,65,0.68) 58%,
      rgba(5,30,65,0.42) 100%
    );
  }

  .yansi-customer-hero-content{
    padding:74px 24px;
    transform:none;
  }

  .yansi-customer-hero-content h1{
    font-size:42px;
    max-width:420px;
  }

  .yansi-customer-hero-content p{
    font-size:17px;
  }

  .yansi-customer-hero-actions a{
    width:100%;
  }

  .yansi-customer-content{
    padding:54px 18px 66px;
  }

  .yansi-service-card,
  .yansi-customer-panel,
  .yansi-customer-faq{
    padding:24px 20px;
    border-radius:24px;
  }

  .yansi-customer-cta-actions,
  .yansi-customer-quote-form{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
  }

  .yansi-customer-quote-form input,
  .yansi-customer-quote-form button.yansi-customer-cta-primary,
  .yansi-customer-cta-secondary{
    width:100% !important;
  }
}

/* ===========================================================
https://youngamericansinsurance.com/contact/
============================================== */
.yansi-contact-page,
.yansi-contact-page *{
  box-sizing:border-box;
}

.yansi-contact-hero{
  position:relative;
  width:100vw;
  min-height:620px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:-235px !important;
  background-image:url("https://youngamericansinsurance.com/wp-content/uploads/2026/04/About-us-YANSI.png");
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.yansi-contact-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(5,30,65,0.82) 0%, rgba(5,30,65,0.58) 43%, rgba(5,30,65,0.10) 100%);
  z-index:1;
}

.yansi-contact-hero-content{
  position:relative;
  z-index:2;
  max-width:720px;
  padding:90px 7vw;
  color:#fff;
}

.yansi-contact-hero-content span{
  display:inline-block;
  margin-bottom:16px;
  padding:9px 17px;
  border-radius:999px;
  background:rgba(255,255,255,0.18);
  border:1px solid rgba(255,255,255,0.24);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yansi-contact-hero-content h1{
  margin:0 0 20px;
  font-size:clamp(42px, 5vw, 74px);
  line-height:1.02;
  font-weight:900;
  color:#fff;
  text-shadow:0 8px 24px rgba(0,0,0,0.18);
}

.yansi-contact-hero-content p{
  max-width:590px;
  margin:0 0 30px;
  font-size:clamp(17px, 1.55vw, 22px);
  line-height:1.58;
  color:rgba(255,255,255,0.94);
}

.yansi-contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.yansi-contact-hero-content a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
}

.yansi-contact-primary-btn{
  background:#e63946;
  color:#fff;
  box-shadow:0 14px 30px rgba(230,57,70,0.30);
}

.yansi-contact-secondary-btn{
  background:rgba(255,255,255,0.14);
  color:#fff;
  border:1px solid rgba(255,255,255,0.32);
  backdrop-filter:blur(8px);
}

.yansi-contact-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:70px 22px 80px;
  background:
    radial-gradient(circle at top left, rgba(30,100,190,0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.yansi-contact-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.yansi-contact-intro{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.yansi-contact-intro span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#164a8b;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-contact-intro h2{
  margin:16px 0 12px;
  font-size:clamp(30px, 3.4vw, 48px);
  line-height:1.08;
  color:#10243f;
  font-weight:900;
}

.yansi-contact-intro p{
  margin:0 auto;
  max-width:720px;
  color:#516173;
  font-size:18px;
  line-height:1.68;
}

.yansi-contact-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:28px;
  align-items:stretch;
  margin-top:34px;
}

.yansi-contact-info{
  display:grid;
  gap:18px;
}

.yansi-contact-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-contact-card-top{
  display:flex;
  align-items:flex-start;
  gap:16px;
}

.yansi-contact-icon{
  width:52px;
  height:52px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 52px;
  font-size:24px;
  background:linear-gradient(135deg, #eaf2ff, #ffffff);
  border:1px solid rgba(22,74,139,0.12);
}

.yansi-contact-card h3{
  margin:0 0 8px;
  color:#10243f;
  font-size:21px;
  line-height:1.2;
  font-weight:900;
}

.yansi-contact-card p{
  margin:0;
  color:#5d6c7d;
  line-height:1.62;
  font-size:16px;
}

.yansi-contact-card a{
  color:#164a8b;
  font-weight:800;
  text-decoration:none;
}

.yansi-contact-card a:hover{
  text-decoration:underline;
}

.yansi-contact-form-card{
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:32px;
  box-shadow:0 22px 55px rgba(16,36,63,0.10);
  position:relative;
  overflow:hidden;
}

.yansi-contact-form-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:7px;
  background:linear-gradient(90deg, #164a8b, #2c79d8, #e63946);
}

.yansi-contact-form-card h2{
  margin:0 0 10px;
  color:#10243f;
  font-size:32px;
  line-height:1.12;
  font-weight:900;
}

.yansi-contact-form-card p{
  margin:0 0 22px;
  color:#5d6c7d;
  line-height:1.65;
  font-size:16px;
}

.yansi-contact-form{
  display:grid;
  gap:16px;
}

.yansi-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.yansi-contact-form label{
  display:block;
  margin:0 0 7px;
  color:#10243f;
  font-weight:850;
  font-size:14px;
}

.yansi-contact-form input,
.yansi-contact-form select,
.yansi-contact-form textarea{
  width:100%;
  border:1px solid rgba(16,36,63,0.16);
  border-radius:16px;
  padding:14px 15px;
  font-size:16px;
  color:#10243f;
  background:#f8fbff;
  outline:none;
}

.yansi-contact-form textarea{
  min-height:135px;
  resize:vertical;
}

.yansi-contact-form input:focus,
.yansi-contact-form select:focus,
.yansi-contact-form textarea:focus{
  border-color:#2c79d8;
  background:#fff;
  box-shadow:0 0 0 4px rgba(44,121,216,0.12);
}

.yansi-contact-submit{
  width:fit-content;
  border:0;
  border-radius:999px;
  padding:15px 28px;
  background:#e63946;
  color:#fff;
  font-weight:900;
  font-size:16px;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(230,57,70,0.24);
}

.yansi-contact-submit:hover{
  transform:translateY(-1px);
}

.yansi-contact-note{
  margin-top:15px !important;
  font-size:14px !important;
  color:#6b7787 !important;
}

.yansi-contact-cta{
  width:min(1120px, calc(100% - 32px));
  margin:34px auto;
  padding:34px;
  border-radius:28px;
  background:linear-gradient(135deg,#1e40af 0%,#2563eb 55%,#38bdf8 100%);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  box-shadow:0 22px 48px rgba(30,64,175,.22);
  overflow:hidden;
}

.yansi-contact-cta h2{
  margin:0 0 10px;
  color:#ffffff;
  font-size:clamp(26px,3vw,38px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.025em;
}

.yansi-contact-cta p{
  margin:0;
  max-width:680px;
  color:rgba(255,255,255,.92);
  font-size:16px;
  line-height:1.65;
}

.yansi-contact-cta-form{
  flex:0 0 340px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:0;
}

.yansi-contact-cta-form input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#111827;
  font-size:16px;
  font-weight:800;
  padding:0 18px;
  outline:none;
  box-shadow:0 8px 18px rgba(15,23,42,.10);
}

.yansi-contact-cta-form input:focus{
  border-color:#ffffff;
  box-shadow:0 0 0 4px rgba(255,255,255,.24), 0 8px 18px rgba(15,23,42,.10);
}

.yansi-contact-cta-form button{
  width:100%;
  min-height:54px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ff512f 0%,#e11d48 100%);
  color:#ffffff;
  font-size:16px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 14px 26px rgba(225,29,72,.32);
  transition:transform .18s ease, box-shadow .18s ease;
}

.yansi-contact-cta-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(225,29,72,.42);
}

@media(max-width:900px){
  .yansi-contact-grid{
    grid-template-columns:1fr;
  }

  .yansi-contact-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:820px){
  .yansi-contact-cta{
    display:grid;
    padding:26px 20px;
    gap:22px;
    border-radius:24px;
  }

  .yansi-contact-cta-form{
    width:100%;
    flex:initial;
  }
}

@media(max-width:768px){
  .yansi-contact-hero{
    min-height:560px;
    background-position:62% center;
    margin-top:-110px !important;
  }

  .yansi-contact-hero-overlay{
    background:linear-gradient(180deg, rgba(5,30,65,0.82) 0%, rgba(5,30,65,0.64) 58%, rgba(5,30,65,0.38) 100%);
  }

  .yansi-contact-hero-content{
    padding:70px 24px;
  }

  .yansi-contact-hero-content h1{
    font-size:42px;
  }

  .yansi-contact-section{
    padding:52px 18px 64px;
  }

  .yansi-form-row{
    grid-template-columns:1fr;
  }

  .yansi-contact-form-card{
    padding:26px 20px;
    border-radius:24px;
  }

  .yansi-contact-card{
    padding:22px 20px;
  }

  .yansi-contact-submit{
    width:100%;
  }
}

/* ================================================================
https://youngamericansinsurance.com/car-insurance-calculator/
=============================================================== */
.cie-calc-page{
  width:100%;
  margin:0;
  padding:0;
  font-family:inherit;
  color:#111827;
  line-height:1.72;
}

.cie-calc-page *{
  box-sizing:border-box;
}

.cie-calc-page a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.cie-calc-page a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.cie-editorial-card{
  max-width:1180px;
  width:calc(100% - 40px);
  margin:26px auto 24px;
  padding:16px 20px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.cie-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.cie-editorial-card strong,
.cie-editorial-card time{
  color:#123057;
  font-weight:800;
}

.cie-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  min-height:720px;
  padding:70px 20px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02)),
    url("https://youngamericansinsurance.com/wp-content/uploads/2026/05/young-americans-insurance-flexible-auto-insurance-payments-poolside-hero.jpg") center top/cover no-repeat;
  display:flex;
  align-items:center;
}

.cie-hero-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(300px,520px) minmax(320px,500px);
  gap:34px;
  align-items:center;
  justify-content:space-between;
}

.cie-hero-copy,
.cie-calculator-card{
  background:rgba(255,255,255,.44);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
  border:1px solid rgba(255,255,255,.45);
  border-radius:26px;
  padding:30px;
  box-shadow:0 24px 55px rgba(15,23,42,.16);
}

.cie-hero-copy span{
  display:inline-flex;
  background:rgba(15,47,95,.12);
  border:1px solid rgba(15,47,95,.16);
  color:#0f2f5f;
  padding:8px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:900;
  margin-bottom:14px;
}

.cie-hero-copy h1{
  margin:0 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  font-weight:950;
  letter-spacing:-.035em;
  color:#0f2f5f;
  background:linear-gradient(135deg,#0f2f5f 0%,#1d4ed8 55%,#38bdf8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.cie-hero-copy p{
  margin:0;
  color:#1f2937;
  font-weight:650;
  font-size:17px;
  line-height:1.62;
}

.cie-calculator-card h2{
  margin:0 0 8px;
  font-size:27px;
  line-height:1.14;
  color:#0f2f5f;
}

.cie-calculator-card p{
  margin:0 0 16px;
  color:#374151;
  font-size:14.5px;
  line-height:1.55;
  font-weight:650;
}

.cie-calculator-form{
  display:grid;
  gap:10px;
}

.cie-field-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.cie-calculator-form label{
  display:block;
  font-size:12.5px;
  font-weight:900;
  color:#374151;
  margin-bottom:5px;
}

.cie-calculator-form input,
.cie-calculator-form select{
  width:100%;
  padding:12px 13px;
  min-height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.75);
  font-size:15px;
  background:rgba(255,255,255,.88);
  color:#111827;
}

.cie-calculator-form button{
  width:100%;
  padding:14px 20px;
  min-height:48px;
  background:linear-gradient(135deg,#ff512f,#e11d48);
  color:#fff;
  border:none;
  border-radius:14px;
  font-weight:950;
  font-size:15px;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(225,29,72,.28);
}

.cie-result-box{
  display:none;
  margin-top:16px;
  background:#fff;
  border:1px solid rgba(15,23,42,.10);
  border-radius:18px;
  padding:18px;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}

.cie-result-box strong{
  display:block;
  color:#0f2f5f;
  font-size:18px;
  margin-bottom:6px;
}

.cie-result-price{
  font-size:30px;
  line-height:1.15;
  color:#e11d48;
  font-weight:950;
  margin:0 0 8px;
}

.cie-result-box p{
  margin:0 0 12px;
  color:#475569;
  font-size:14px;
}

.cie-result-box ul{
  margin:10px 0 0;
  padding-left:20px;
}

.cie-result-box li{
  color:#374151;
  font-size:14px;
  margin-bottom:5px;
}

.cie-result-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.cie-result-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:11px 16px;
  background:#e11d48;
  color:#fff !important;
  font-weight:950;
  text-decoration:none !important;
}

.cie-result-actions a.cie-secondary-link{
  background:#eff6ff;
  color:#0f2f5f !important;
}

.cie-small-note{
  font-size:12.8px;
  color:#6b7280;
  margin-top:12px !important;
  text-align:center;
}

.cie-section,
.cie-table-section,
.cie-cta{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.cie-section{
  padding:52px 20px;
  background:#fff;
}

.cie-table-section{
  padding:52px 20px;
  background:#f1f5f9;
}

.cie-section-alt{
  background:#f8fbff;
}

.cie-inner{
  max-width:1180px;
  width:calc(100% - 40px);
  margin:0 auto;
}

.cie-inner h2{
  color:#0f2f5f;
  font-size:clamp(28px,4vw,40px);
  line-height:1.18;
  margin:0 0 16px;
  letter-spacing:-.02em;
}

.cie-inner h3{
  color:#0f2f5f;
  font-size:24px;
  line-height:1.24;
  margin:0 0 12px;
}

.cie-inner p,
.cie-inner li{
  font-size:17px;
  line-height:1.75;
  color:#374151;
}

.cie-inner p{
  margin:0 0 16px;
}

.cie-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.cie-card{
  border-radius:22px;
  padding:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.cie-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.cie-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.cie-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.cie-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.cie-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.cie-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.cie-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.cie-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.cie-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.cie-table th{
  background:#0f172a;
  color:#fff;
  padding:16px;
  text-align:left;
  font-size:15px;
}

.cie-table td{
  padding:16px;
  border-bottom:1px solid #e5e7eb;
  vertical-align:top;
  color:#374151;
}

.cie-table tr:nth-child(odd) td{
  background:#f8fbff;
}

.cie-table tr:nth-child(even) td{
  background:#fffaf0;
}

.cie-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.cie-note strong{
  display:block;
  color:#0f2f5f;
  font-size:20px;
  margin-bottom:8px;
}

.cie-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.cie-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.cie-faq summary{
  cursor:pointer;
  font-weight:950;
  color:#0f2f5f;
}

.cie-faq p{
  margin:12px 0 0;
}

.cie-cta{
  padding:58px 20px;
  background:#0f172a;
  color:#fff;
  text-align:center;
}

.cie-cta h2{
  font-size:34px;
  line-height:1.18;
  margin:0 0 12px;
  color:#fff;
}

.cie-cta p{
  max-width:780px;
  margin:0 auto 22px;
  color:#e5e7eb;
  font-size:17px;
  line-height:1.65;
}

.cie-cta-form{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  max-width:560px;
  margin:0 auto;
}

.cie-cta-form input{
  min-height:50px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
}

.cie-cta-form button{
  min-height:50px;
  border:0;
  border-radius:999px;
  padding:0 24px;
  background:linear-gradient(135deg,#ff512f,#e11d48);
  color:#fff;
  font-weight:950;
  cursor:pointer;
}

.cie-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:34px 0 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.cie-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.cie-reference-box li{
  margin-bottom:12px;
}

.cie-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:900px){
  .cie-hero{
    min-height:auto;
    padding:28px 14px 34px;
    background-position:69% top;
    align-items:flex-start;
  }

  .cie-hero-inner{
    grid-template-columns:1fr;
    gap:16px;
  }

  .cie-hero-copy,
  .cie-calculator-card{
    padding:20px;
    border-radius:22px;
  }

  .cie-hero-copy h1{
    font-size:32px;
  }

  .cie-hero-copy p{
    font-size:14.5px;
    line-height:1.55;
  }

  .cie-field-grid{
    grid-template-columns:1fr;
  }

  .cie-card-grid{
    grid-template-columns:1fr;
  }

  .cie-inner,
  .cie-editorial-card{
    width:calc(100% - 28px);
  }

  .cie-section,
  .cie-table-section{
    padding:40px 14px;
  }

  .cie-cta-form{
    display:grid;
  }

  .cie-cta-form input,
  .cie-cta-form button{
    width:100%;
  }
}

/* =================================================================
https://youngamericansinsurance.com/blog/
============================================ */
.yansi-blog-page{
  max-width:1180px;
  margin:0 auto;
  padding:36px 18px 70px;
  font-family:inherit;
  color:#172033;
  line-height:1.7;
}

.yansi-blog-page *{
  box-sizing:border-box;
}

.yansi-blog-hero{
  margin:0 0 34px;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.yansi-blog-label{
  display:inline-flex;
  margin:0 0 14px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.yansi-blog-hero h1{
  margin:0 0 14px;
  color:#082f67;
  font-size:clamp(34px,4.5vw,56px);
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.03em;
}

.yansi-blog-hero p{
  margin:0;
  max-width:850px;
  color:#405066;
  font-size:18px;
}

.yansi-blog-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 34px;
}

.yansi-blog-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid #dbe7f3;
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
}

.yansi-blog-nav a:hover{
  background:#eaf4ff;
}

.yansi-blog-intro-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:0 0 38px;
}

.yansi-blog-intro-card{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 28px rgba(15,23,42,.06);
}

.yansi-blog-intro-card strong{
  display:block;
  margin:0 0 8px;
  color:#082f67;
  font-size:18px;
}

.yansi-blog-intro-card p{
  margin:0;
  color:#526071;
  font-size:15.5px;
}

.yansi-blog-section-title{
  margin:0 0 20px;
}

.yansi-blog-section-title h2{
  margin:0 0 8px;
  color:#082f67;
  font-size:34px;
  line-height:1.15;
}

.yansi-blog-section-title p{
  margin:0;
  color:#526071;
}

.yansi-blog-query .wp-block-post-template{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.yansi-blog-query .wp-block-post{
  margin:0 !important;
  padding:0 !important;
}

.yansi-blog-card{
  height:100%;
  padding:0;
  border-radius:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 16px 36px rgba(15,23,42,.07);
  transition:transform .18s ease, box-shadow .18s ease;
}

.yansi-blog-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 44px rgba(15,23,42,.11);
}

.yansi-blog-card .wp-block-post-featured-image{
  margin:0 !important;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#eef6ff;
}

.yansi-blog-card .wp-block-post-featured-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
}

.yansi-blog-card-content{
  padding:21px;
}

.yansi-blog-card .wp-block-post-date{
  margin:0 0 9px !important;
  color:#64748b;
  font-size:13px;
  font-weight:750;
}

.yansi-blog-card .wp-block-post-title{
  display:block !important;
  margin:0 0 10px !important;
  padding:0 !important;
  font-size:21px !important;
  line-height:1.18 !important;
  font-weight:950 !important;
  color:#082f67 !important;
}

.yansi-blog-card .wp-block-post-title a{
  color:#082f67 !important;
  text-decoration:none !important;
}

.yansi-blog-card .wp-block-post-excerpt{
  margin:0 !important;
  color:#526071;
  font-size:15px;
  line-height:1.58;
}

.yansi-blog-card .wp-block-post-excerpt__excerpt{
  margin:0 0 16px !important;
}

.yansi-blog-card .wp-block-post-excerpt__more-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:4px;
  padding:10px 14px;
  border-radius:999px;
  background:#eaf4ff;
  color:#0b63ce;
  font-weight:900;
  text-decoration:none;
  border:1px solid #dbeafe;
}

.yansi-blog-pagination{
  margin-top:34px;
}

.yansi-blog-pagination .wp-block-query-pagination{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.yansi-blog-pagination a,
.yansi-blog-pagination .wp-block-query-pagination-numbers{
  color:#164a8b;
  font-weight:900;
  text-decoration:none;
}

.yansi-blog-footer-note{
  margin:42px 0 0;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(135deg,#f8fbff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  color:#526071;
}

.yansi-blog-footer-note strong{
  color:#082f67;
}

@media(max-width:980px){
  .yansi-blog-query .wp-block-post-template,
  .yansi-blog-intro-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:680px){
  .yansi-blog-page{
    padding:26px 14px 54px;
  }

  .yansi-blog-hero{
    padding:24px;
    border-radius:24px;
  }

  .yansi-blog-query .wp-block-post-template,
  .yansi-blog-intro-grid{
    grid-template-columns:1fr !important;
  }

  .yansi-blog-card{
    border-radius:22px;
  }

  .yansi-blog-card-content{
    padding:18px;
  }
}
/* Better blog post grid alignment and cleaner cards */
.yansi-blog-query{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:0 18px 40px !important;
}

.yansi-blog-query .wp-block-post-template{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:20px !important;
  margin:0 !important;
  padding:0 !important;
}

.yansi-blog-query .wp-block-post{
  margin:0 !important;
}

.yansi-blog-card{
  min-height:255px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  padding:0 !important;
  border-radius:24px !important;
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.08) !important;
  box-shadow:0 14px 32px rgba(15,23,42,.06) !important;
}

.yansi-blog-card-content{
  padding:22px !important;
}

.yansi-blog-card .wp-block-post-featured-image{
  display:none !important;
}

.yansi-blog-card .wp-block-post-date{
  margin:0 0 10px !important;
  color:#64748b !important;
  font-size:13px !important;
  font-weight:800 !important;
}

.yansi-blog-card .wp-block-post-title{
  margin:0 0 12px !important;
  font-size:21px !important;
  line-height:1.18 !important;
  font-weight:950 !important;
  color:#082f67 !important;
}

.yansi-blog-card .wp-block-post-title a{
  color:#082f67 !important;
  text-decoration:none !important;
}

.yansi-blog-card .wp-block-post-excerpt{
  margin:0 !important;
  color:#526071 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

.yansi-blog-card .wp-block-post-excerpt__excerpt{
  display:-webkit-box !important;
  -webkit-line-clamp:3 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  margin:0 0 18px !important;
}

.yansi-blog-card .wp-block-post-excerpt__more-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  margin-top:6px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  background:#eaf4ff !important;
  color:#0b63ce !important;
  font-weight:900 !important;
  text-decoration:none !important;
  border:1px solid #dbeafe !important;
}

.yansi-blog-card .wp-block-post-excerpt__more-link:hover{
  background:#dbeafe !important;
}

.yansi-blog-pagination{
  max-width:1180px !important;
  margin:34px auto 0 !important;
  padding:0 18px !important;
}

@media(max-width:980px){
  .yansi-blog-query .wp-block-post-template{
    grid-template-columns:repeat(2, 1fr) !important;
  }
}

@media(max-width:680px){
  .yansi-blog-query{
    padding:0 14px 34px !important;
  }

  .yansi-blog-query .wp-block-post-template{
    grid-template-columns:1fr !important;
  }

  .yansi-blog-card{
    min-height:auto !important;
  }
}

/* ======================================================
https://youngamericansinsurance.com/about/
============================================== */
.wp-site-blocks > * + *{
  margin-block-start:0 !important;
}

.yansi-about-page,
.yansi-about-page *{
  box-sizing:border-box;
}

.yansi-about-page{
  background:#ffffff;
  color:#10243f;
}

.yansi-about-hero{
  position:relative;
  width:100vw;
  min-height:640px;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:-1px !important;
  background-image:url("https://youngamericansinsurance.com/wp-content/uploads/2026/04/contact-us-YANSI.png");
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.yansi-about-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(5,30,65,0.88) 0%, rgba(5,30,65,0.62) 45%, rgba(5,30,65,0.12) 100%);
  z-index:1;
}

.yansi-about-hero-content{
  position:relative;
  z-index:2;
  max-width:820px;
  padding:96px 7vw;
  color:#fff;
}

.yansi-about-hero-content span{
  display:inline-block;
  margin-bottom:16px;
  padding:9px 17px;
  border-radius:999px;
  background:rgba(255,255,255,0.18);
  border:1px solid rgba(255,255,255,0.24);
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.yansi-about-hero-content h1{
  margin:0 0 20px;
  font-size:clamp(42px, 5vw, 74px);
  line-height:1.02;
  font-weight:900;
  color:#fff;
  text-shadow:0 8px 24px rgba(0,0,0,0.18);
}

.yansi-about-hero-content p{
  max-width:650px;
  margin:0 0 30px;
  font-size:clamp(17px, 1.55vw, 22px);
  line-height:1.58;
  color:rgba(255,255,255,0.94);
}

.yansi-about-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.yansi-about-hero-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:15px 26px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
}

.yansi-about-primary-btn{
  background:#e63946;
  color:#fff;
  box-shadow:0 14px 30px rgba(230,57,70,0.30);
}

.yansi-about-secondary-btn{
  background:rgba(255,255,255,0.14);
  color:#fff;
  border:1px solid rgba(255,255,255,0.32);
  backdrop-filter:blur(8px);
}

.yansi-about-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:74px 22px 84px;
  background:
    radial-gradient(circle at top left, rgba(30,100,190,0.08), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.yansi-about-wrap{
  width:min(1180px, 100%);
  margin:0 auto;
}

.yansi-about-intro{
  max-width:940px;
  margin:0 auto 38px;
  text-align:center;
}

.yansi-about-intro span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:#eaf2ff;
  color:#164a8b;
  font-weight:850;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-about-intro h2{
  margin:16px 0 14px;
  font-size:clamp(30px, 3.4vw, 50px);
  line-height:1.08;
  color:#10243f;
  font-weight:900;
}

.yansi-about-intro p{
  margin:0 auto 16px;
  max-width:850px;
  color:#516173;
  font-size:18px;
  line-height:1.72;
}

.yansi-about-trust-strip{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
  margin:36px 0 42px;
}

.yansi-about-trust-item{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:22px;
  padding:20px;
  box-shadow:0 14px 34px rgba(16,36,63,0.07);
}

.yansi-about-trust-item strong{
  display:block;
  margin-bottom:6px;
  color:#10243f;
  font-size:17px;
  font-weight:900;
}

.yansi-about-trust-item p{
  margin:0;
  color:#5d6c7d;
  line-height:1.55;
  font-size:15px;
}

.yansi-about-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  margin:38px 0 34px;
}

.yansi-about-card{
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:26px;
  padding:28px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-about-icon{
  width:56px;
  height:56px;
  border-radius:19px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  font-size:26px;
  background:linear-gradient(135deg, #eaf2ff, #ffffff);
  border:1px solid rgba(22,74,139,0.12);
}

.yansi-about-card h3{
  margin:0 0 10px;
  color:#10243f;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
}

.yansi-about-card p{
  margin:0 0 14px;
  color:#5d6c7d;
  line-height:1.65;
  font-size:16px;
}

.yansi-about-card a,
.yansi-about-panel a,
.yansi-about-disclosure a,
.yansi-about-contact-card a{
  color:#164a8b;
  font-weight:850;
  text-decoration:none;
}

.yansi-about-card a:hover,
.yansi-about-panel a:hover,
.yansi-about-disclosure a:hover,
.yansi-about-contact-card a:hover{
  text-decoration:underline;
}

.yansi-about-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
  margin-top:38px;
}

.yansi-about-panel{
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:34px;
  box-shadow:0 22px 55px rgba(16,36,63,0.09);
  position:relative;
  overflow:hidden;
}

.yansi-about-panel:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:7px;
  background:linear-gradient(90deg, #164a8b, #2c79d8, #e63946);
}

.yansi-about-panel h2{
  margin:0 0 14px;
  color:#10243f;
  font-size:34px;
  line-height:1.12;
  font-weight:900;
}

.yansi-about-panel p{
  margin:0 0 16px;
  color:#5d6c7d;
  line-height:1.72;
  font-size:17px;
}

.yansi-about-values{
  display:grid;
  gap:14px;
  margin-top:20px;
}

.yansi-about-value{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  border-radius:20px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
}

.yansi-about-check{
  width:34px;
  height:34px;
  border-radius:999px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e63946;
  color:#fff;
  font-weight:900;
}

.yansi-about-value h3{
  margin:0 0 5px;
  color:#10243f;
  font-size:18px;
  font-weight:900;
}

.yansi-about-value p{
  margin:0;
  color:#5d6c7d;
  font-size:15.5px;
  line-height:1.58;
}

.yansi-about-writer-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  margin-top:24px;
}

.yansi-about-writer-card{
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-about-writer-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.yansi-about-writer-card-body{
  padding:22px;
}

.yansi-about-writer-card h3{
  margin:0 0 8px;
  color:#10243f;
  font-size:21px;
  line-height:1.2;
  font-weight:900;
}

.yansi-about-writer-role{
  display:block;
  margin-bottom:10px;
  color:#164a8b;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.yansi-about-writer-card p{
  margin:0;
  color:#5d6c7d;
  line-height:1.65;
  font-size:15.5px;
}

.yansi-about-link-box{
  margin-top:34px;
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:30px;
  padding:32px;
  box-shadow:0 18px 45px rgba(16,36,63,0.08);
}

.yansi-about-link-box h2{
  margin:0 0 12px;
  color:#10243f;
  font-size:32px;
  line-height:1.15;
  font-weight:900;
}

.yansi-about-link-box p{
  margin:0 0 20px;
  color:#5d6c7d;
  line-height:1.7;
  font-size:17px;
}

.yansi-about-link-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:14px;
}

.yansi-about-link-grid a{
  display:block;
  padding:16px;
  border-radius:18px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.08);
  color:#164a8b;
  text-decoration:none;
  font-weight:850;
  line-height:1.35;
}

.yansi-about-link-grid a:hover{
  background:#eef6ff;
}

.yansi-about-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
}

.yansi-about-contact-card{
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.10);
  border-radius:22px;
  padding:22px;
}

.yansi-about-contact-card strong{
  display:block;
  margin-bottom:8px;
  color:#10243f;
  font-size:18px;
  font-weight:900;
}

.yansi-about-contact-card p{
  margin:0 0 10px;
  color:#5d6c7d;
  line-height:1.62;
  font-size:16px;
}

.yansi-about-disclosure{
  margin-top:34px;
  padding:24px 26px;
  border-radius:26px;
  background:#fff8f0;
  border:1px solid rgba(234,138,42,0.22);
  color:#5f4528;
  line-height:1.7;
  font-size:16px;
}

.yansi-about-disclosure p{
  margin:0 0 14px;
}

.yansi-about-disclosure p:last-child{
  margin-bottom:0;
}

.yansi-about-disclosure strong{
  color:#10243f;
}

.yansi-about-cta{
  margin-top:34px;
  padding:30px;
  border-radius:30px;
  background:linear-gradient(135deg, #10243f 0%, #164a8b 62%, #2c79d8 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 22px 50px rgba(16,36,63,0.16);
}

.yansi-about-cta h2{
  margin:0 0 8px;
  color:#fff;
  font-size:30px;
  font-weight:900;
}

.yansi-about-cta p{
  margin:0;
  color:rgba(255,255,255,0.86);
  line-height:1.55;
  font-size:16px;
}

.yansi-about-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  flex:0 0 auto;
}

.yansi-about-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
}

.yansi-about-cta-primary{
  background:#fff;
  color:#164a8b;
}

.yansi-about-cta-secondary{
  background:rgba(255,255,255,0.12);
  color:#fff;
  border:1px solid rgba(255,255,255,0.26);
}

@media(min-width:769px){
  .yansi-about-hero-content{
    transform:translateX(80px);
  }
}

@media(max-width:1000px){
  .yansi-about-trust-strip,
  .yansi-about-link-grid,
  .yansi-about-contact-grid,
  .yansi-about-writer-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .yansi-about-feature-grid,
  .yansi-about-split{
    grid-template-columns:1fr;
  }

  .yansi-about-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(max-width:768px){
  .yansi-about-hero{
    min-height:580px;
    background-position:62% center;
  }

  .yansi-about-hero-overlay{
    background:linear-gradient(180deg, rgba(5,30,65,0.88) 0%, rgba(5,30,65,0.68) 58%, rgba(5,30,65,0.42) 100%);
  }

  .yansi-about-hero-content{
    padding:74px 24px;
    transform:none;
  }

  .yansi-about-hero-content h1{
    font-size:42px;
  }

  .yansi-about-section{
    padding:54px 18px 66px;
  }

  .yansi-about-trust-strip,
  .yansi-about-link-grid,
  .yansi-about-contact-grid,
  .yansi-about-writer-grid{
    grid-template-columns:1fr;
  }

  .yansi-about-card,
  .yansi-about-panel,
  .yansi-about-link-box{
    padding:24px 20px;
    border-radius:24px;
  }

  .yansi-about-cta-actions,
  .yansi-about-cta a{
    width:100%;
  }
}

/* COMIENZAN LOS POST */
/* COMIENZAN LOS POST */
/* COMIENZAN LOS POST */

/* ===================================================================
https://youngamericansinsurance.com/young-america-insurance-indianapolis/
========================================================================= */
.yansi-city-article,
.yansi-city-article *{
  box-sizing:border-box;
}

.yansi-city-article{
  width:min(1280px, 100%) !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:0 32px 70px !important;
  color:#172033;
  font-family:inherit;
}

.yansi-city-author{
  margin:22px 0 30px;
  padding:16px 18px;
  border-left:4px solid #e63946;
  background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
  border-radius:16px;
  box-shadow:0 14px 34px rgba(16,36,63,0.08);
}

.yansi-city-date{
  font-size:13px;
  color:#64748b;
  font-style:italic;
  margin:0 0 10px;
  text-align:right;
}

.yansi-city-author summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:#172033;
}

.yansi-city-author summary::-webkit-details-marker{
  display:none;
}

.yansi-city-role{
  font-weight:500;
  color:#64748b;
}

.yansi-city-bio{
  margin-top:12px;
  color:#475569;
  font-size:14px;
  line-height:1.65;
}

.yansi-city-bio p{
  margin:0 0 10px;
}

.yansi-city-hero-card{
  margin:26px 0 34px;
  padding:34px;
  border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 34%),
    linear-gradient(135deg,#071b36 0%,#123f78 58%,#1f70d1 100%);
  color:#fff;
  box-shadow:0 22px 55px rgba(16,36,63,0.16);
}

.yansi-city-hero-card span{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.24);
  color:#fff;
  font-size:13px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.yansi-city-hero-card h2{
  margin:0 0 12px;
  color:#fff !important;
  font-size:clamp(30px,4vw,50px);
  line-height:1.08;
  font-weight:950;
  text-shadow:0 6px 18px rgba(0,0,0,0.28);
}

.yansi-city-hero-card p{
  margin:0;
  max-width:900px;
  color:rgba(255,255,255,0.94) !important;
  font-size:18px;
  line-height:1.7;
}

.yansi-city-article h2{
  margin:42px 0 14px;
  color:#10243f;
  font-size:clamp(28px,3vw,38px);
  line-height:1.15;
  font-weight:950;
}

.yansi-city-article h3{
  margin:26px 0 10px;
  color:#10243f;
  font-size:23px;
  line-height:1.25;
  font-weight:900;
}

.yansi-city-article p{
  margin:0 0 18px;
  color:#465568;
  font-size:17px;
  line-height:1.78;
}

.yansi-city-article a{
  color:#164a8b;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}

.yansi-city-article a:hover{
  color:#e63946;
}

.yansi-city-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  margin:26px 0 34px;
}

.yansi-city-card{
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  box-shadow:0 16px 38px rgba(16,36,63,0.08);
}

.yansi-city-icon{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  border-radius:18px;
  background:#eaf2ff;
  font-size:25px;
}

.yansi-city-card h3{
  margin:0 0 9px;
  font-size:21px;
}

.yansi-city-card p{
  margin:0;
  font-size:16px;
  line-height:1.66;
}

.yansi-city-table-wrap{
  overflow-x:auto;
  margin:24px 0 34px;
  border-radius:22px;
  box-shadow:0 16px 38px rgba(16,36,63,0.08);
}

.yansi-city-table{
  width:100%;
  min-width:900px;
  border-collapse:collapse;
  background:#fff;
}

.yansi-city-table th{
  background:#10243f;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-city-table td{
  padding:16px;
  border-bottom:1px solid rgba(20,56,96,0.10);
  color:#465568;
  vertical-align:top;
  font-size:15.5px;
  line-height:1.55;
}

.yansi-city-table tr:nth-child(even) td{
  background:#f8fbff;
}

.yansi-city-list-card{
  margin:24px 0 34px;
  padding:26px;
  border-radius:26px;
  background:#ffffff;
  border:1px solid rgba(20,56,96,0.10);
  box-shadow:0 18px 42px rgba(16,36,63,0.08);
}

.yansi-city-list-card ul,
.yansi-city-list-card ol{
  margin:0;
  padding-left:22px;
}

.yansi-city-list-card li{
  margin:0 0 12px;
  color:#465568;
  font-size:16.5px;
  line-height:1.68;
}

.yansi-city-highlight{
  margin:28px 0;
  padding:24px;
  border-radius:24px;
  background:#fff7ed;
  border:1px solid rgba(251,146,60,0.28);
}

.yansi-city-highlight p{
  margin:0;
  color:#7c2d12;
}

.yansi-city-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin:28px 0 36px;
}

.yansi-city-panel{
  padding:28px;
  border-radius:26px;
  background:#fff;
  border:1px solid rgba(20,56,96,0.10);
  box-shadow:0 18px 42px rgba(16,36,63,0.08);
}

.yansi-city-panel h3{
  margin-top:0;
}

.yansi-city-faq{
  margin-top:32px;
}

.yansi-city-faq-item{
  margin:0 0 16px;
  padding:22px;
  border-radius:22px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.10);
}

.yansi-city-faq-item h3{
  margin:0 0 8px;
  font-size:20px;
}

.yansi-city-faq-item p{
  margin:0;
}

.yansi-city-cta{
  margin:42px 0 34px;
  padding:30px;
  border-radius:28px;
  background:linear-gradient(135deg,#10243f 0%,#164a8b 62%,#2c79d8 100%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 22px 55px rgba(16,36,63,0.16);
}

.yansi-city-cta h2{
  margin:0 0 8px;
  color:#fff !important;
  font-size:30px;
}

.yansi-city-cta p{
  margin:0;
  color:rgba(255,255,255,0.88);
}

.yansi-city-cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:999px;
  background:#fff;
  color:#164a8b;
  text-decoration:none;
  font-weight:950;
}

.yansi-city-references{
  margin-top:36px;
  padding:24px;
  border-radius:24px;
  background:#f8fbff;
  border:1px solid rgba(20,56,96,0.10);
}

.yansi-city-references h2{
  margin-top:0;
  font-size:28px;
}

.yansi-city-references ol{
  margin:0;
  padding-left:22px;
}

.yansi-city-references li{
  margin:0 0 12px;
  color:#465568;
  line-height:1.65;
}

@media(max-width:900px){
  .yansi-city-article{
    width:100% !important;
    max-width:100% !important;
    padding:0 18px 56px !important;
  }

  .yansi-city-grid,
  .yansi-city-split{
    grid-template-columns:1fr;
  }

  .yansi-city-hero-card,
  .yansi-city-list-card,
  .yansi-city-cta,
  .yansi-city-panel{
    padding:22px;
    border-radius:22px;
  }

  .yansi-city-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .yansi-city-cta a{
    width:100%;
  }
}

/* ==============================================================
https://youngamericansinsurance.com/young-america-insurance-cleveland-ohio/
=========================================================================== */
.yansi-cleveland-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-cleveland-article *{
  box-sizing:border-box;
}

.yansi-cleveland-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-cleveland-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-cleveland-hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  border-radius:32px;
  padding:52px 38px;
  margin:0 0 34px;
  background:
    radial-gradient(circle at 88% 8%,rgba(255,255,255,.26) 0,rgba(255,255,255,.08) 22%,transparent 38%),
    linear-gradient(135deg,#082f67 0%,#0b63ce 52%,#ffba08 100%);
  box-shadow:0 24px 54px rgba(8,47,103,.24);
}

.yansi-cleveland-hero span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.02em;
  margin-bottom:16px;
}

.yansi-cleveland-hero h2{
  color:#fff;
  font-size:clamp(32px,5vw,56px);
  line-height:1.05;
  margin:0 0 18px;
  max-width:880px;
}

.yansi-cleveland-hero p{
  font-size:18px;
  max-width:850px;
  margin:0;
  color:rgba(255,255,255,.94);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  font-size:26px;
  line-height:1.18;
  margin:0 0 14px;
  color:#082f67;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-intro-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0;
}

.yansi-card{
  position:relative;
  border:1px solid rgba(15,23,42,.09);
  border-radius:26px;
  padding:26px;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  overflow:hidden;
}

.yansi-card:before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:999px;
  right:-52px;
  top:-52px;
  background:rgba(255,255,255,.65);
}

.yansi-card > *{
  position:relative;
  z-index:1;
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-pink{
  background:linear-gradient(180deg,#ffeef4 0%,#fff8fb 100%);
  border-left:7px solid #f78fb3;
}

.yansi-purple{
  background:linear-gradient(180deg,#f1edff 0%,#fbf9ff 100%);
  border-left:7px solid #9b8cff;
}

.yansi-orange{
  background:linear-gradient(180deg,#fff0df 0%,#fffaf5 100%);
  border-left:7px solid #ff9f43;
}

.yansi-highlight-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-highlight-list li{
  border:1px solid rgba(15,23,42,.08);
  padding:14px 16px;
  border-radius:17px;
  margin:0;
  background:#fff;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-highlight-list li:nth-child(1),
.yansi-highlight-list li:nth-child(5){
  background:#f1f7ff;
  border-left:5px solid #7bbcff;
}

.yansi-highlight-list li:nth-child(2){
  background:#fff7df;
  border-left:5px solid #f2c94c;
}

.yansi-highlight-list li:nth-child(3){
  background:#effcf5;
  border-left:5px solid #57c785;
}

.yansi-highlight-list li:nth-child(4){
  background:#f5f0ff;
  border-left:5px solid #9b8cff;
}

.yansi-stat-box{
  position:relative;
  overflow:hidden;
  color:#fff;
  border-radius:26px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 100%);
  box-shadow:0 16px 38px rgba(8,47,103,.18);
}

.yansi-stat-box:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-70px;
  bottom:-70px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
}

.yansi-stat-box strong{
  display:block;
  font-size:44px;
  line-height:1;
  margin-bottom:12px;
}

.yansi-stat-box span{
  position:relative;
  z-index:1;
  color:rgba(255,255,255,.9);
}

.yansi-image-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:32px 0;
}

.yansi-image-row figure{
  margin:0;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 30px rgba(15,23,42,.08);
  background:#fff;
}

.yansi-image-row figure:nth-child(1){
  background:#eaf4ff;
}

.yansi-image-row figure:nth-child(2){
  background:#fff4cf;
}

.yansi-image-row figure:nth-child(3){
  background:#effcf5;
}

.yansi-image-row img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.yansi-image-row figcaption{
  padding:14px 16px;
  font-size:14px;
  line-height:1.55;
  color:#475569;
}

.yansi-two-col{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin:24px 0;
}

.yansi-pill-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin:22px 0;
}

.yansi-pill{
  border-radius:20px;
  padding:20px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}

.yansi-pill:nth-child(1){
  background:#eaf4ff;
  border-left:6px solid #7bbcff;
}

.yansi-pill:nth-child(2){
  background:#fff4cf;
  border-left:6px solid #f2c94c;
}

.yansi-pill:nth-child(3){
  background:#e8faef;
  border-left:6px solid #57c785;
}

.yansi-pill strong{
  display:block;
  color:#082f67;
  font-size:18px;
  margin-bottom:7px;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-callout{
  margin:26px 0;
  padding:24px;
  border-radius:24px;
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-callout strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  position:relative;
  overflow:hidden;
  color:#fff;
  padding:36px;
  border-radius:30px;
  margin:40px 0;
  background:
    radial-gradient(circle at 88% 20%,rgba(255,255,255,.22) 0,transparent 32%),
    linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h3{
  color:#fff;
  font-size:30px;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
  margin:0 0 18px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq details:nth-of-type(1),
.yansi-faq details:nth-of-type(4){
  background:#eaf4ff;
}

.yansi-faq details:nth-of-type(2),
.yansi-faq details:nth-of-type(5){
  background:#fff4cf;
}

.yansi-faq details:nth-of-type(3){
  background:#e8faef;
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

@media(max-width:860px){
  .yansi-cleveland-article{
    padding:24px 14px 48px;
  }

  .yansi-cleveland-hero{
    padding:34px 22px;
    border-radius:24px;
  }

  .yansi-intro-grid,
  .yansi-two-col,
  .yansi-image-row,
  .yansi-pill-grid{
    grid-template-columns:1fr;
  }

  .yansi-card,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }

  .yansi-image-row img{
    height:235px;
  }
}

/* =====================================================================
https://youngamericansinsurance.com/young-america-insurance/
============================================================== */
.yansi-youngadult-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-youngadult-article *{
  box-sizing:border-box;
}

.yansi-youngadult-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-youngadult-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-two-col{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-final-quote{
  margin:40px auto 10px;
  width:100%;
  max-width:860px;
}

.yansi-final-quote-inner{
  background:linear-gradient(135deg,#13213f 0%,#0f1b36 100%);
  border-radius:22px;
  padding:28px 24px;
  box-shadow:0 12px 30px rgba(10,20,40,.16);
  border:1px solid rgba(255,255,255,.08);
}

.yansi-final-quote-copy{
  text-align:center;
  max-width:680px;
  margin:0 auto 18px;
}

.yansi-final-quote-badge{
  display:inline-block;
  background:#ffffff;
  border:1px solid #d7e3ff;
  color:#3557ad;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 12px;
  margin:0 0 12px;
}

.yansi-final-quote h2{
  margin:0 0 10px;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:900;
}

.yansi-final-quote p{
  margin:0;
  color:#dbe6ff !important;
  -webkit-text-fill-color:#dbe6ff;
  font-size:16px;
  line-height:1.7;
}

.yansi-final-quote form{
  max-width:640px;
  margin:0 auto;
}

.yansi-final-quote-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
}

.yansi-final-quote input,
.yansi-final-quote select{
  height:52px;
  border-radius:14px;
  border:1px solid #cfd9ee;
  padding:0 16px;
  font-size:15px;
  font-weight:700;
  color:#1c2740;
  box-sizing:border-box;
  background:#ffffff;
}

.yansi-final-quote input{
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  text-align:center;
  padding:0 14px;
}

.yansi-final-quote select{
  flex:0 0 150px;
  min-width:150px;
}

.yansi-final-quote button{
  flex:0 0 auto;
  height:52px;
  border:none;
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,#ff7a1a 0%,#ff9a2f 100%);
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,122,26,.28);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-youngadult-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-two-col,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-decision-card,
  .yansi-warning,
  .yansi-final-quote-inner{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-final-quote input,
  .yansi-final-quote select,
  .yansi-final-quote button{
    width:100%;
    max-width:none;
    flex:1 1 100%;
  }
}
.yansi-youngadult-image-wide{
  width:100%;
  max-width:100%;
  margin:30px 0;
  border-radius:26px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-youngadult-image-wide img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

.yansi-youngadult-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

/* ========================================================
https://youngamericansinsurance.com/bnpl-car-insurance/
======================================================= */
.yansi-bnpl-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-bnpl-article *{
  box-sizing:border-box;
}

.yansi-bnpl-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-bnpl-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-bnpl-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-bnpl-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-bnpl-hero h1{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-bnpl-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-bnpl-hero img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

@media(max-width:860px){
  .yansi-bnpl-article{
    padding:24px 14px 48px;
  }

  .yansi-bnpl-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-bnpl-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-bnpl-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ===============================================================
https://youngamericansinsurance.com/young-american-auto-insurance/
=================================================================== */
.yansi-yaauto-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-yaauto-article *{
  box-sizing:border-box;
}

.yansi-yaauto-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-yaauto-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-yaauto-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(18,48,87,0.05);
}

.yansi-yaauto-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-yaauto-editorial-card strong,
.yansi-yaauto-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-yaauto-editorial-details{
  margin-top:10px;
  border-top:1px solid #e5eef7;
  padding-top:10px;
}

.yansi-yaauto-editorial-details summary{
  cursor:pointer;
  color:#0b63ce;
  font-weight:900;
  font-size:14px;
}

.yansi-yaauto-editorial-details p{
  margin:10px 0 0;
  color:#526071;
}

.yansi-yaauto-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}

.yansi-yaauto-tags li{
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  border:1px solid #dbeafe;
  color:#284b7a;
  font-size:12px;
  font-weight:800;
}

.yansi-yaauto-intro-card{
  margin:0 0 34px;
  padding:30px;
  border-radius:28px;
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-yaauto-label{
  display:inline-flex;
  margin:0 0 14px;
  padding:8px 14px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.yansi-yaauto-intro-card p{
  margin:0 0 14px;
  color:#233047;
  font-size:18px;
}

.yansi-yaauto-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-ref{
  border-bottom:0!important;
  font-weight:900!important;
  color:#0b63ce!important;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  border:0;
  border-radius:999px;
  padding:0 14px;
  font-size:16px;
  font-weight:800;
  outline:none;
  text-align:center;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form button:hover{
  background:#ffe27a;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-yaauto-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-yaauto-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
    max-width:none;
    flex:1 1 auto;
  }
}
/* Fix infographic overflow */
.yansi-image-wide{
  width:100% !important;
  max-width:100% !important;
  margin:30px 0 !important;
  border-radius:26px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-yaauto-article{
  overflow:hidden;
}

/* ===============================================================
https://youngamericansinsurance.com/cheap-car-insurance-no-deposit/
===================================================================== */
.yansi-nodeposit-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-nodeposit-article *{
  box-sizing:border-box;
}

.yansi-nodeposit-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-nodeposit-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-nodeposit-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ==============================================================
https://youngamericansinsurance.com/classic-car-insurance-quotes/
================================================================= */
.yansi-classic-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-classic-article *{
  box-sizing:border-box;
}

.yansi-classic-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-classic-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-classic-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ==============================================================
https://youngamericansinsurance.com/young-america-mutual-auto-insurance/
=========================================================================== */
.yansi-mutual-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 64px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-mutual-article *{
  box-sizing:border-box;
}

.yansi-mutual-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.25);
}

.yansi-mutual-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-mutual-author-card{
  margin:0 0 22px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:#f8fbff;
  box-shadow:0 8px 22px rgba(18,48,87,.05);
}

.yansi-mutual-author-card p{
  margin:0;
  font-size:14.5px;
  line-height:1.65;
  color:#526071;
}

.yansi-mutual-author-card strong{
  color:#123057;
}

.yansi-mutual-author-card time{
  font-weight:800;
  color:#123057;
}

.yansi-mutual-intro{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:stretch;
  margin:0 0 24px;
}

.yansi-mutual-intro-copy{
  padding:28px;
  border-radius:26px;
  background:
    radial-gradient(circle at top left, rgba(220,38,38,.12), transparent 32%),
    linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%);
  border:1px solid #dbeafe;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
}

.yansi-mutual-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:7px 12px;
  border-radius:999px;
  background:#ffffff;
  color:#1e3a8a;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  border:1px solid #dbeafe;
}

.yansi-mutual-intro-copy p{
  margin:0 0 14px;
  font-size:17px;
}

.yansi-mutual-intro-copy p:last-child{
  margin-bottom:0;
}

.yansi-mutual-hero-image{
  margin:0;
  min-height:100%;
  border-radius:26px;
  overflow:hidden;
  border:1px solid #e5e7eb;
  box-shadow:0 18px 42px rgba(15,23,42,.08);
  background:#f3f4f6;
}

.yansi-mutual-hero-image img{
  width:100%;
  height:100%;
  min-height:310px;
  display:block;
  object-fit:cover;
}

.yansi-mutual-quote-card{
  margin:0 0 32px;
  padding:24px;
  border-radius:26px;
  background:linear-gradient(135deg,#111827 0%,#1e3a8a 100%);
  color:#ffffff;
  box-shadow:0 20px 44px rgba(15,23,42,.18);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,420px);
  gap:22px;
  align-items:center;
}

.yansi-mutual-quote-card h3{
  margin:0 0 8px;
  color:#ffffff;
  font-size:25px;
  line-height:1.2;
}

.yansi-mutual-quote-card p{
  margin:0;
  color:rgba(255,255,255,.88);
}

.yansi-mutual-zip-form{
  display:flex;
  gap:10px;
  padding:8px;
  background:#ffffff;
  border-radius:999px;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.yansi-mutual-zip-form input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:13px 14px;
  border-radius:999px;
  font-size:16px;
  color:#111827;
}

.yansi-mutual-zip-form button{
  border:0;
  cursor:pointer;
  padding:13px 18px;
  border-radius:999px;
  background:#dc2626;
  color:#ffffff;
  font-weight:900;
  font-size:15px;
  white-space:nowrap;
}

.yansi-mutual-zip-form button:hover{
  background:#b91c1c;
}

.yansi-mutual-small{
  display:block;
  margin-top:9px;
  font-size:12.5px;
  color:rgba(255,255,255,.72);
}

.yansi-section{
  margin:0 0 30px;
  padding:26px;
  border-radius:24px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 28px rgba(15,23,42,.045);
}

.yansi-section h2{
  margin:0 0 14px;
  color:#102033;
  font-size:28px;
  line-height:1.24;
  letter-spacing:-.02em;
}

.yansi-section h3{
  margin:0 0 10px;
  color:#102033;
  font-size:20px;
  line-height:1.28;
}

.yansi-section p{
  margin:0 0 16px;
}

.yansi-section p:last-child{
  margin-bottom:0;
}

.yansi-alert{
  margin:18px 0 0;
  padding:16px 18px;
  border-radius:18px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  color:#7c2d12;
}

.yansi-alert strong{
  color:#7c2d12;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:20px 0 0;
}

.yansi-card{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-card p{
  margin:0;
}

.yansi-blue{
  background:#eff6ff;
}

.yansi-yellow{
  background:#fffbeb;
}

.yansi-green{
  background:#ecfdf5;
}

.yansi-red{
  background:#fef2f2;
}

.yansi-soft-box{
  margin:18px 0 0;
  padding:20px;
  border-radius:22px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}

.yansi-checklist{
  margin:0;
  padding:0;
  list-style:none;
}

.yansi-checklist li{
  position:relative;
  margin:0 0 10px;
  padding-left:28px;
}

.yansi-checklist li:last-child{
  margin-bottom:0;
}

.yansi-checklist li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:19px;
  height:19px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#dcfce7;
  color:#166534;
  font-size:12px;
  font-weight:900;
}

.yansi-table-wrap{
  overflow-x:auto;
  margin:18px 0 0;
  border-radius:20px;
  border:1px solid #e5e7eb;
}

.yansi-table{
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  background:#ffffff;
}

.yansi-table th,
.yansi-table td{
  padding:15px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid #e5e7eb;
}

.yansi-table th{
  background:#f3f6fb;
  color:#102033;
  font-size:14px;
}

.yansi-table tr:last-child td{
  border-bottom:0;
}

.yansi-fact-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:18px 0 0;
}

.yansi-fact{
  padding:15px;
  border-radius:18px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.yansi-fact strong{
  display:block;
  color:#102033;
  margin-bottom:3px;
}

.yansi-faq details{
  padding:16px 0;
  border-bottom:1px solid #e5e7eb;
}

.yansi-faq details:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.yansi-faq summary{
  cursor:pointer;
  color:#102033;
  font-weight:900;
  font-size:17px;
}

.yansi-faq details p{
  margin:12px 0 0;
}

.yansi-conclusion{
  background:linear-gradient(135deg,#f8fbff 0%,#fef2f2 100%);
}

.yansi-final-cta{
  margin:0 0 30px;
  padding:28px;
  border-radius:26px;
  background:#102033;
  color:#ffffff;
  box-shadow:0 18px 44px rgba(15,23,42,.16);
}

.yansi-final-cta h2{
  margin:0 0 10px;
  color:#ffffff;
  font-size:28px;
  line-height:1.2;
}

.yansi-final-cta p{
  margin:0 0 18px;
  color:rgba(255,255,255,.86);
}

.yansi-final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:999px;
  background:#dc2626;
  color:#ffffff;
  font-weight:900;
  border:0;
}

.yansi-final-cta a:hover{
  background:#b91c1c;
  color:#ffffff;
}

.yansi-reference-box{
  margin:0;
  padding:22px;
  border-radius:22px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
}

.yansi-reference-box h3{
  margin:0 0 12px;
  color:#102033;
}

.yansi-reference-box ol{
  margin:0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin:0 0 10px;
  overflow-wrap:anywhere;
}

@media (max-width:860px){
  .yansi-mutual-article{
    padding:24px 15px 48px;
  }

  .yansi-mutual-intro,
  .yansi-mutual-quote-card{
    grid-template-columns:1fr;
  }

  .yansi-mutual-intro-copy,
  .yansi-section,
  .yansi-final-cta{
    padding:22px;
  }

  .yansi-card-grid,
  .yansi-fact-list{
    grid-template-columns:1fr;
  }

  .yansi-mutual-zip-form{
    border-radius:20px;
    flex-direction:column;
  }

  .yansi-mutual-zip-form input,
  .yansi-mutual-zip-form button{
    width:100%;
  }
}

/* ================================================================
https://youngamericansinsurance.com/car-insurance-in-alabama/
================================================================= */
.yansi-alabama-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-alabama-article *{
  box-sizing:border-box;
}

.yansi-alabama-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-alabama-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-scenario-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-mini-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-mini-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-mini-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-alabama-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-scenario-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-mini-card{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* =================================================================
https://youngamericansinsurance.com/oklahoma-car-insurance/
============================================================== */
.yansi-oklahoma-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-oklahoma-article *{
  box-sizing:border-box;
}

.yansi-oklahoma-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-oklahoma-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-oklahoma-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/young-america-insurance-website/
===================================================================== */
.yansi-site-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-site-article *{
  box-sizing:border-box;
}

.yansi-site-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-site-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-site-author-card{
  box-sizing:border-box;
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #e7edf5;
  border-radius:16px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  color:#111827;
  font-size:13px;
  line-height:1.6;
}

.yansi-site-author-card *{
  box-sizing:border-box;
  font-size:inherit;
  line-height:inherit;
  overflow-wrap:anywhere;
}

.yansi-site-author-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.yansi-site-author-left{
  min-width:0;
  flex:1 1 auto;
}

.yansi-site-author-badge-row{
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-width:0;
}

.yansi-site-author-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#13213f 0%,#22325a 100%);
  color:#ffffff;
  box-shadow:0 6px 16px rgba(19,33,63,.18);
  flex:0 0 42px;
}

.yansi-site-author-meta{
  min-width:0;
  flex:1 1 auto;
}

.yansi-site-author-byline{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  margin:0 0 2px;
}

.yansi-site-author-by{
  font-weight:700;
  color:#1f2937;
}

.yansi-site-author-name{
  font-weight:800;
  color:#0f172a;
}

.yansi-site-author-role{
  color:#64748b;
  font-weight:500;
}

.yansi-site-author-sub{
  margin:0;
  color:#64748b;
  font-size:12px;
}

.yansi-site-author-date{
  margin:0;
  white-space:nowrap;
  color:#64748b;
  font-size:12px;
  font-style:italic;
  text-align:right;
  flex:0 0 auto;
}

.yansi-site-author-toggle{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
  border:0;
  background:transparent;
  padding:0;
  color:#0a7a78;
  font-weight:800;
  text-decoration:none;
}

.yansi-site-author-toggle:hover{
  opacity:.88;
}

.yansi-site-author-caret{
  display:inline-block;
  transition:transform .2s ease;
}

.yansi-site-author-card.is-open .yansi-site-author-caret{
  transform:rotate(180deg);
}

.yansi-site-author-bio{
  display:none;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e7edf5;
  color:#334155;
}

.yansi-site-author-card.is-open .yansi-site-author-bio{
  display:block;
}

.yansi-site-author-bio p{
  margin:0 0 10px;
}

.yansi-site-author-note{
  color:#6b7280;
  font-size:12px;
}

.yansi-site-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px;
  padding:0;
  list-style:none;
}

.yansi-site-author-tags li{
  margin:0;
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:#284b7a;
  border:1px solid #dbeafe;
  font-size:11px;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-final-quote{
  margin:40px auto 10px;
  width:100%;
  max-width:860px;
}

.yansi-final-quote-inner{
  background:linear-gradient(135deg,#13213f 0%,#0f1b36 100%);
  border-radius:22px;
  padding:28px 24px;
  box-shadow:0 12px 30px rgba(10,20,40,.16);
  border:1px solid rgba(255,255,255,.08);
}

.yansi-final-quote-copy{
  text-align:center;
  max-width:680px;
  margin:0 auto 18px;
}

.yansi-final-quote-badge{
  display:inline-block;
  background:#ffffff;
  border:1px solid #d7e3ff;
  color:#3557ad;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 12px;
  margin:0 0 12px;
}

.yansi-final-quote h2{
  margin:0 0 10px;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:900;
}

.yansi-final-quote p{
  margin:0;
  color:#dbe6ff !important;
  -webkit-text-fill-color:#dbe6ff;
  font-size:16px;
  line-height:1.7;
}

.yansi-final-quote form{
  max-width:640px;
  margin:0 auto;
}

.yansi-final-quote-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
}

.yansi-final-quote input,
.yansi-final-quote select{
  height:52px;
  border-radius:14px;
  border:1px solid #cfd9ee;
  padding:0 16px;
  font-size:15px;
  font-weight:700;
  color:#1c2740;
  box-sizing:border-box;
  background:#ffffff;
}

.yansi-final-quote input{
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  text-align:center;
  padding:0 14px;
}

.yansi-final-quote select{
  flex:0 0 150px;
  min-width:150px;
}

.yansi-final-quote button{
  flex:0 0 auto;
  height:52px;
  border:none;
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,#ff7a1a 0%,#ff9a2f 100%);
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,122,26,.28);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-site-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-decision-card,
  .yansi-warning,
  .yansi-final-quote-inner{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-site-author-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .yansi-site-author-date{
    white-space:normal;
    text-align:left;
  }

  .yansi-final-quote input,
  .yansi-final-quote select,
  .yansi-final-quote button{
    width:100%;
    max-width:none;
    flex:1 1 100%;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/cheap-car-insurance-for-young-drivers/
=========================================================================== */
.yansi-youngcheap-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-youngcheap-article *{
  box-sizing:border-box;
}

.yansi-youngcheap-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-youngcheap-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-youngcheap-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ======================================================================
https://youngamericansinsurance.com/auto-insurance-options-for-young-drivers-hueytown/
========================================================================= */
.yansi-hueytown-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-hueytown-article *{
  box-sizing:border-box;
}

.yansi-hueytown-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-hueytown-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(18,48,87,0.05);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-editorial-details{
  margin-top:10px;
  border-top:1px solid #e5eef7;
  padding-top:10px;
}

.yansi-editorial-details summary{
  cursor:pointer;
  color:#0b63ce;
  font-weight:900;
  font-size:14px;
}

.yansi-editorial-details p{
  margin:10px 0 0;
  color:#526071;
}

.yansi-editorial-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}

.yansi-editorial-tags li{
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  border:1px solid #dbeafe;
  color:#284b7a;
  font-size:12px;
  font-weight:800;
}

.yansi-hueytown-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-hueytown-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-hueytown-hero h2{
  color:#fff;
  font-size:clamp(32px,4.8vw,54px);
  line-height:1.05;
  margin:0 0 18px;
  font-weight:950;
  letter-spacing:-.03em;
}

.yansi-hueytown-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-hueytown-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  border:0;
  border-radius:999px;
  padding:0 14px;
  font-size:16px;
  font-weight:800;
  outline:none;
  text-align:center;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form button:hover{
  background:#ffe27a;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-hueytown-article{
    padding:24px 14px 48px;
  }

  .yansi-hueytown-hero,
  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-hueytown-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-hueytown-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
    max-width:none;
    flex:1 1 auto;
  }
}

/* ====================================================================
https://youngamericansinsurance.com/young-americans-insurance-company/
======================================================================= */
.yansi-company-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-company-article *{
  box-sizing:border-box;
}

.yansi-company-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-company-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-two-col{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-final-quote{
  margin:40px auto 10px;
  width:100%;
  max-width:860px;
}

.yansi-final-quote-inner{
  background:linear-gradient(135deg,#13213f 0%,#0f1b36 100%);
  border-radius:22px;
  padding:28px 24px;
  box-shadow:0 12px 30px rgba(10,20,40,.16);
  border:1px solid rgba(255,255,255,.08);
}

.yansi-final-quote-copy{
  text-align:center;
  max-width:680px;
  margin:0 auto 18px;
}

.yansi-final-quote-badge{
  display:inline-block;
  background:#ffffff;
  border:1px solid #d7e3ff;
  color:#3557ad;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 12px;
  margin:0 0 12px;
}

.yansi-final-quote h2{
  margin:0 0 10px;
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:900;
}

.yansi-final-quote p{
  margin:0;
  color:#dbe6ff !important;
  -webkit-text-fill-color:#dbe6ff;
  font-size:16px;
  line-height:1.7;
}

.yansi-final-quote form{
  max-width:640px;
  margin:0 auto;
}

.yansi-final-quote-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
}

.yansi-final-quote input,
.yansi-final-quote select{
  height:52px;
  border-radius:14px;
  border:1px solid #cfd9ee;
  padding:0 16px;
  font-size:15px;
  font-weight:700;
  color:#1c2740;
  box-sizing:border-box;
  background:#ffffff;
}

.yansi-final-quote input{
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  text-align:center;
  padding:0 14px;
}

.yansi-final-quote select{
  flex:0 0 150px;
  min-width:150px;
}

.yansi-final-quote button{
  flex:0 0 auto;
  height:52px;
  border:none;
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,#ff7a1a 0%,#ff9a2f 100%);
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,122,26,.28);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-company-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-two-col,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-decision-card,
  .yansi-warning,
  .yansi-final-quote-inner{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-final-quote input,
  .yansi-final-quote select,
  .yansi-final-quote button{
    width:100%;
    max-width:none;
    flex:1 1 100%;
  }
}

/* ======================================================================
https://youngamericansinsurance.com/young-american-car-insurance/
=================================================================== */
.yansi-yacar-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-yacar-article *{
  box-sizing:border-box;
}

.yansi-yacar-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-yacar-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-yacar-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-yacar-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-yacar-hero h1{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-yacar-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-yacar-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

@media(max-width:860px){
  .yansi-yacar-article{
    padding:24px 14px 48px;
  }

  .yansi-yacar-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-yacar-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-yacar-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/buy-now-pay-later-car-insurance/
===================================================================== */
.yansi-bnplpay-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 24px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-bnplpay-article *{
  box-sizing:border-box;
}

.yansi-bnplpay-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-bnplpay-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-box{
  margin:0 0 28px;
  padding:16px 20px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-box p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-box strong,
.yansi-editorial-box time{
  color:#123057;
  font-weight:800;
}

.yansi-bnplpay-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 30px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-bnplpay-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-bnplpay-hero h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(32px,4.5vw,54px);
  line-height:1.06;
  font-weight:950;
}

.yansi-bnplpay-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-bnplpay-hero strong{
  color:#fff;
}

.yansi-bnplpay-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-ref{
  border-bottom:0!important;
  font-weight:900!important;
  color:#0b63ce!important;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-visual-checklist{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin:24px 0;
}

.yansi-visual-item{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-visual-item strong{
  display:block;
  color:#082f67;
  font-size:18px;
  margin-bottom:8px;
}

.yansi-visual-item p{
  margin:0;
  color:#4b5b70;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0 34px;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form button:hover{
  background:#ffe27a;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:34px 0 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-bnplpay-article{
    padding:24px 14px 20px;
  }

  .yansi-bnplpay-hero,
  .yansi-card-grid,
  .yansi-visual-checklist{
    grid-template-columns:1fr;
  }

  .yansi-bnplpay-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-bnplpay-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-warning,
  .yansi-visual-item{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
  }
}
.yansi-bnpl-image-wide{
  width:100%;
  max-width:100%;
  margin:30px 0;
  border-radius:26px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-bnpl-image-wide img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

.yansi-bnpl-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

/* ====================================================================
https://youngamericansinsurance.com/affordable-young-drivers-car-insurance-options/
======================================================================== */
.yansi-budgetyoung-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-budgetyoung-article *{
  box-sizing:border-box;
}

.yansi-budgetyoung-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-budgetyoung-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-intro-strip{
  background:linear-gradient(135deg,#f8fbff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.10);
  border-radius:26px;
  padding:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  margin:0 0 34px;
}

.yansi-intro-strip strong{
  color:#082f67;
}

.yansi-intro-strip p{
  margin:0 0 14px;
}

.yansi-intro-strip p:last-child{
  margin-bottom:0;
}

.yansi-article-meta{
  padding-top:14px;
  margin-top:16px !important;
  border-top:1px solid rgba(15,23,42,.10);
  color:#5d6c7d;
  font-size:14px;
  line-height:1.6;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-section p:last-child,
.yansi-card p:last-child{
  margin-bottom:0;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fff7f7 100%);
  border-left:7px solid #fb7185;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-inline-cta{
  color:#fff;
  padding:28px;
  border-radius:28px;
  margin:34px 0;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 100%);
  box-shadow:0 20px 46px rgba(8,47,103,.20);
}

.yansi-inline-cta h2{
  color:#fff;
  margin:0 0 10px;
}

.yansi-inline-cta p{
  color:rgba(255,255,255,.92);
  margin:0 0 18px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-final-form{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.yansi-final-form input{
  flex:0 0 132px;
  width:132px;
  max-width:132px;
  min-width:112px;
  height:52px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.70);
  padding:0 14px;
  font-size:15px;
  font-weight:700;
  color:#172033;
  background:#ffffff;
  box-sizing:border-box;
  text-align:center;
}

.yansi-final-form button{
  flex:0 0 auto;
  height:52px;
  border:0;
  border-radius:14px;
  padding:0 24px;
  background:linear-gradient(135deg,#ff7a1a 0%,#ff9a2f 100%);
  color:#ffffff;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,122,26,.28);
}

.yansi-infographic{
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}

.yansi-infographic figure{
  margin:0;
  text-align:center;
}

.yansi-infographic img{
  width:100%;
  max-width:900px;
  height:auto;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(15,23,42,.10);
  border:1px solid #e5e7eb;
}

.yansi-infographic figcaption{
  margin-top:10px;
  font-size:14px;
  color:#64748b;
  line-height:1.6;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-budgetyoung-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-inline-cta,
  .yansi-infographic{
    border-radius:22px;
    padding:22px;
  }
}

@media(max-width:640px){
  .yansi-final-form,
  .yansi-final-form input,
  .yansi-final-form button{
    width:100%;
    max-width:none;
    flex:1 1 auto;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/need-car-insurance-now-pay-later/
====================================================================== */
.yansi-nowpaylater-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-nowpaylater-article *{
  box-sizing:border-box;
}

.yansi-nowpaylater-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-nowpaylater-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-nowpaylater-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-nowpaylater-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-nowpaylater-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-nowpaylater-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-nowpaylater-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-nowpaylater-article{
    padding:24px 14px 48px;
  }

  .yansi-nowpaylater-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-nowpaylater-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-nowpaylater-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/cheapest-car-insurance-in-montana/
======================================================================= */
.yansi-montana-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-montana-article *{
  box-sizing:border-box;
}

.yansi-montana-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-montana-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(18,48,87,0.05);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-editorial-details{
  margin-top:10px;
  border-top:1px solid #e5eef7;
  padding-top:10px;
}

.yansi-editorial-details summary{
  cursor:pointer;
  color:#0b63ce;
  font-weight:900;
  font-size:14px;
}

.yansi-editorial-details p{
  margin:10px 0 0;
  color:#526071;
}

.yansi-editorial-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}

.yansi-editorial-tags li{
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  border:1px solid #dbeafe;
  color:#284b7a;
  font-size:12px;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-image-card{
  margin:32px auto;
  max-width:940px;
  padding:14px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 16px 36px rgba(15,23,42,.12);
}

.yansi-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:20px;
}

.yansi-image-card figcaption{
  margin:12px 4px 0;
  color:#526071;
  font-size:14px;
  line-height:1.55;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form button:hover{
  background:#ffe27a;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-montana-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
  }
}

/* ================================================================
https://youngamericansinsurance.com/car-insurance-first-month-free/
==================================================================== */
.yansi-firstfree-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 28px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-firstfree-article *{
  box-sizing:border-box;
}

.yansi-firstfree-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-firstfree-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-box{
  margin:0 0 24px;
  padding:16px 20px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-box p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-box strong,
.yansi-editorial-box time{
  color:#123057;
  font-weight:800;
}

.yansi-firstfree-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 30px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-firstfree-hero span,
.yansi-summary-kicker{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-firstfree-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-firstfree-hero strong{
  color:#fff;
}

.yansi-firstfree-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-summary-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:0 0 34px;
}

.yansi-summary-box .yansi-summary-kicker{
  color:#082f67;
  background:#eaf4ff;
  border:1px solid #cfe4ff;
  margin-bottom:14px;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-ref{
  border-bottom:0!important;
  font-weight:900!important;
  color:#0b63ce!important;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0 34px;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form button:hover{
  background:#ffe27a;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:34px 0 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-firstfree-article{
    padding:24px 14px 24px;
  }

  .yansi-firstfree-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-firstfree-hero{
    padding:24px;
    border-radius:24px;
  }

  .yansi-firstfree-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-summary-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/cheap-car-insurance-georgia-for-new-drivers/
======================================================================= */
.yansi-georgia-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-georgia-article *{
  box-sizing:border-box;
}

.yansi-georgia-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-georgia-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-georgia-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-georgia-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-georgia-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-georgia-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-georgia-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-georgia-article{
    padding:24px 14px 48px;
  }

  .yansi-georgia-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-georgia-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-georgia-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/start-car-insurance-with-checking-account/
====================================================================== */
.yansi-checking-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-checking-article *{
  box-sizing:border-box;
}

.yansi-checking-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-checking-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-checking-hero{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;
  margin:0 0 34px;
  padding:36px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
  overflow:hidden;
}

.yansi-checking-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-checking-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-checking-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  margin:0;
}

.yansi-checking-hero img{
  width:100%;
  height:340px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 18px 38px rgba(0,0,0,.20);
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-image-wide{
  margin:28px 0;
  border-radius:26px;
  overflow:hidden;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-checking-article{
    padding:24px 14px 48px;
  }

  .yansi-checking-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-checking-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-checking-hero img{
    height:250px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ==============================================================
https://youngamericansinsurance.com/cheap-renters-insurance-for-young-adults/
================================================================== */
.yansi-renters-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-renters-article *{
  box-sizing:border-box;
}

.yansi-renters-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-renters-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-renters-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/accc-insurance-company-review/
===================================================================== */
.yansi-accc-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-accc-article *{
  box-sizing:border-box;
}

.yansi-accc-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-accc-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-accc-hero{
  margin:0 0 34px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
}

.yansi-accc-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-accc-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-accc-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  max-width:890px;
  margin:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-accc-article{
    padding:24px 14px 48px;
  }

  .yansi-accc-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-accc-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}
</style>

<article class="yansi-accc-article">

<div class="yansi-accc-author-wrap">
  <style>
    .yansi-accc-author-wrap{
      text-align:left;
      margin:0 auto 24px;
      max-width:930px;
      padding:0;
      box-sizing:border-box;
    }

    .yansi-accc-author-card{
      box-sizing:border-box;
      margin:0 0 24px;
      padding:16px 18px;
      border:1px solid #e7edf5;
      border-radius:16px;
      background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
      box-shadow:0 10px 26px rgba(15,23,42,.05);
      color:#111827;
      font-size:13px !important;
      line-height:1.6 !important;
    }

    .yansi-accc-author-card *{
      box-sizing:border-box;
      font-size:inherit !important;
      line-height:inherit !important;
      overflow-wrap:anywhere;
      word-break:break-word;
    }

    .yansi-accc-author-top{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
    }

    .yansi-accc-author-left{
      min-width:0;
      flex:1 1 auto;
    }

    .yansi-accc-author-badge-row{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }

    .yansi-accc-author-icon{
      width:42px;
      height:42px;
      min-width:42px;
      border-radius:999px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,#082f67 0%,#0b63ce 100%);
      color:#ffffff;
      box-shadow:0 6px 16px rgba(8,47,103,.18);
      flex:0 0 42px;
    }

    .yansi-accc-author-meta{
      min-width:0;
      flex:1 1 auto;
    }

    .yansi-accc-author-byline{
      display:flex;
      flex-wrap:wrap;
      align-items:baseline;
      gap:6px;
      margin:0 0 2px !important;
    }

    .yansi-accc-author-by{
      font-weight:700;
      color:#1f2937;
    }

    .yansi-accc-author-name{
      font-weight:800;
      color:#0f172a;
    }

    .yansi-accc-author-role{
      color:#64748b;
      font-weight:500;
    }

    .yansi-accc-author-sub{
      margin:0 !important;
      color:#64748b;
      font-size:12px !important;
    }

    .yansi-accc-author-date{
      margin:0 !important;
      white-space:nowrap;
      color:#64748b;
      font-size:12px !important;
      font-style:italic;
      text-align:right;
      flex:0 0 auto;
    }

    .yansi-accc-author-toggle{
      margin-top:10px;
      display:inline-flex;
      align-items:center;
      gap:7px;
      cursor:pointer;
      border:0;
      background:transparent;
      padding:0;
      color:#0b63ce;
      font-weight:700;
      text-decoration:none;
    }

    .yansi-accc-author-toggle:hover{
      opacity:.88;
    }

    .yansi-accc-author-caret{
      display:inline-block;
      transition:transform .2s ease;
    }

    .yansi-accc-author-card.is-open .yansi-accc-author-caret{
      transform:rotate(180deg);
    }

    .yansi-accc-author-bio{
      display:none;
      margin-top:12px;
      padding-top:12px;
      border-top:1px solid #e7edf5;
      color:#334155;
    }

    .yansi-accc-author-card.is-open .yansi-accc-author-bio{
      display:block;
    }

    .yansi-accc-author-bio p{
      margin:0 0 10px !important;
    }

    .yansi-accc-author-note{
      color:#6b7280;
      font-size:12px !important;
    }

    .yansi-accc-author-tags{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin:0 0 10px !important;
      padding:0;
      list-style:none;
    }

    .yansi-accc-author-tags li{
      margin:0;
      padding:5px 10px;
      border-radius:999px;
      background:#eef6ff;
      color:#284b7a;
      border:1px solid #dbeafe;
      font-size:11px !important;
      font-weight:700;
    }

    @media (max-width:640px){
      .yansi-accc-author-card{
        margin:0 0 20px;
        padding:14px;
        border-radius:14px;
        font-size:12px !important;
        line-height:1.55 !important;
      }

      .yansi-accc-author-top{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
      }

      .yansi-accc-author-badge-row{
        align-items:flex-start;
        gap:10px;
      }

      .yansi-accc-author-icon{
        width:36px;
        height:36px;
        min-width:36px;
        flex:0 0 36px;
      }

      .yansi-accc-author-icon svg{
        width:16px;
        height:16px;
      }

      .yansi-accc-author-byline{
        display:block;
        margin:0 0 4px !important;
      }

      .yansi-accc-author-by,
      .yansi-accc-author-name{
        display:block;
      }

      .yansi-accc-author-role{
        display:none !important;
      }

      .yansi-accc-author-name{
        margin-top:2px;
        font-size:15px !important;
        line-height:1.3 !important;
      }

      .yansi-accc-author-sub,
      .yansi-accc-author-date,
      .yansi-accc-author-note{
        font-size:11px !important;
        line-height:1.45 !important;
      }

      .yansi-accc-author-date{
        white-space:normal;
        text-align:left;
        margin-top:2px !important;
      }

      .yansi-accc-author-toggle{
        margin-top:8px;
        font-size:12px !important;
      }

      .yansi-accc-author-bio{
        margin-top:10px;
        padding-top:10px;
      }

      .yansi-accc-author-tags{
        gap:6px;
      }

      .yansi-accc-author-tags li{
        font-size:10px !important;
        padding:4px 8px;
      }
    }
    
    /* ==============================================================
    https://youngamericansinsurance.com/cheapest-cars-to-insure-for-teens/
    ================================================================ */
    .yansi-teen-cars-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-teen-cars-article *{
  box-sizing:border-box;
}

.yansi-teen-cars-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-teen-cars-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-author-card{
  box-sizing:border-box;
  margin:0 0 28px;
  padding:16px 18px;
  border:1px solid #e7edf5;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  color:#111827;
  font-size:13px !important;
  line-height:1.6 !important;
}

.yansi-author-card *{
  box-sizing:border-box;
  font-size:inherit !important;
  line-height:inherit !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}

.yansi-author-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.yansi-author-left{
  min-width:0;
  flex:1 1 auto;
}

.yansi-author-badge-row{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.yansi-author-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#13213f 0%,#22325a 100%);
  color:#ffffff;
  box-shadow:0 6px 16px rgba(19,33,63,.18);
  flex:0 0 42px;
}

.yansi-author-meta{
  min-width:0;
  flex:1 1 auto;
}

.yansi-author-byline{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  margin:0 0 2px !important;
}

.yansi-author-by{
  font-weight:700;
  color:#1f2937;
}

.yansi-author-name{
  font-weight:800;
  color:#0f172a;
}

.yansi-author-role{
  color:#64748b;
  font-weight:500;
}

.yansi-author-sub{
  margin:0 !important;
  color:#64748b;
  font-size:12px !important;
}

.yansi-author-date{
  margin:0 !important;
  white-space:nowrap;
  color:#64748b;
  font-size:12px !important;
  font-style:italic;
  text-align:right;
  flex:0 0 auto;
}

.yansi-author-toggle{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  cursor:pointer;
  border:0;
  background:transparent;
  padding:0;
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
}

.yansi-author-toggle:hover{
  opacity:.88;
}

.yansi-author-caret{
  display:inline-block;
  transition:transform .2s ease;
}

.yansi-author-card.is-open .yansi-author-caret{
  transform:rotate(180deg);
}

.yansi-author-bio{
  display:none;
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid #e7edf5;
  color:#334155;
}

.yansi-author-card.is-open .yansi-author-bio{
  display:block;
}

.yansi-author-bio p{
  margin:0 0 10px !important;
}

.yansi-author-note{
  color:#6b7280;
  font-size:12px !important;
}

.yansi-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 10px !important;
  padding:0;
  list-style:none;
}

.yansi-author-tags li{
  margin:0;
  padding:5px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:#284b7a;
  border:1px solid #dbeafe;
  font-size:11px !important;
  font-weight:800;
}

.yansi-teen-cars-hero{
  margin:0 0 34px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
}

.yansi-teen-cars-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-teen-cars-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-teen-cars-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  max-width:900px;
  margin:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-final-quote{
  margin:42px auto 36px;
  width:100%;
  max-width:860px;
}

.yansi-final-quote-card{
  background:linear-gradient(135deg,#13213f 0%,#0f1b36 100%);
  border-radius:28px;
  padding:30px 24px;
  box-shadow:0 18px 42px rgba(10,20,40,.20);
  border:1px solid rgba(255,255,255,.08);
  box-sizing:border-box;
}

.yansi-final-quote-copy{
  text-align:center;
  max-width:700px;
  margin:0 auto 20px;
}

.yansi-final-quote-label{
  display:inline-block;
  background:#ffffff;
  border:1px solid #d7e3ff;
  color:#3557ad;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-radius:999px;
  padding:7px 12px;
  margin:0 0 12px;
}

.yansi-final-quote h2{
  margin:0 0 10px;
  color:#ffffff;
  font-size:30px;
  line-height:1.18;
  font-weight:900;
}

.yansi-final-quote p{
  margin:0;
  color:#dbe6ff;
  font-size:16px;
  line-height:1.7;
}

.yansi-final-quote form{
  max-width:660px;
  margin:0 auto;
}

.yansi-final-quote-fields{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  justify-content:center;
}

.yansi-final-quote input,
.yansi-final-quote select{
  height:52px;
  border-radius:14px;
  border:1px solid #cfd9ee;
  padding:0 16px;
  font-size:15px;
  font-weight:700;
  color:#1c2740;
  box-sizing:border-box;
  background:#ffffff;
}

.yansi-final-quote input{
  flex:1 1 180px;
  min-width:180px;
}

.yansi-final-quote select{
  flex:0 0 150px;
  min-width:150px;
}

.yansi-final-quote button{
  flex:0 0 auto;
  height:52px;
  border:none;
  border-radius:14px;
  padding:0 22px;
  background:linear-gradient(135deg,#ff7a1a 0%,#ff9a2f 100%);
  color:#ffffff !important;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(255,122,26,.28);
  -webkit-text-fill-color:#ffffff;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-teen-cars-article{
    padding:24px 14px 48px;
  }

  .yansi-teen-cars-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-teen-cars-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-final-quote-card{
    border-radius:22px;
    padding:22px;
  }
}

@media(max-width:640px){
  .yansi-author-card{
    margin:0 0 22px;
    padding:14px;
    border-radius:14px;
    font-size:12px !important;
    line-height:1.55 !important;
  }

  .yansi-author-top{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .yansi-author-badge-row{
    align-items:flex-start;
    gap:10px;
  }

  .yansi-author-icon{
    width:36px;
    height:36px;
    min-width:36px;
    flex:0 0 36px;
  }

  .yansi-author-icon svg{
    width:16px;
    height:16px;
  }

  .yansi-author-byline{
    display:block;
    margin:0 0 4px !important;
  }

  .yansi-author-by,
  .yansi-author-name{
    display:block;
  }

  .yansi-author-role{
    display:none !important;
  }

  .yansi-author-name{
    margin-top:2px;
    font-size:15px !important;
    line-height:1.3 !important;
  }

  .yansi-author-sub{
    font-size:11px !important;
    line-height:1.45 !important;
    margin-top:4px !important;
  }

  .yansi-author-date{
    white-space:normal;
    text-align:left;
    font-size:11px !important;
    margin-top:2px !important;
  }

  .yansi-author-toggle{
    margin-top:8px;
    font-size:12px !important;
  }

  .yansi-author-bio{
    margin-top:10px;
    padding-top:10px;
  }

  .yansi-author-tags{
    gap:6px;
  }

  .yansi-author-tags li{
    font-size:10px !important;
    padding:4px 8px;
  }

  .yansi-author-note{
    font-size:11px !important;
    line-height:1.45 !important;
  }

  .yansi-final-quote-fields{
    flex-direction:column;
    align-items:stretch;
  }

  .yansi-final-quote input,
  .yansi-final-quote select,
  .yansi-final-quote button{
    width:100%;
    min-width:0;
    flex:1 1 auto;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/car-insurance-renewal-grace-period-ny/
======================================================================= */
.yansi-nygrace-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-nygrace-article *{
  box-sizing:border-box;
}

.yansi-nygrace-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-nygrace-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-nygrace-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* =================================================================
https://youngamericansinsurance.com/understanding-commercial-truck-insurance/
================================================================== */
.yansi-truck-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-truck-article *{
  box-sizing:border-box;
}

.yansi-truck-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-truck-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong{
  color:#123057;
  font-weight:800;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-truck-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ==================================================================
https://youngamericansinsurance.com/car-insurance-basics/
========================================================== */
.yansi-indy-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 24px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-indy-article *{
  box-sizing:border-box;
}

.yansi-indy-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-indy-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-indy-hero{
  margin:0 0 24px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
}

.yansi-indy-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-indy-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  max-width:900px;
  margin:0;
}

.yansi-editorial-box{
  margin:0 0 28px;
  padding:16px 20px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-box p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-box strong,
.yansi-editorial-box time{
  color:#123057;
  font-weight:800;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-ref{
  border-bottom:0!important;
  font-weight:900!important;
  color:#0b63ce!important;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0 34px;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-quote-form input{
  min-height:48px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.yansi-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-quote-form input:focus{
  box-shadow:0 0 0 4px rgba(255,255,255,.22), 0 8px 18px rgba(15,23,42,.10);
}

.yansi-quote-form button{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.yansi-quote-form button:hover{
  background:#ffe27a;
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.yansi-indy-article > img{
  display:block;
  width:100%;
  height:auto;
  margin:30px 0;
  border-radius:26px;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
  background:#f8fbff;
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:34px 0 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-indy-article{
    padding:24px 14px 20px;
  }

  .yansi-indy-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-indy-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }

  .yansi-quote-form{
    display:grid;
  }

  .yansi-quote-form input,
  .yansi-quote-form button{
    width:100%;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/car-insurance-guide/
========================================================= */
.yansi-basic-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-basic-article *{
  box-sizing:border-box;
}

.yansi-basic-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-basic-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-basic-hero{
  margin:0 0 34px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
}

.yansi-basic-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-basic-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-basic-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  max-width:900px;
  margin:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-basic-article{
    padding:24px 14px 48px;
  }

  .yansi-basic-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-basic-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* ====================================================================
https://youngamericansinsurance.com/deductibles-explained/
=========================================================== */
.yansi-deductibles-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-deductibles-article *{
  box-sizing:border-box;
}

.yansi-deductibles-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-deductibles-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-deductibles-hero{
  margin:0 0 34px;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(135deg,#082f67 0%,#0b63ce 58%,#ffba08 100%);
  color:#fff;
  box-shadow:0 24px 54px rgba(8,47,103,.22);
}

.yansi-deductibles-hero span{
  display:inline-flex;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  padding:8px 15px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  margin-bottom:16px;
}

.yansi-deductibles-hero h2{
  color:#fff;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  margin:0 0 18px;
}

.yansi-deductibles-hero p{
  color:rgba(255,255,255,.94);
  font-size:18px;
  max-width:900px;
  margin:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:12px;
}

.yansi-ref-back{
  display:inline-flex;
  margin-left:8px;
  font-size:13px;
  padding:3px 9px;
  border-radius:999px;
  background:#fff4cf;
  border:1px solid rgba(15,23,42,.1) !important;
  color:#082f67 !important;
}

@media(max-width:860px){
  .yansi-deductibles-article{
    padding:24px 14px 48px;
  }

  .yansi-deductibles-hero,
  .yansi-card-grid{
    grid-template-columns:1fr;
  }

  .yansi-deductibles-hero{
    padding:26px;
    border-radius:24px;
  }

  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta{
    border-radius:22px;
    padding:22px;
  }
}

/* =====================================================================
https://youngamericansinsurance.com/how-to-compare-car-insurance-quotes-for-young-drivers/
===================================================================== */
.yansi-quotecompare-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-quotecompare-article *{
  box-sizing:border-box;
}

.yansi-quotecompare-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-quotecompare-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-editorial-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:16px;
  background:#f8fbff;
  box-shadow:0 1px 2px rgba(18,48,87,0.04);
}

.yansi-editorial-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-editorial-card strong,
.yansi-editorial-card time{
  color:#123057;
  font-weight:800;
}

.yansi-editorial-card details{
  margin-top:10px;
}

.yansi-editorial-card summary{
  cursor:pointer;
  font-weight:800;
  color:#123057;
}

.yansi-editorial-card .yansi-editorial-bio{
  margin-top:10px;
  color:#526071;
  font-size:14px;
  line-height:1.65;
}

.yansi-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-intro-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
}

.yansi-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-section{
  margin:34px 0;
}

.yansi-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-section h3,
.yansi-card h3,
.yansi-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-section p,
.yansi-card p{
  margin:0 0 16px;
}

.yansi-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-decision-card p{
  margin:0;
}

.yansi-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-cta a{
  color:#082f67;
  background:#ffcf33;
  border:0;
  display:inline-flex;
  padding:13px 19px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-faq p{
  margin:12px 0 0;
}

.yansi-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-reference-box li{
  margin-bottom:10px;
}

.yansi-reference-box a{
  word-break:break-word;
}

@media(max-width:860px){
  .yansi-quotecompare-article{
    padding:24px 14px 48px;
  }

  .yansi-card-grid,
  .yansi-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-intro-card,
  .yansi-card,
  .yansi-soft-box,
  .yansi-faq,
  .yansi-cta,
  .yansi-decision-card,
  .yansi-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-section h2{
    font-size:27px;
  }
}

/* ===================================================================
https://youngamericansinsurance.com/comprehensive-car-insurance/
================================================================= */
.yansi-comp-article{
  max-width:1120px;
  margin:0 auto;
  padding:34px 18px 60px;
  font-family:inherit;
  color:#172033;
  line-height:1.72;
}

.yansi-comp-article *{
  box-sizing:border-box;
}

.yansi-comp-article a{
  color:#0b63ce;
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(11,99,206,.28);
}

.yansi-comp-article a:hover{
  color:#08499a;
  border-bottom-color:#08499a;
}

.yansi-comp-author-card{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe7f3;
  border-radius:18px;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
  box-shadow:0 10px 24px rgba(18,48,87,0.05);
}

.yansi-comp-author-card p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#526071;
}

.yansi-comp-author-card strong,
.yansi-comp-author-card time{
  color:#123057;
  font-weight:800;
}

.yansi-comp-intro-card{
  background:linear-gradient(135deg,#eef6ff 0%,#fffaf0 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  padding:28px;
  margin:0 0 34px;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
}

.yansi-comp-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 12px;
  padding:7px 13px;
  border-radius:999px;
  background:#082f67;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.yansi-comp-intro-card p{
  margin:0 0 14px;
  font-size:18px;
  color:#233047;
}

.yansi-comp-intro-card p:last-child{
  margin-bottom:0;
}

.yansi-comp-section{
  margin:34px 0;
}

.yansi-comp-section h2{
  color:#082f67;
  font-size:32px;
  line-height:1.18;
  margin:0 0 16px;
}

.yansi-comp-section h3,
.yansi-comp-card h3,
.yansi-comp-reference-box h3{
  color:#082f67;
  font-size:24px;
  line-height:1.22;
  margin:0 0 12px;
}

.yansi-comp-section p,
.yansi-comp-card p{
  margin:0 0 16px;
}

.yansi-comp-ref{
  border-bottom:0!important;
  font-weight:900!important;
  color:#0b63ce!important;
}

.yansi-comp-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-comp-card{
  border-radius:24px;
  padding:24px;
  border:1px solid rgba(15,23,42,.09);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}

.yansi-comp-blue{
  background:linear-gradient(180deg,#eaf4ff 0%,#f8fbff 100%);
  border-left:7px solid #7bbcff;
}

.yansi-comp-yellow{
  background:linear-gradient(180deg,#fff4cf 0%,#fffaf0 100%);
  border-left:7px solid #f2c94c;
}

.yansi-comp-green{
  background:linear-gradient(180deg,#e8faef 0%,#f7fff9 100%);
  border-left:7px solid #57c785;
}

.yansi-comp-red{
  background:linear-gradient(180deg,#fff1f2 0%,#fffafa 100%);
  border-left:7px solid #ef4444;
}

.yansi-comp-soft-box{
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 26px rgba(15,23,42,.05);
  margin:24px 0;
}

.yansi-comp-checklist{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}

.yansi-comp-checklist li{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-left:5px solid #7bbcff;
  border-radius:16px;
  padding:14px 16px;
  box-shadow:0 6px 14px rgba(15,23,42,.04);
}

.yansi-comp-checklist li:nth-child(even){
  background:#fffaf0;
  border-left-color:#f2c94c;
}

.yansi-comp-table-wrap{
  overflow-x:auto;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.1);
  box-shadow:0 14px 30px rgba(15,23,42,.07);
  margin:24px 0;
  background:#fff;
}

.yansi-comp-table{
  width:100%;
  border-collapse:collapse;
  min-width:760px;
}

.yansi-comp-table th{
  background:#082f67;
  color:#fff;
  text-align:left;
  padding:16px;
  font-size:15px;
}

.yansi-comp-table td{
  padding:16px;
  border-bottom:1px solid rgba(15,23,42,.08);
  vertical-align:top;
}

.yansi-comp-table tr:nth-child(odd) td{
  background:#f1f7ff;
}

.yansi-comp-table tr:nth-child(even) td{
  background:#fffaf0;
}

.yansi-comp-note{
  background:linear-gradient(135deg,#f1edff 0%,#eef6ff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-comp-note strong{
  display:block;
  color:#082f67;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-comp-warning{
  background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 100%);
  border:1px solid rgba(239,68,68,.18);
  border-left:7px solid #ef4444;
  border-radius:24px;
  padding:24px;
  margin:24px 0;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-comp-warning strong{
  display:block;
  color:#991b1b;
  font-size:20px;
  margin-bottom:8px;
}

.yansi-comp-decision-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin:24px 0;
}

.yansi-comp-decision-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:22px;
  padding:22px;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

.yansi-comp-decision-card strong{
  display:block;
  color:#082f67;
  font-size:19px;
  margin-bottom:8px;
}

.yansi-comp-decision-card p{
  margin:0;
}

.yansi-comp-cta{
  color:#fff;
  padding:34px;
  border-radius:30px;
  margin:40px 0;
  background:linear-gradient(135deg,#0b63ce 0%,#082f67 100%);
  box-shadow:0 24px 52px rgba(8,47,103,.22);
}

.yansi-comp-cta h2{
  color:#fff;
  margin:0 0 12px;
}

.yansi-comp-cta p{
  color:rgba(255,255,255,.92);
  max-width:820px;
}

.yansi-comp-quote-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
  align-items:center;
}

.yansi-comp-quote-form input{
  min-height:48px;
  width:min(260px,100%);
  border:0;
  border-radius:999px;
  padding:0 18px;
  font-size:16px;
  font-weight:800;
  outline:none;
}

.yansi-comp-quote-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  padding:0 22px;
  background:#ffcf33;
  color:#082f67;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}

.yansi-comp-quote-form input:focus{
  box-shadow:0 0 0 4px rgba(255,255,255,.22), 0 8px 18px rgba(15,23,42,.10);
}

.yansi-comp-quote-form button{
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.yansi-comp-quote-form button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

.yansi-comp-faq{
  background:linear-gradient(180deg,#f8fbff 0%,#fffaf0 100%);
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(15,23,42,.08);
}

.yansi-comp-faq details{
  background:#fff;
  border:1px solid rgba(15,23,42,.09);
  border-radius:18px;
  padding:18px 20px;
  margin:12px 0;
  box-shadow:0 8px 20px rgba(15,23,42,.05);
}

.yansi-comp-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#082f67;
}

.yansi-comp-faq p{
  margin:12px 0 0;
}

.yansi-comp-reference-box{
  background:linear-gradient(180deg,#f1f7ff 0%,#ffffff 100%);
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:24px;
  margin-top:34px;
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}

.yansi-comp-reference-box ol{
  margin:12px 0 0;
  padding-left:22px;
}

.yansi-comp-reference-box li{
  margin-bottom:10px;
}

.yansi-comp-reference-box a{
  word-break:break-word;
}

.yansi-comp-back{
  margin-left:6px;
  border-bottom:0!important;
  font-weight:900!important;
}

@media(max-width:860px){
  .yansi-comp-article{
    padding:24px 14px 48px;
  }

  .yansi-comp-card-grid,
  .yansi-comp-decision-grid{
    grid-template-columns:1fr;
  }

  .yansi-comp-intro-card,
  .yansi-comp-card,
  .yansi-comp-soft-box,
  .yansi-comp-faq,
  .yansi-comp-cta,
  .yansi-comp-decision-card,
  .yansi-comp-warning{
    border-radius:22px;
    padding:22px;
  }

  .yansi-comp-section h2{
    font-size:27px;
  }

  .yansi-comp-quote-form{
    display:grid;
  }

  .yansi-comp-quote-form input,
  .yansi-comp-quote-form button{
    width:100%;
  }
}
.yansi-comp-image-wide{
  margin:30px 0;
  border-radius:26px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.08);
}

.yansi-comp-image-wide img{
  width:100%;
  height:auto;
  display:block;
}

.yansi-comp-image-wide figcaption{
  padding:14px 18px;
  color:#475569;
  font-size:14px;
  line-height:1.55;
}

/* =================================================================
https://youngamericansinsurance.com/young-america-insurance-24-hour-customer-service/
================================================================== */
.yai-service-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 22px;
    color: #1f2937;
    font-family: inherit;
    line-height: 1.7;
  }

  .yai-service-page * {
    box-sizing: border-box;
  }

  .yai-author-card,
  .yai-intro-card,
  .yai-disclaimer-card,
  .yai-alert-card,
  .yai-quote-card,
  .yai-card,
  .yai-faq-card,
  .yai-reference-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  }

  .yai-author-card {
    padding: 18px 20px;
    margin-bottom: 22px;
    display: grid;
    gap: 4px;
    border-left: 6px solid #1d4ed8;
  }

  .yai-author-card p,
  .yai-intro-card p,
  .yai-disclaimer-card p,
  .yai-card p,
  .yai-alert-card p,
  .yai-quote-card p,
  .yai-faq-card p,
  .yai-reference-card p {
    margin: 0 0 12px;
  }

  .yai-author-card p:last-child,
  .yai-intro-card p:last-child,
  .yai-disclaimer-card p:last-child,
  .yai-card p:last-child,
  .yai-alert-card p:last-child,
  .yai-quote-card p:last-child,
  .yai-faq-card p:last-child,
  .yai-reference-card p:last-child {
    margin-bottom: 0;
  }

  .yai-author-name {
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
  }

  .yai-author-role,
  .yai-date-line {
    color: #64748b;
    font-size: 0.95rem;
  }

  .yai-intro-card {
    padding: 26px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 58%, #f8fafc 100%);
  }

  .yai-disclaimer-card {
    padding: 16px 18px;
    margin-bottom: 26px;
    border-left: 5px solid #94a3b8;
    background: #f8fafc;
  }

  .yai-disclaimer-card strong {
    color: #0f172a;
  }

  .yai-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .yai-service-page h2 {
    margin: 34px 0 14px;
    color: #0f172a;
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .yai-service-page h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 1.1rem;
    line-height: 1.35;
  }

  .yai-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 24px;
  }

  .yai-card {
    padding: 20px;
    position: relative;
    overflow: hidden;
  }

  .yai-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #1d4ed8;
  }

  .yai-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 12px;
  }

  .yai-phone {
    display: inline-block;
    margin-top: 6px;
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
  }

  .yai-muted {
    color: #64748b;
    font-size: 0.95rem;
  }

  .yai-alert-card {
    padding: 20px;
    margin: 22px 0;
    border-left: 6px solid #f59e0b;
    background: #fffbeb;
  }

  .yai-alert-card strong {
    color: #92400e;
  }

  .yai-quote-card {
    padding: 24px;
    margin: 24px 0 30px;
    border: 1px solid #bfdbfe;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 60%, #f8fafc 100%);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
  }

  .yai-quote-card h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
  }

  .yai-quote-button {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    background: #1d4ed8;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .yai-quote-button:hover {
    background: #1e40af;
    color: #ffffff;
    text-decoration: none;
  }

  .yai-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 18px 0 26px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  }

  .yai-service-page table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    min-width: 720px;
  }

  .yai-service-page th {
    background: #0f2f6e;
    color: #ffffff;
    text-align: left;
    padding: 14px;
    font-weight: 700;
  }

  .yai-service-page td {
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
  }

  .yai-service-page tr:nth-child(even) td {
    background: #f8fafc;
  }

  .yai-check-list,
  .yai-number-list {
    margin: 16px 0 24px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
  }

  .yai-check-list li,
  .yai-number-list li {
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  }

  .yai-check-list li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    background: #dcfce7;
    color: #166534;
    font-weight: 800;
  }

  .yai-number-list {
    counter-reset: yai-step;
  }

  .yai-number-list li {
    counter-increment: yai-step;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 10px;
    align-items: start;
  }

  .yai-number-list li::before {
    content: counter(yai-step);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1d4ed8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
  }

  .yai-two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 18px 0 26px;
  }

  .yai-faq-card {
    padding: 18px 20px;
    margin-bottom: 14px;
  }

  .yai-reference-card {
    padding: 20px;
    margin-top: 28px;
    background: #f8fafc;
  }

  .yai-reference-card a {
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
  }

  .yai-reference-card a:hover {
    text-decoration: underline;
  }

  @media (max-width: 850px) {
    .yai-quick-grid,
    .yai-two-col,
    .yai-quote-card {
      grid-template-columns: 1fr;
    }

    .yai-service-page {
      padding: 16px;
    }

    .yai-intro-card,
    .yai-card,
    .yai-quote-card {
      padding: 20px;
    }

    .yai-quote-button {
      text-align: center;
      width: 100%;
    }
  }
  
  /* FOOTER TEMPLATE PART */
  .yansi-footer,
    .yansi-footer *{
      box-sizing:border-box;
    }

    .yansi-footer{
      width:100%;
      margin:0!important;
      padding:52px 22px 26px;
      background:#071a3d;
      color:#ffffff;
      font-family:inherit;
    }

    .yansi-footer-inner{
      width:100%;
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:1.2fr .8fr .9fr;
      gap:34px;
      align-items:start;
    }

    .yansi-footer-brand{
      display:inline-block;
      margin:0 0 18px;
      color:#ffffff!important;
      font-size:25px;
      line-height:1.15;
      font-weight:900;
      letter-spacing:-.02em;
      text-decoration:none!important;
    }

    .yansi-footer-brand:hover{
      color:#ffffff!important;
      text-decoration:none!important;
    }

    .yansi-footer p{
      max-width:480px;
      margin:0;
      color:rgba(255,255,255,.82);
      font-size:15px;
      line-height:1.65;
    }

    .yansi-footer h3{
      margin:0 0 16px;
      color:#ffffff;
      font-size:17px;
      line-height:1.25;
      font-weight:800;
    }

    .yansi-footer a{
      color:rgba(255,255,255,.86);
      font-weight:600;
      text-decoration:none;
    }

    .yansi-footer a:hover{
      color:#ffffff;
      text-decoration:underline;
    }

    .yansi-footer-links{
      display:grid;
      gap:10px;
    }

    .yansi-footer-links a{
      display:inline-block;
      width:fit-content;
      font-size:15px;
      line-height:1.45;
    }

    .yansi-footer-cta{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      margin-top:20px;
      padding:13px 24px;
      border:0;
      border-radius:999px;
      background:#e9272d;
      color:#ffffff!important;
      font-family:inherit;
      font-size:16px;
      font-weight:900;
      line-height:1.2;
      text-decoration:none!important;
      cursor:pointer;
      transition:background-color .2s ease, transform .2s ease;
    }

    .yansi-footer-cta:hover{
      background:#c9151c;
      color:#ffffff!important;
      text-decoration:none!important;
      transform:translateY(-1px);
    }

    .yansi-footer-cta:focus-visible{
      outline:3px solid rgba(255,255,255,.9);
      outline-offset:3px;
    }

    .yansi-footer-bottom{
      width:100%;
      max-width:1180px;
      margin:34px auto 0;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.16);
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:16px 30px;
      flex-wrap:wrap;
      color:rgba(255,255,255,.72);
      font-size:14px;
      line-height:1.55;
    }

    .wp-block-template-part:has(.yansi-footer),
    .wp-block-html:has(> .yansi-footer){
      margin-top:0!important;
      margin-bottom:0!important;
      padding-top:0!important;
      padding-bottom:0!important;
    }

    @media(max-width:800px){
      .yansi-footer{
        padding:42px 20px 24px;
      }

      .yansi-footer-inner{
        grid-template-columns:1fr;
        gap:30px;
      }

      .yansi-footer-cta{
        width:100%;
      }

      .yansi-footer-bottom{
        margin-top:30px;
        flex-direction:column;
        gap:8px;
      }
    }

    @media(max-width:480px){
      .yansi-footer{
        padding-left:16px;
        padding-right:16px;
      }

      .yansi-footer-brand{
        font-size:23px;
      }
    }
