.top-navigation-menu-item-1987 {
    overflow: visible !important;
}

.top-navigation-menu-item-1987 a {
    display: inline-block;
    background-color: #859f26;
    color: #ffffff !important;
    padding: 5px 14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-weight: 600;
    font-size: inherit;
    text-decoration: none;
    line-height: normal;
    white-space: nowrap;
    text-align: center !important;
    text-indent: 0 !important;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.top-navigation-menu-item-1987::after {
    display: none !important;
}
.top-navigation-menu-item-39::before {
    display: none !important;
}
.top-navigation-menu-item-1987 {
    margin-right: 10px;
}
@media screen and (max-width: 991px) {
    li.top-navigation-menu-item-1987,
    .top-navigation-bar-menu li.top-navigation-menu-item-1987,
    ul.top-navigation-bar-menu li.top-navigation-menu-item-1987 {
        overflow: visible !important;
        margin-right: 10px !important;
    }
    
    li.top-navigation-menu-item-1987 > a,
    .top-navigation-bar-menu li.top-navigation-menu-item-1987 > a,
    ul.top-navigation-bar-menu li.top-navigation-menu-item-1987 > a {
        display: inline-block !important;
        background-color: #859f26 !important;
        color: #fff !important;
        padding: 5px 14px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        line-height: normal !important;
        white-space: nowrap !important;
    }
    li.top-navigation-menu-item-1987::after,
    li.top-navigation-menu-item-1987::before,
    li.top-navigation-menu-item-39::before {
        display: none !important;
    }
}
/* Zvýraznění aktivní záložky registrace */
#register-form > .reg-ucet .form-group input[type="radio"]:checked + label {
background-color: #a7c41fe6;
}
.b2b-benefits {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.benefit-badge {
    background-color: #f4f7e9;
    color: #859f26;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #859f26;
}
.msg.msg-info {
border-color: #859f26;
background-color: #859f26;
}
</style>
<style>
/* Vlastní hláška po registraci */
/* Skrytí původní Shoptet hlášky */
.msg-wrapper .msg-info {
    opacity: 0;
    visibility: hidden;
}
.custom-msg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #859f26;
    color: #fff;
    z-index: 9999;
    padding: 20px;
    text-align: center;
}
.custom-msg {
    max-width: 600px;
    margin: 0 auto;
}
.custom-msg-wrapper .btn-close-msg {
    background-color: #fff;
    color: #859f26;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.custom-msg-wrapper .btn-close-msg:hover {
    background-color: #f4f7e9;
}