.megamenu .menu span.h3 a {
    -ms-flex-align: center;
    align-items: center;
    color: #ff8b07;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1vw;
    font-size: .85em;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.megamenu .menu span.h3 a:before {
    content: "";
    display: block;
    margin-right: .3vw;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNS42IDQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNS42IDQwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRjY4QjFGO30NCjwvc3R5bGU+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjAsMCAyNS42LDAgMjUuNiw0MCAxMi44LDMwLjUgMCw0MCAiLz4NCjwvc3ZnPg0K);
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.2vw;
    height: 1.2vw;
}

.h1-main-header {
    font-size: 2.3em !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 1.2vw;
    margin-top: .1vw;
}
.h1-footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.post-card__content .h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}
.h3-normal {
    font-size: 2.2rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    line-height: 1.1 !important;
}

.post-card-ma {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #4a4a4a;
    background-color: #fff;
    border-radius: 15px;
    padding: 1.6vw;
    transition: all .2s ease-out;
    box-shadow: 0 0 .5vw rgba(176, 176, 176, .6);
    position: relative;
}

a.title-link-ma {
    color: #ff8b07; display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

a.title-link-ma:hover {
    color: #ce740e;
}

ul.list-styled-ma {
    padding: revert;
}

.navbar-header-withsearchbox {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-box-section {
    padding: 0;
    width: 100%;
}


#hamburger-mb {
    display: none !important;
}

.search-box-section form {
    display: grid;
    grid-template-columns: auto 100px;
    gap: 8px;
    width: 100%;
}


@media (max-width: 830px) {
    .search-box-section form {
        justify-content: center;
    }
    .search-box-section input[type="text"] {
        flex: 1;
    }
}

@media (max-width: 500px) {
    .navbar-header-withsearchbox {
        flex-wrap: wrap;
        gap: 16px;
    }
    #hamburger-mb {
        display: block !important;
    }
    #hamburger-pc {
        display: none !important;
    }
    .navbar-header-withsearchbox .hamburger {
        margin-left: auto;
    }

    .search-box-section.navbar-fixed {
        display: none;
    }
}

#main-navbar.navbar-fixed .navbar-header-withsearchbox {
    flex-direction: unset;
}

.search-box-section input[type="text"] {
    min-width: 100px;
    max-width: 500px;
    padding: 10px 20px !important;
    border: 1px solid #ccc;
}

.search-box-section input[type="submit"] {
    padding: 10px 20px !important;
    border-radius: 15px;
    font-size: 1.1em;
    background: #ff8b07;
    color: white;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}