@media only screen and (max-width: 768px) {
  .mobile-upcoming-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
  }

  .mobile-upcoming-item {
    width: 32.9%;
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    color: #FFFFFF;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border: 1px solid #ccc;
  }

  .mobile-upcoming-item:nth-child(6n+1) {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  }

  .mobile-upcoming-item:nth-child(6n+2) {
    background: linear-gradient(135deg, #6a0000, #990000);
  }

  .mobile-upcoming-item:nth-child(6n+3) {
    background: linear-gradient(135deg, #1f1c2c, #928dab);
  }

  .mobile-upcoming-item:nth-child(6n+4) {
    background: linear-gradient(135deg, #1a2980, #26d0ce);
  }

  .mobile-upcoming-item:nth-child(6n+5) {
    background: linear-gradient(135deg, #cb2d3e, #ef473a);
  }

  .mobile-upcoming-item:nth-child(6n+6) {
    background: linear-gradient(135deg, #373b44, #4286f4);
  }

  .mobile-upcoming-title {
    font-size: 10px !important;
    font-weight: 600;
    margin: 5px !important;
    margin-bottom: 05px !important;
    line-height: 1.1;
    color: #FFFFFF !important;
  }

  .mobile-upcoming-excerpt {
    font-size: 8.5px !important;
    font-weight: 400px;
    color: #FFFFFF;
    margin: 5px !important;
    margin-bottom: 7px !important;
    line-height: 1.1;
  }
}
