/*
/*   Styles for Theme Customizer
/* -------------------------------------------------- */
.customize-control select, .customize-control option {
  width: 100%;
}

#accordion-section ul li {
  margin: 2px 0;
  font-family: 'Open Sans', Arial, sans-serif;
}

body #customize-controls h3.czr-heading {
  display: block;
  margin-top: .6em;
  margin-bottom: .4em;
  color: #111;
  font-size: 1.14em;
  line-height: 24px;
  font-weight: 600;
}
body #customize-controls h3.czr-heading.first {
  margin-top: 0;
}

*[id^='customize-control-single_related_']:not(#customize-control-single_related_posts) label {
  display: flex;
}
*[id^='customize-control-single_related_'] input[type=number] {
  flex: 1;
}
*[id^='customize-control-single_related_'] .customize-control-title {
  flex-grow: 1;
  font-weight: 400;
  font-size: 13px;
}

li[id^='customize-control-sns_button_'] {
  margin-bottom: .4em;
}
