:root{
    --orange:#f27c00;
    --blue:#0b2d5c;
    --gray:#6b7280;
    --border:#e5e7eb;
    --light:#f9fafb;
  }
   
  *{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Prompt', Arial, sans-serif;
  }
   
  body{
    color:#111827;
    background:#fff;
    line-height:1.6;
  }
   
  /* ================= HEADER ================= */
  .header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 80px;
    border-bottom:1px solid var(--border);
  }
   
  .header img{
    height:32px;
  }
   
  .header-nav{
    font-size:13px;
    color:var(--gray);
  }
   
  /* ================= HERO ================= */
  .benefits-hero{
    width:100%;
    height:420px;
    background:url("./images/penske.png") center/cover no-repeat;
  }
   
  .other-benefits{
    margin-top:40px;
  }
   
  .other-benefits small{
    display:block;
    color:#f27c00;
    font-weight:600;
    font-size:14px;
    margin-bottom:12px;
  }
   
  .benefit-block{
    padding:18px 0;
    border-bottom:1px solid #e5e7eb;
  }
   
  .benefit-block h3{
    font-size:18px;
    font-weight:600;
    color:#0b2d5c;
    margin-bottom:8px;
  }
   
  .benefit-block ul{
    padding-left:18px;
  }
   
  .benefit-block li{
    font-size:14px;
    margin-bottom:6px;
  }
   
   
   
   
  @media(max-width:768px){
    .benefits-hero{height:260px;}
  }
   
  /* ================= CONTAINER ================= */
  .container{
    max-width:1400px;
    margin:auto;
    padding:32px 20px;
  }
   
  /* ================= TEXT ================= */
  .role{
    color:var(--orange);
    font-weight:600;
    font-size:14px;
    margin-bottom:20px;
  }
   
  h2{
    font-size:22px;
    margin:28px 0 12px;
  }
   
  ul{
    padding-left:20px;
    margin-bottom:20px;
  }
   
  ul li{
    margin-bottom:6px;
    font-size:18px;
    font-weight: 400;
    color: #2E2D2C;
  }

  ul.benefits-text {
    margin-bottom: 0;
    clear: both;
  }

  .benefits-section {
    margin-bottom: 60px;
  }

  h2.benefit-title {
    font-size: 32px;
    font-weight: 600;
    color: #182B66;
    margin: 0 0 8px 0;
    float: left;
  }

  .print-pdf {
    float: right;
    vertical-align: middle;
    cursor: pointer;
  }

  .print-pdf span{
    font-size: 12px;
    font-weight: 500;
    color: #E47D0E;
  }

  .print-pdf svg {
    vertical-align: middle;
  }

  .benefit-accordian-wrap {
    margin-top: 8px;
  }

   
  /* ================= ACCORDION ================= */
  .accordion{
    border:1px solid #6C757D;
    border-radius:12px;
    margin-bottom:12px;
    overflow:hidden;
    clear: both;
  }
   
  .accordion-header{
    padding:14px 18px;
    background:#fff;
    font-weight:500;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 24px;
    color: #2E2D2C;
  }
   
  /* .accordion-header:hover{
    background:var(--light);
  } */
   
  .accordion.active span.accordian-drop svg{
    transform: translateY(-50%) rotate(180deg);
  }
   
  .accordion-content{
    display:none;
    padding:0 16px 36px;    
  }

  .accordion.decline_coverage {
    display: none;
  }

  .expand-all {
    font-size: 18px;
    font-weight: 400;
    float: right;
    color: #E47D0E;
    margin-bottom: 10px;
    cursor: pointer;
  }
   
  /* ================= TABLE ================= */
  .table-wrap{
    overflow-x:auto;
  }
   
  table{
    width:100%;
    border-collapse:collapse;
    font-size:14px;
  }
  .accordion-content table{
    margin: 0 !important;
  }
   
  th, td{
    border:2px solid #ffffff;
    padding:10px 22px;
    text-align:left;
  }
   
  th{
    background:rgb(228 125 14 / 15%);
    font-weight:500;
    font-size: 18px;
  }

  td{
    font-size: 16px;
    font-weight: 400;
  }

  .accordion-content table tbody tr:nth-child(odd) {
    background-color: #F2F2F2;
  }

  .accordion-content table tbody tr:nth-child(even) {
    background-color: #F8F9FA;
  }
   
  /* ================= SECTION TITLES ================= */
  .section-title{
    font-size:20px;
    margin:40px 0 10px;
  }
   
  /* ================= FOOTER ================= */
  footer{
    background: transparent !important;
    color:#fff;
    text-align:center;
    padding:14px;
    font-size:13px;
  }
   
  /* ================= RESPONSIVE ================= */
  @media(max-width:640px){
    h2{font-size:20px;}
    .header{flex-direction:column;gap:10px;}
  }

/* .pto-text-rules {
    margin-top: 2em;
} */

p.pto-note {
    margin-top: 2em;
}