/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.acn-jobfeed-wrapper { margin-top: 20px; }

.acn-job-item { margin-bottom: 60px; }

.acn-job-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.acn-job-btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s ease, transform .1s ease;
}

.acn-job-btn:hover {
    background: #333;
	color: #fd665f !important;
    transform: translateY(-1px);
}

.acn-jobfeed-empty {
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
	font-size: clamp(18px,4vw,28px);
}