 .included {
     background-color: #d4edda;
     border-color: #c3e6cb;
     color: #155724;
     font-weight: 600;
 }

 .not-included {
     background-color: #f8d7da;
     border-color: #f5c6cb;
     color: #721c24;
     font-weight: 600;
 }

 .highlight-box {
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     color: white;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
 }

 .amount {
     font-size: 2.5rem;
     font-weight: bold;
     color: #b6b5b5;
     text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
 }

 .good-deal-badge {
     background-color: #28a745;
     color: white;
     padding: 6px 16px;
     border-radius: 50px;
     font-weight: bold;
     font-size: 0.9rem;
     display: inline-block;
     margin-top: 10px;
 }

 .icon {
     width: 20px;
     text-align: center;
 }

 @media (max-width: 768px) {
     .modal-body {
         padding: 1rem !important;
     }

     .amount {
         font-size: 2rem !important;
     }
 }

 .modal-body {
     font-size: 0.95rem;
     line-height: 1.6;
 }

 .included-list {
     color: #198754;
 }

 .excluded-list {
     color: #dc3545;
 }

 .highlight {
     background-color: #fff3cd;
     padding: 0.25rem 0.5rem;
     border-radius: 4px;
     font-weight: 500;
 }

 .important {
     background-color: #f8d7da;
     border-left: 4px solid #dc3545;
     padding: 1rem;
     margin-top: 1rem;
     color: #721c24;
 }

 .coverage-info {
     background-color: #d1ecf1;
     border-radius: 8px;
     padding: 1rem;
     margin: 1rem 0;
 }