 .guidelines-section {
     padding: 40px 0;
     line-height: 1.7;
 }

 .guidelines-section h5 {
     font-weight: 600;
     margin-top: 25px;
     margin-bottom: 10px;
     font-size: 1.2rem;
 }

 .guidelines-section ul {
     padding-left: 20px;
     margin: 0;
 }

 .guidelines-section ul li {
     margin-bottom: 6px;
 }

 .highlight {
     font-weight: 600;
     color: #d9534f;
 }

 .guidelines-section .final-note {
     margin-top: 30px;
 }