.elementor-440 .elementor-element.elementor-element-0356932{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-440 .elementor-element.elementor-element-1403592.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-1403592 *//* General Styles */
    .app {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background-color: #f7f7f7;
    }

    .container {
      background: #fff;
      box-shadow: 1px 1px 4px 5px rgb(1, 0, 255);
      padding: 20px;
      border-radius: 8px;
      width: 100%;
      max-width: 400px;
    }

    h1 {
      text-align: center;
      color: #333;
      margin-bottom: 20px;
    }

    .form-group {
      margin-bottom: 15px;
    }

    label {
      font-size: 16px;
      margin-bottom: 5px;
      display: block;
    }

    input[type="text"], input[type="date"] {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-size: 16px;
    }

    button {
      width: 100%;
      padding: 10px;
      background-color: #4CAF50;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    button:hover {
      background-color: #45a049;
    }

    .output {
      margin-top: 15px;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
    }

    .planet-details {
      margin-top: 20px;
    }

    .planet-details h3 {
      color: #333;
    }

    .planet-details ul {
      list-style: none;
      padding: 0;
    }

    .planet-details li {
      margin: 5px 0;
    }

    /* Mobile Responsiveness */
    @media (max-width: 500px) {
      .container {
        width: 100%;
      }
    }/* End custom CSS */