.gradient-bg {
      background: linear-gradient(to bottom right, #2ecc71, #009688);
      border-radius: 1rem;
      padding: 1rem;
      color: white;
    }
    .gradient-bg2 {
      background:#f2f2f2;
      border-radius: 1rem;
      padding: 1rem;
      color: white;
    }
    .deadline-badge {
      background-color: #f1c40f;
      color: #2c3e50;
      padding: 0.5rem;
      border-radius: 0.5rem;
      font-weight: bold;
      text-align: center;
      width: 70px;
    }
    .read-more-btn {
      background: linear-gradient(to right, #f1c40f, #f39c12);
      border: none;
      color: #2c3e50;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
    }
    .read-more-btn:hover {
      opacity: 0.9;
    }
    .info-card {
      background: white;
      color: #2c3e50;
      border-radius: 0.75rem;
      padding: 0.55rem 1rem;
      margin-bottom: 0.5rem;
    }
    .days-badge {
      background-color: #f8d778;
      font-weight: bold;
      font-size: 1.2rem;
      padding: 1rem;
      text-align: center;
      border-radius: 0.5rem;
    }
    .read-more-btn {
      background-color: #20c997;
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      border-radius: 2rem;
    }
    .sidebar-box {
      background-color: #008080;
      color: white;
      border-radius: 1rem;
      padding: 1rem;
      height: auto;
    }
    .sidebar-box img {
      border-radius: 0.5rem;
      margin-bottom: 1rem;
      width: 100%;
      object-fit: cover;
    }