/**
 * @version     CVS: 1.0.0
 * @package     com_greenhouse_jobs
 * @copyright   2023 Christopher Mavros
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Christopher Mavros <mavrosxristoforos@gmail.com>
 */

.job-location { color: #757575; margin: 8px 0px; }
.btn-right { float: right; margin-left: 0.5em; }
.btn-apply { background: #6c9f52; border-color: #6c9f52; }
.btn-apply:hover { background: #567f41; }
.btn-large-cta { padding: 12px 10%; margin-top: 1em; }