/* This stylesheet is used to style the admin option form of the widget. */

.insticator-advanced-area {
  margin: 20px 0;
}

.insticator-advanced-area-toggler {
  text-decoration: none;
}

.insticator-advanced-area-toggler .insticator-arrow:after {
  content: '\f140';
  border: none;
  background: none;
  font: normal 15px/1 'dashicons';
  speak: none;
  display: inline;
  vertical-align: middle;
}

.insticator-advanced-area-toggler.open .insticator-arrow:after {
  content: '\f142';
}

.insticator-advanced-area-options {
  display: none;
}

.insticator-account-options a {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}
