.recruitment-section {
    padding: 4em 0;
    background: #f8f9fa;
}
.recruitment-box {
    border: 1px solid #e0e0e0;
    padding: 2rem;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 96%;
    display: flex;
    flex-direction: column;
}
.recruitment-box .title {
    color: #a5292a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}
.recruitment-box .sub-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    color: #333;
    border-left: 4px solid #a5292a;
    padding-left: 10px;
}
.recruitment-box ul {
    list-style: none;
    padding-left: 0;
}
.recruitment-box ul li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.recruitment-box ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #a5292a;
    font-weight: bold;
}
.recruitment-box p {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1rem;
}
.recruitment-box .contact-info {
    margin-top: auto;
}
.recruitment-box .contact-info ul {
    margin-top: 1rem;
}
.recruitment-box .contact-info a {
    color: #a5292a;
    font-weight: 600;
    text-decoration: none;
}
.recruitment-box .contact-info a:hover {
    text-decoration: underline;
}
