/* Custom styles for Base Theme 7 */

/* Center footer items on desktop */
@media (min-width: 768px) {
    .footer__items {
        justify-content: center;
    }
}

/* Hide arrows for menu items without submenu on mobile */
@media (max-width: 767px) {
    /* Hide arrows only for menu items without submenu with .show-text class */
    .nav__menu ul li.show-item:not(:has(.show-text)):after {
        display: none;
    }
}

/* Styling for footer headings */
.footer__item h4 {
    font-size: 1.5em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
}

/* Header logo size */
.header__logo img {
    width: 10em;
    height: 2.0625em;
}

/* Header menu font size */
.header__menu ul li a, .header__menu ul li ul li a {
    font-size: 1em;
}

/* Button text alignment */
a.button {
    text-align: center;
}

.text-part ul, .text-part ul li:last-child {
    margin-bottom: 0;
}

.show-item-has-submenu {
    padding-top: .875em;
    padding-bottom: .875em;
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}