.elementor-1300 .elementor-element.elementor-element-e9ed5ab{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:50px;--margin-right:50px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1300 .elementor-element.elementor-element-e9ed5ab{--content-width:1180px;}}/* Start custom CSS for html, class: .elementor-element-932949c */<style>
  .cp-price-wrapper {
    font-family: Arial, sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    background: #fffaf3;
    border: 1px solid #e6d3bc;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(70, 38, 20, 0.12);
  }

  .cp-price-header {
    background: linear-gradient(135deg, #3a1f12, #6b3a1f);
    color: #fff;
    padding: 26px 20px;
    text-align: center;
  }

  .cp-price-header h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .cp-price-header p {
    margin: 8px 0 0;
    color: #f4dfc6;
    font-size: 15px;
  }

  .cp-table-scroll {
    width: 100%;
    overflow-x: auto;
  }

  .cp-price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
    background: #fff;
  }

  .cp-price-table th {
    background: #f2dfc9;
    color: #3a1f12;
    padding: 14px 10px;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #6b3a1f;
  }

  .cp-price-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #ead8c4;
    color: #3a1f12;
    font-size: 14px;
  }

  .cp-price-table tbody tr:hover {
    background: #fff4e7;
  }

  .cp-price-table .price {
    font-weight: 700;
    color: #5a2d16;
    white-space: nowrap;
  }

  .cp-price-table .brand {
    font-weight: 600;
    color: #7a4a2a;
  }

  .cp-price-footer {
    padding: 18px 20px;
    background: #f7eadb;
    color: #5a2d16;
    font-size: 14px;
    text-align: center;
  }

  @media (max-width: 768px) {
    .cp-price-wrapper {
      border-radius: 14px;
    }

    .cp-price-header h2 {
      font-size: 22px;
    }

    .cp-price-header p {
      font-size: 14px;
    }

    .cp-price-table th,
    .cp-price-table td {
      font-size: 13px;
      padding: 10px 8px;
    }
  }
</style>/* End custom CSS */