/* 1.9.99.27.69: stronger hide of native format select when custom AFP dropdown is active */
.afp-widget .afp-control--format-simple.has-afp-format-dropdown,
.afp-widget .afp-field-shell--format.has-afp-format-dropdown{
  position:relative !important;
}

.afp-widget .afp-control--format-simple.has-afp-format-dropdown > select#afp_format,
.afp-widget .afp-field-shell--format.has-afp-format-dropdown > select#afp_format{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  opacity:0 !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  pointer-events:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
}

.afp-widget .afp-control--format-simple.has-afp-format-dropdown > select#afp_format::-ms-expand,
.afp-widget .afp-field-shell--format.has-afp-format-dropdown > select#afp_format::-ms-expand{
  display:none !important;
}
