.ahz-single-news-button-row {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px !important;
}

.ahz-single-news-button-row a:hover {
    text-decoration: none;
}

.ahz-single-news-first-buttons {
    display: flex;
}

.ahz-single-news-first-buttons .ahz-single-news-first-buttons-first {
    margin-right: 16px;
}

.ahz-single-news-button-row .ahz-squad-detail-title {
    background-color: black;
    border: none;
}
.ahz-single-news-button-row .ahz-squad-detail-title:hover {
    background-color: #e30613;
    text-decoration: none;
}

.ahz-single-news-button-row .ahz-news-detail-style {
    border: none;
}

.ahz-news-detail-container-style {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.ahzimport-news h1{
    color: #e30613;
}

.ahz-fci-mobile-menu-text {
    font-family: RobotoCondensed;
}

@media (max-width: 1300px) {
    .ahz-news-detail-container-style {
        padding-left: 16px;
        padding-right: 16px;
    }
    .ahz-single-news-button-row {
        padding-left: 16px;
        padding-right: 16px;
    }
    
}

@media (max-width: 871px) {
    .ahz-single-news-button-row {
        display: block;
    }
}

@media (max-width: 500px) {
    .ahz-single-news-first-buttons {
        display: block;
    }
}
