/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author:  Volodymyr Popov
Template: Avada
*/
.box__hidden{display:none !important;}
#box__hidden1{display:none;}
#box__hidden2{display:none;}


.membership-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.membership-card {
  position: relative;
  flex: 1;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px 20px 55px;
  background: #ffffff;
}

.membership-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.membership-text {
  font-size: 14px;
  color: #666;
}

.membership-price {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

/* мобильная версия */
@media (max-width: 768px) {
  .membership-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

.membership-steps {
  margin-bottom: 35px;
}

.membership-steps-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.membership-steps-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.membership-steps-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
}

.membership-note {
  color: #666;
}

.membership-steps-footer {
  font-size: 14px;
  color: #444;
}

.membership-steps-footer a {
  text-decoration: underline;
}
