.member-meta {
  margin-top: -1rem;
}
.member-meta p {
  margin: 0;
}

.member-actions .button {
  border-radius: 4px;
  background-color: #262261;
  color: #fff;
  display: block;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 15px 30px;
  text-align: center;
}

.membership-info h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 2rem 0 1rem;
}

.information-block {
  background-color: #fafafa;
  padding: 1.5rem;
}
.information-block .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .information-block .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.information-block .col {
  margin-bottom: 1rem;
}
.information-block .col:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .information-block .col {
    margin-bottom: 0;
    width: 33%;
  }
}
.information-block .col .col-label {
  font-size: 0.825rem;
  font-weight: bold;
}
.information-block .col p {
  margin: 0;
}

#pmpro_account .pmpro_box h3 {
  margin-bottom: 1rem;
}

#member-profile-edit.pmpro_form .input {
  background-color: #fafafa;
}
#member-profile-edit.pmpro_form label {
  margin-bottom: 4px;
}
#member-profile-edit.pmpro_form .pmpro_checkout-field {
  width: 100%;
}
#member-profile-edit #beneficiary_name_02_div {
  margin-top: 2rem;
  padding-top: 2rem;
}
#member-profile-edit #beneficiary_name_03_div {
  margin-top: 2rem;
  padding-top: 2rem;
}
#member-profile-edit.pmpro_form .input, #member-profile-edit.pmpro_form textarea, #member-profile-edit.pmpro_form select,
#member-profile-edit #loginform input[type=text],
#member-profile-edit #loginform input[type=password] {
  max-width: none;
}

#edit-business-form .error {
  color: #f00;
}
#edit-business-form label.error {
  background-color: #fdf741;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}
#edit-business-form label.error:before {
  content: "";
  border-bottom: 10px solid #fdf741;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: -9px;
}

.edit-business h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.edit-business h4 {
  font-weight: bold;
  font-size: 1rem;
}
.edit-business .input-container {
  margin-bottom: 1rem;
  position: relative;
}
.edit-business .input-container label {
  margin-bottom: 4px;
}
.edit-business .input-container label em {
  color: #f00;
}
.edit-business .logo-container {
  margin-bottom: 4rem;
}
.edit-business .logo-container__inputs {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 640px) {
  .edit-business .logo-container__inputs {
    align-items: center;
    flex-direction: row;
  }
}
.edit-business .logo-container__inputs div {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .edit-business .logo-container__inputs div {
    width: 50%;
  }
}
.edit-business .categories_group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .edit-business .categories_group {
    flex-direction: row;
    align-items: center;
  }
}
.edit-business .categories_group span {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.edit-business .categories_group span input {
  margin-right: 0.5rem;
}
.edit-business .submit-container {
  margin: 1rem 0;
  text-align: right;
}

.success-message {
  background-color: #00fa73;
  padding: 1rem;
  text-align: center;
  margin: 0 0 2rem;
  font-weight: bold;
}
.success-message a {
  border-bottom: 1px dotted;
}
@media (min-width: 640px) {
  .success-message br {
    display: none;
  }
}

.error-message {
  background-color: #bf0d00;
  color: white;
  padding: 1rem;
  text-align: center;
  margin: 0 0 2rem;
  font-weight: bold;
}