.elementor-16 .elementor-element.elementor-element-7822767{--display:flex;--margin-top:15px;--margin-bottom:15px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-7822767{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-d02cb57 */.hw-membership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
}

.hw-pricing-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.hw-pricing-card:hover, .hw-featured-card {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: #ff1749;
}

.hw-card-header {
  text-align: center;
  margin-bottom: 25px;
}

.hw-plan-title {
  font-size: 22px;
  color: #333333;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.hw-plan-price {
  font-size: 16px;
  color: #555555;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.hw-highlight {
  color: #ff1749;
  font-size: 32px;
  font-weight: 700;
}

.hw-savings-badge {
  display: inline-block;
  background-color: #ff1749;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hw-plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  flex-grow: 1;
}

.hw-plan-features li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #f0f0f0;
  color: #666666;
  font-size: 15px;
  position: relative;
  line-height: 1.4;
}

.hw-plan-features li:last-child {
  border-bottom: none;
}

.hw-plan-features li::before {
  content: '✓';
  color: #ff1749;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 16px;
}

.hw-card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.hw-btn {
  text-align: center;
  padding: 12px 15px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hw-btn-monthly {
  background-color: transparent;
  color: #ff1749;
  border: 2px solid #ff1749;
}

.hw-btn-monthly:hover {
  background-color: #fff0f3;
}

.hw-btn-annual {
  background-color: #ff1749;
  color: #ffffff;
  border: 2px solid #ff1749;
}

.hw-btn-annual:hover {
  background-color: #e01540;
  border-color: #e01540;
}

.hw-loyalty-note {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  font-family: 'Source Sans Pro', sans-serif;
}/* End custom CSS */