/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/



.pricing-table {
  margin: 20px 0;
}
.pricing-table h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pricing-table table {
  width: 100%;
  border-collapse: collapse;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
}
.pricing-table th {
  background: #f5f5f5;
  font-weight: 600;
}
