.ftcareers-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    margin:40px 0;
}

.ftcareer-card{
    background:#fff;
    border-radius:14px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s ease;
}

.ftcareer-card:hover{
    transform:translateY(-5px);
}

.ftcareer-card h3{
    margin:0 0 20px;
    font-size:24px;
}

.ftcareer-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.ftcareer-meta span{
    background:#f3f3f3;
    padding:8px 12px;
    border-radius:30px;
    font-size:13px;
}

.ftcareer-btn{
    display:inline-block;
    padding:14px 22px;
    background:#000;
    color:#fff !important;
    border-radius:8px;
    text-decoration:none;
    margin-top:20px;
}

.ftcareer-single-wrapper{
    max-width:1100px;
    margin:60px auto;
    padding:20px;
}

.ftcareer-single-content{
    background:#fff;
    padding:40px;
    border-radius:16px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.ftcareer-form-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:20px;
    margin-top:40px;
}

.ftcareer-form-grid input,
.ftcareer-form-grid textarea,
.ftcareer-form-grid select{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
}

.ftcareer-form-grid textarea{
    min-height:120px;
}

.ftcareer-submit-btn{
    background:#000;
    color:#fff;
    padding:16px 30px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    margin-top:30px;
}

.ftcareer-consent{
    margin-top:30px;
}

.ftcareer-success{
    background:#d4edda;
    color:#155724;
    padding:15px;
    border-radius:10px;
    margin-top:20px;
}

.ftcareer-error{
    background:#f8d7da;
    color:#721c24;
    padding:15px;
    border-radius:10px;
    margin-top:20px;
}




.ftcareers-wrapper.layout-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.ftcareer-list-item{
    border-bottom:1px solid #e5e5e5;
    padding-bottom:15px;
    margin-bottom:15px;
}

.ftcareer-list-item:last-child{
    border-bottom:none;
    margin-bottom:0;
}

.ftcareer-list-item h3{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.3;
}

.ftcareer-list-item h3 a{
    color:#000;
    text-decoration:none;
}

.ftcareer-list-item h3 a:hover{
    opacity:0.7;
}

.ftcareer-list-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.ftcareer-list-meta span{
    background:#f3f3f3;
    padding:6px 10px;
    border-radius:30px;
    font-size:12px;
}