.header__dropdown-list {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 15px 0 !important;
    background-color: #fff;
    box-shadow: 0px 7px 29px 0px #64646F33;
    border-radius: 10px;
}
.header__dropdown-list > li{
    display: flex;
    flex-direction: column;
}
.dropdown__link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #828C9D;
    padding: 15px 30px;
    cursor: pointer;
    height: max-content;
    line-height: 16px;
}
.dropdown__link:hover {
    color: #FA6400;
}
.header__dropdown:hover .header__dropdown-body,
.header__dropdown:focus .header__dropdown-body{
    display: block !important;
}

.header__dropdown:hover .dropdown_body_parent_wrp,
.header__dropdown:focus .dropdown_body_parent_wrp{
    display: block !important;
}
.dropdown_body_parent_wrp{
    padding-top: 5px !important;
    display: none;
    margin-bottom: 0 !important;
}

.header__dropdown-body{
    top: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: absolute !important;
}
.header__link-pill{
    line-height: 16px !important;
}


.header__link-pill {
    background-color: #F94FD3;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 360px;
    height: 16px;
    padding: 0 5px;
}
.header__link{
    display: flex;
    align-items: center;
    gap: 6px;
}
.header__list{gap: 0 !important;}