/*
 * This file is part of AdBlock  <https://getadblock.com/>,
 * Copyright (C) 2013-present  Adblock, Inc.
 *
 * AdBlock is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as
 * published by the Free Software Foundation.
 *
 * AdBlock is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with AdBlock.  If not, see <http://www.gnu.org/licenses/>.
 */

#allowlisted_subsection {
  /*  display: flex; applied when element toggled on — see popup.js*/
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

#popup_sections {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0;
}
