.bot-header {
    border-bottom: 0.0625rem solid var(--grey-20);
    background: var(--color-white);
}

.bot-header__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bot-header__account {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bot-header__account-link {
    color: var(--grey-90);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.bot-header__account-link:hover {
    color: var(--action);
}

.bot-nav {
    border-top: 0.0625rem solid var(--grey-20);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.bot-nav__list,
.bot-nav__sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bot-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
}

.bot-nav__sublist {
    padding-left: 1rem;
}

.bot-nav__link {
    color: var(--grey-90);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.bot-nav__link:hover {
    color: var(--action);
}

.bot-header__links {
    border-top: 0.0625rem solid var(--grey-20);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.bot-header__links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bot-header__links-link {
    color: var(--grey-60);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.bot-header__links-link:hover {
    color: var(--action);
}

.bot-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: var(--grey-90);
    color: var(--color-white);
}

.bot-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.bot-footer__brand {
    flex: 1 1 12rem;
}

.bot-footer__column {
    flex: 1 1 12rem;
}

.bot-footer__title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.bot-footer__list,
.bot-footer__social,
.bot-footer__legal {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bot-footer__item {
    margin-bottom: 0.5rem;
}

.bot-footer__link,
.bot-footer__social-link,
.bot-footer__legal-link {
    color: var(--grey-20);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.bot-footer__link:hover,
.bot-footer__social-link:hover,
.bot-footer__legal-link:hover {
    color: var(--color-white);
}

.bot-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 0.0625rem solid var(--grey-60);
}

.bot-footer__social,
.bot-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-bottom: 1rem;
}

.bot-footer__copyright {
    margin: 0;
    color: var(--grey-40);
    font-size: 0.75rem;
}

.home-page-bot {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.home-page-bot__intro {
    color: var(--grey-60);
    max-width: 48rem;
}

.home-page-bot__categories {
    margin-top: 1.5rem;
}

.home-page-bot__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page-bot__category-link {
    color: var(--grey-90);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.home-page-bot__category-link:hover {
    color: var(--action);
}
