.elementor-223 .elementor-element.elementor-element-a7dc983{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0e295eb */.pricing-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: system-ui, -apple-system, sans-serif;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  .pricing-table th {
    background: #272524;
    color: white;
    padding: 15px;
    text-align: left;
    font-size: 1.1em;
  }

  .pricing-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  .pricing-table tr:last-child td {
    border-bottom: none;
  }

  .pricing-table tr:hover {
    background: #f8f9fa;
  }

  .price {
    font-weight: bold;
    color: #272524;
  }

  .btn {
    display: inline-block;
    padding: 8px 16px;
    background: #272524;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
  }

  .btn:hover {
    background: #3d3a39;
  }

  .couples {
    color: #666;
    font-style: italic;
  }/* End custom CSS */