/**
 * @version     1.2.3
 * @package     com_garesearch
 * @copyright   2023 Glenn Arkell
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Glenn Arkell <glenn@glennarkell.com.au>
 */

/* this keeps the label with text floating right */
.front-end-edit label {
    margin-right: 10px;
    display: block;
    float: left;
    text-align: right;
    width: 180px !important;
}

/* this keeps the input fields to the right of the label */
.front-end-edit .controls {
    margin-left: 190px;
}

.form-control {
    max-width: 98% !important;
}

/* this reduces the space between field and help text */
div.controls > fieldset {
    margin-bottom: 0 !important;
}

joomla-tab button[aria-expanded="true"]::after {
    background-color: rgba(164, 29, 22, 0.8) !important;
    color: #ffffff;
}
joomla-tab button[role="tab"][aria-expanded="true"] {
    background-color: rgba(164, 29, 22, 0.5) !important;
    color: #ffffff;
}
