.brand-top-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.brand-top-container img {
    max-width: 100%;
}

.brand-top-container.ga {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .brand-top-container.ga {
        display: flex;
    }
}

#notification .notification-container {
    display: block;
    margin-bottom: 2rem;
}

#notification .notification-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#beginners-guide .beginners-guide-container {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

#beginners-guide .beginners-guide-button {
    width: 240px;
}

@media only screen and (min-width: 1024px) {
    #beginners-guide .beginners-guide-button {
        width: 288px;
    }
}

@media only screen and (min-width: 1440px) {
    #beginners-guide .beginners-guide-container {
        padding: 32px 180px;
    }
}

#useful-links {
    margin-top: 32px;
}

@media only screen and (min-width: 768px) {
    #quick-paths {
        display: flex;
        gap: 24px;
    }

    #promoted-articles, #useful-links {
        width: 100%;
    }

    #useful-links {
        margin-top: 0;
    }
}

section#need-more-help {
    display: block;
}

