/* Readable text over photo backgrounds */
.overlay--readable {
    position: relative;
    z-index: 9;
}

.overlay--readable::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.72;
    z-index: -1;
}

.footer-legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px 24px;
}

.footer-legal-links li a {
    color: #ffffff;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-legal-links li a:hover {
    color: #cca354;
}

.about-content-panel {
    background-color: rgba(0, 0, 0, 0.72);
    padding: 40px 35px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .about-content-panel {
        padding: 30px 24px;
    }
}

.job-desc-notice {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(204, 163, 84, 0.85);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}

.job-desc-notice a {
    font-weight: 600;
}
