/*
Theme Name:     Pixwell child
Template:      	pixwell
Theme URI:      https://tf01.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Pixwell in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, editor-style, featured-images, theme-options, custom-colors, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

/* Category grid base — sizing is injected per widget instance in fw-category-1.php */
.rekjob-cat-list-content {
	width: 100%;
}

.rekjob-apply-wrap {
	margin-top: 2rem;
	text-align: center;
}

.rekjob-apply-btn {
	display: inline-block;
	padding: 0.85rem 2rem;
	background-color: #e74c3c;
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 600;
	text-decoration: none !important;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.rekjob-apply-btn:hover,
.rekjob-apply-btn:focus {
	background-color: #c0392b;
	color: #fff !important;
}

.rb-iwrap.autosize img {
	object-fit: contain;
	height: auto;
}

.rekjob-qa-label {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 0.2rem 0.65rem;
	background: #2271b1;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius: 3px;
}

.rekjob-qa-answer {
	margin-top: 1rem;
}