.elementor-2034 .elementor-element.elementor-element-d2a4878{--display:flex;}/* Start custom CSS for html, class: .elementor-element-22e395a */.tables-container {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .price-block {
      width: 300px;
    }

    .price-block h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .price-table table {
      border-collapse: collapse;
      width: 100%;
    }

    .price-table td {
      padding: 6px 0;
      font-size: 18px;
      border: none;
      vertical-align: top;
    }

    .toggle-button {
      cursor: pointer;
      font-size: 18px;
      margin-top: 10px;
      display: inline-flex;
      align-items: center;
      user-select: none;
    }

    .toggle-button .arrow {
      display: inline-block;
      transition: transform 0.3s ease;
      margin-right: 6px;
    }

    .toggle-button .arrow.open {
      transform: rotate(180deg);
    }

    .hidden-rows {
      display: none;
    }/* End custom CSS */