.btn-buy-now {
  min-width: 170px;
  border-radius: 25px;
  font-size: 1rem;
  line-height: 1.1em;
  font-weight: 600;
  padding: 13px 40px 12px 40px;
  background: #009c49;
  border: 0;
  color: #fff;
  min-height: 40px;
}

.tab a:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.tab a:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.tab {
  margin-top: 10px;
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab a {
  background-color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 13.8px;
  transition: 0.3s;
  font-size: 0.875rem;
  color: #000;
}

/* Create an active/current tablink class */
.tab a.active {
  background-color: #1b67ec;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/* outline for the grid, Elementor seems to lack this feature? */

.sf-membership-grid .elementor-column {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.sf-membership-grid header.elementor-section-boxed {
  border-bottom: 1px solid #f1f1f1;
}
.sf-membership-grid div.elementor-section-boxed {
  border-left: 1px solid #f1f1f1;
}
.sf-membership-grid
  .elementor-column-gap-wide
  > .elementor-column
  > .elementor-element-populated {
  padding: 8px 20px;
}
.sf-membership-grid-heading .elementor-column {
  border: none !important;
}
.sf-membership-grid-footer .elementor-column {
  border: none !important;
}
.sf-membership-grid-caption .elementor-column {
  border: none !important;
}
