.jumbotron {
      background: linear-gradient(135deg, #3498db, #1abc9c);
      
    }
    .date-badge {
      width: 60px;
      height: 60px;
      background-color: #007bff;
      color: white;
      font-weight: 700;
      border-radius: 0.375rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      line-height: 1;
      user-select: none;
      flex-shrink: 0;
 
    }

    .date-day {
      font-size: 1.6rem;
      line-height: 1;
    }

    .date-month {
      font-size: 0.9rem;
      line-height: 1;
      text-transform: uppercase;
    }

 
    .movie-row {
      display: flex;
      align-items: center;
    }

    .movie-title {
      font-weight: 700;
      font-size: 1rem;
      margin-left: 1rem;
      flex-grow: 1;
    }

    .img-movie {
      height: 100px;
      width: 100px;
      object-fit: cover;
      border-radius: 0.25rem;
      flex-shrink: 0;
 
    }

 
    .border-left-highlight {
      border-left: 4px solid #28a745;
     
    }

    
    @media (max-width: 575.98px) {
      .display-4 {
        font-size: 2.8rem;
        
      }

      .jumbotron .lead {
        font-size: 1.1rem;
      }

      .movie-row {
        align-items: flex-start;
        
      }

      .date-badge {
        width: 55px;
        height: 55px;
      }

      .date-day {
        font-size: 1.4rem;
      }

      .date-month {
        font-size: 0.8rem;
      }

      .img-movie {
        width: 80px;
        height: 80px;
      }

      .movie-title {
        font-size: 0.95rem;
     
        margin-left: 0.8rem;
      }
    }