/*
 * =====================================
 * СТИЛИ ДЛЯ CAREER.PHP
 * =====================================
 */

/* * Главная зеленая кнопка "Discover"
 * (Стили скопированы из .btn-book-bar)
 */
.btn-career-main {
    background-color: #9FDDC7;
    color: #3C3C3B !important; /* !important чтобы убить синий */
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    padding: 12px 24px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none !important; /* !important чтобы убить синий */
    display: inline-block;
    margin-top: 20px;
}
.btn-career-main:hover {
    background-color: #8ccdba;
    color: #3C3C3B !important;
}

/* * Коричневая ссылка "Discover more"
 * (Стили скопированы из .btn-buy-voucher)
 */
.btn-career-link {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 20px 0px 8px;
    color: #68554A !important; 
    text-decoration: none !important; 
}
.btn-career-link:hover {
    text-decoration: underline !important;
}

/* * Стили для 50/50 блоков (чтобы текст был слева)
 * (Скопировано из reisepartner-bueros.php)
 */
.content-block-50-50 .content-text-50 {
    text-align: left;
    align-items: flex-start;
    padding: 60px;
}
.content-block-50-50 .content-text-50 h3 {
    text-align: left;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.content-block-50-50 .content-text-50 p {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.content-block-50-50 .content-text-50 ul {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333;
    line-height: 1.6;
    list-style-type: disc;
    padding-left: 20px;
    margin-top: -10px;
}

/* * Блок для LinkedIn (новый)
 */
.career-social-block {
    text-align: center;
    padding: 40px 15px;
    background-color: #f2f2f2;
    max-width: 1236px;
    margin: 40px auto;
}
.career-social-block h3 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.career-social-block img {
    max-width: 150px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.career-social-block a:hover img {
    opacity: 1;
}