.elementor-687 .elementor-element.elementor-element-b49a3cc{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-687 .elementor-element.elementor-element-76ccc9f{width:100%;max-width:100%;}.elementor-687 .elementor-element.elementor-element-76ccc9f.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-76ccc9f */.elementor-687 .elementor-element.elementor-element-76ccc9f {
        * {
        box-sizing: border-box;
      }

      body {
        font-family: Arial, sans-serif;
        background: #f5f7fa;
        margin: 0;
        padding: 0;
      }

      .container {
        max-width: 900px;
        margin: 40px auto;
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      }

      form {
        display: grid;
        gap: 1rem;

        .form-field {
          display: grid;
        }
      }

      header {
        text-align: center;
        margin-bottom: 30px;
      }

      a {
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
      }

      h2 {
        color: #333;
        font-size: 28px;
      }

      label {
        font-weight: bold;
      }

      input,
      select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
      }

      button {
        margin-top: 20px;
        padding: 12px 25px;
        font-size: 16px;
        background: #467ff7;
        color: white;
        border: 1px solid #467ff7;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
      }

      button:hover {
        color: #467ff7;
        background: white;
      }

      .elements-header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        font-weight: bold;
        margin-bottom: 10px;
      }

      .element {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr auto;
        gap: 1rem;
        border: 1px solid #ddd;
        padding: 15px;
        margin-top: 15px;
        border-radius: 5px;
        background: #fafafa;
      }

      .delete-button {
        background: transparent;
        position: absolute;
        top: -22px;
        right: 0px;
        border: none;
        color: #ff4d4d;
        cursor: pointer;
        font-size: 1.2rem;
        margin-left: 10px;

        transition: color 0.3s;
        padding: 0;
        align-self: center;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 50%;

        &:hover {
          color: #ff1a1a;
          box-shadow: 0 0 0 2px rgba(255, 26, 26, 0.3);
        }
        &:focus {
          box-shadow: 0 0 0 2px rgba(255, 26, 26, 0.5);
        }
        &:active {
          color: #e60000;
          box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
        }
        &:before {
          content: "×";
          font-size: 1.2rem;
          line-height: 1;
        }
        &:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          border-radius: 50%;
          transition: box-shadow 0.3s;
        }
        &:focus:after {
          box-shadow: 0 0 0 2px rgba(255, 26, 26, 0.5);
        }
        &:active:after {
          box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
        }
      }

      .hidden {
        display: none;
      }

      #result {
        margin-top: 30px;
        padding: 20px;
        background-color: #e9f7ef;
        border-left: 5px solid #28a745;
        border-radius: 5px;
      }

      #pdfButton {
        margin-top: 20px;
      }
}/* End custom CSS */