:root {
      --vv-green: #008000;
      --vv-light: #f8f9fa;
      --vv-dark: #333;
      --vv-accent: #e6f2ea;
    }

    body {
      font-family: Montserrat, sans-serif;
      margin: 0;
      background: var(--vv-light);
      color: var(--vv-dark);
      line-height: 1.6;
    }
    
    .vv-pass-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
}

/*.vv-clinics-box:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 5.333rem;*/
/*    background-image: url(/images/panel/pattern-3.jpg);*/
/*    top: 0%;*/
/*    left: 0%;*/
/*}*/

.vv-pass-checklist {
  list-style: none;
  padding-left: 0;
}

.vv-pass-checklist li::before {
  content: "✔";
  color: #555;
  margin-right: 8px;
  
  
}

.vv-back picture {
  display: block;
    position: absolute;
    left: 0;
    top: 5.6%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    
    .vv-pass-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
  margin: 1em 2em;
  margin-bottom: 30px;
}

.vv-pass-heading {
  color: #005998;
 
  margin-top: 0;
  font-weight: bold;
}

.vv-pass-button-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.vv-pass-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #005998;
  color: #005998;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  
  transition: all 0.3s;
}

.vv-pass-btn:hover,
.vv-pass-btn:focus {
  background: #005998;
  color: #fff;
}

.vv-pass-btn svg {
  position: relative;
  top: 0.2em;
}


.vv-pass-box p {
  
  font-weight: bold;
}
    
    
     .vv-surgery-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 2em;
  margin-bottom: 30px;
}

.vv-surgery-heading {
  color: #404040;
  
  margin-top: 0;
  font-weight: bold;
}

.vv-surgery-button-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.vv-surgery-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #404040;
  color: #404040;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  
  transition: all 0.3s;
}

.vv-surgery-btn:hover,
.vv-surgery-btn:focus {
  background: #404040;
  color: #fff;
}

.vv-surgery-btn svg {
  position: relative;
  top: 0.2em;
}


.vv-surgery-box p {
  
  font-weight: bold;
}
    
    
    
    .vv-pediatric-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 2em;
  margin-bottom: 30px;
}

.vv-pediatric-heading {
  color: #27A151;
  
  margin-top: 0;
  font-weight: bold;
}

.vv-pediatric-button-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.vv-pediatric-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #27A151;
  color: #27A151;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  
  transition: all 0.3s;
}

.vv-pediatric-btn:hover,
.vv-pediatric-btn:focus {
  background: #27A151;
  color: #fff;
}

.vv-pediatric-btn svg {
  position: relative;
  top: 0.2em;
}


.vv-pediatric-box p {
  
  font-weight: bold;
}
    
    
    .vv-cycc-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 2em;
  margin-bottom: 30px;
}

.vv-cycc-btn svg {
     position: relative;
    top: 0.2em;
}

 .vv-cycc-box p {
 
    font-weight: bold;
}

.vv-cycc-heading {
  color: #005998;
  
  margin-top: 0;
  font-weight: bold;
}

.vv-cycc-button-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.vv-cycc-btn {
  display: inline-block;
  background: transparent;
  border: 2px solid #005998;
  color: #005998;
  padding: 10px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  
  transition: all 0.3s;
}

.vv-cycc-btn:hover,
.vv-cycc-btn:focus {
  background: #005998;
  color: #fff;
}
    
    
    .vv-clinics-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 2em;
  margin-bottom: 30px;
}

.vv-portal-btn svg {
     position: relative;
    top: 0.2em;
}

 .vv-clinics-box p {
 
    font-weight: bold;
}

.vv-clinics-heading {
  color: #005998; /* Matches button and heading in screenshot */
  
  margin-top: 0;
}

.vv-clinics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.vv-checklist {
  list-style: none;
  padding-left: 0;
}

.vv-checklist li::before {
  content: "✔";
  color: #555;
  margin-right: 8px;
  
}

.vv-portal-btn {
  display: inline-block;
  border: 2px solid #005998;
  color: #005998;
  background: transparent;
  font-weight: bold;
  
  border-radius: 25px;
  padding: 10px 20px;
  text-decoration: none;
}

.vv-portal-btn:hover {
  background: #005998;
  color: white;
}

    
    
    
    .vv-hospital-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 2em;
  gap: 20px;
}



 .vv-hospital-box p {
 
    font-weight: bold;
}

.vv-hospital-left {
  flex: 1 1 55%;
  min-width: 300px;
}

.vv-hospital-heading {
  color: #005998; /* Match screenshot heading color */
  
  margin-top: 0;
}

.vv-checklist {
  list-style: none;
  padding-left: 0;
  
}

.vv-checklist li::before {
  content: "✔";
  color: #555;
  margin-right: 8px;
  
}

.vv-hospital-callout {
  flex: 1 1 40%;
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 18px;
  
  min-width: 260px;
  height: 50%;
}

.vv-callout-link {
  color: #005998;
  font-weight: bold;
  text-decoration: underline;
}

.vv-callout-link:hover {
  text-decoration: none;
}

.vv-btn-outline {
  border: 2px solid #005998;
  color: #005998;
  background: transparent;
  font-weight: bold;
  
  border-radius: 25px;
  padding: 10px 16px;
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.vv-btn-outline:hover {
  background: #005998;
  color: white;
}

.vv-btn-outline svg {
     position: relative;
    top: 0.2em;
}

.vv-learn-links {
  margin-top: 20px;
  
}

.vv-learn-link {
  font-weight: bold;
  color: var(--vv-dark);
  text-decoration: underline;
}
    
    
    
    
    
    .vv-icon {
		  color: #005998;         /* For `fill="currentColor"` */
		  fill: currentColor;     /* Ensure the SVG uses `currentColor` */
		}
		
	.vv-back {
	 background-color: #F3F3F1;
    padding: 2em;	
    margin-bottom: 2em;
	}
	
	.vv-back p, .vv-back li {
	 
    font-weight: bold;
	}
	
	.vv-portal-card {
  border: 2px solid #005998;
  border-radius: 10px;
  background: transparent;
  overflow: hidden;
  margin: 0em 7em;
  font-family: inherit;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.vv-portal-card-header {
  background-color: #005998;
  color: white;
  padding: 14px 18px;
  font-weight: bold;
  
}

.vv-portal-card-list {
  list-style: none;
  padding: 16px;
  margin: 0;
}

.vv-portal-card-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--vv-dark);
  font-weight: bold;
}

.vv-portal-card-item:last-child {
  margin-bottom: 0;
}

.vv-portal-card-item .vv-icon {
  
  margin-right: 10px;
  color: #005998;
}

    .vv-container {
      max-width: 100%;
      margin: 0 auto;
      
    }

    .vv-heading-main {
      color: #005998;
      position: relative;
      
    }

    .vv-intro {
      margin-bottom: 20px;
      padding: 0 !important;
    }

    .vv-sidebar-box {
      background: var(--vv-accent);
      border-left: 4px solid #005998;
      padding: 15px;
      margin-bottom: 30px;
    }

    .vv-sidebar-box h3 {
      color: #005998;
      margin-top: 0;
    }

    .vv-sidebar-box ul {
      list-style: none;
      padding-left: 0;
    }

    .vv-sidebar-box li {
      margin: 8px 0;
      display: flex;
      align-items: center;
    }

    .vv-sidebar-box i {
      margin-right: 10px;
    }

    .vv-portal-section {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 25px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .vv-portal-section h2 {
      margin-top: 0;
      color: #2a2a2a;
    }

    .vv-portal-list {
      padding-left: 20px;
      margin: 10px 0;
      column: 3;
    }

    .vv-portal-list li {
      list-style-type: disc;
      margin-bottom: 4px;
    }

    .vv-button-group {
      margin-top: 15px;
    }

    .vv-btn {
      display: inline-block;
      margin: 5px 10px 0 0;
      padding: 10px 18px;
      background: #fff;
      border: 2px solid #005998;
      color: #005998;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s;
     
    }

    .vv-btn:hover,
    .vv-btn:focus {
      background: #005998;
      color: white;
    }

    .vv-note-box {
      border: 1px solid #ccc;
      background: #f9f9f9;
      padding: 10px;
      margin-top: 15px;
      
      border-radius: 4px;
    }

    .vv-highlight {
      color: #005998;
      font-weight: bold;
    }

    .vv-footer {
      
      padding-top: 30px;
      margin: 1em 0em;
       
    }

    .vv-footer a {
      font-weight: bold;
    }
    
   .vv-physician-clinics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 20px;
  padding-left: 1rem;
  list-style-type: disc;
}



@media (max-width: 1600px) {
 .vv-back picture {
 
    top: 5.6%;
  
}
}

@media (max-width: 1440px) {
 .vv-back picture {
 
    top: 8.5%;
  
}
}

@media (max-width: 1280px) {
 .vv-back picture {
 
    top: 10.2%;
  
}
}


@media (max-width: 1024px) {
  .vv-intro .half {
	width: 100%;
}

.vv-back picture {
 
    top: 12.7%;
  
}

.vv-intro {
    flex-wrap: wrap;
}

.vv-portal-card {
    
    margin: 0em;
   
}

}


@media (max-width: 900px) {
  .vv-physician-clinics-list {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .vv-back picture {
 
    top: 13.7%;
  
}
  
}

@media (max-width: 600px) {
  .vv-physician-clinics-list {
    grid-template-columns: 1fr;
  }
  
  .vv-back picture {
 
    top: 15.8%;
    padding: 15px;
  
}
  
  .vv-intro.flex-row {
  	flex-wrap: wrap;
  }
  
  .vv-portal-section.flex-row {
  	flex-wrap: wrap;
  }
  
  .vv-intro.flex-row .half {
  	width: 100%!important;
  }
  
  .vv-portal-section.flex-row .half {
  	width: 100%!important;
  }
  
  .vv-pass-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
  margin: 1em 0em;
  margin-bottom: 30px;
}

.vv-surgery-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 0em;
  margin-bottom: 30px;
}

.vv-pediatric-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 0em;
  margin-bottom: 30px;
}

.vv-cycc-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 0em;
  margin-bottom: 30px;
}

.vv-clinics-box {
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 0em;
  margin-bottom: 30px;
}

.vv-hospital-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F3F3F1;
  border-radius: 16px;
  padding: 24px;
   margin: 1em 0em;
  gap: 20px;
}
  
}

@media (max-width: 400px) {
 
  
  .vv-back picture {
 
    top: 17%;
    padding: 15px;
  
}
  

  
}

    /* Responsive layout */
    @media (max-width: 768px) {
      .vv-container {
        padding: 0px 15px;
      }

      .vv-btn {
        display: block;
        width: 100%;
        text-align: center;
      }

      .vv-button-group {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
     
    }