.botcf-native-pricing-group-tools
  :is(
    .botcf-group-compact-button,
    .botcf-group-ratio-mode-button,
    .botcf-group-order-button
  ) {
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 107, 74, 0.32) !important;
  border-radius: 0 !important;
  background: rgba(255, 107, 74, 0.1) !important;
  color: #c75325 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
  white-space: nowrap !important;
}

html.dark
  .botcf-native-pricing-group-tools
  :is(
    .botcf-group-compact-button,
    .botcf-group-ratio-mode-button,
    .botcf-group-order-button
  ),
body[theme-mode='dark']
  .botcf-native-pricing-group-tools
  :is(
    .botcf-group-compact-button,
    .botcf-group-ratio-mode-button,
    .botcf-group-order-button
  ) {
  border-color: rgba(255, 138, 99, 0.38) !important;
  background: rgba(255, 138, 99, 0.14) !important;
  color: #ff9b78 !important;
}
