/* fix issue iframe disappear */
.ast-oembed-container iframe {
    position: static;
    max-width: 100%;
    height: 430px;
}

.a9_ld_feedback {
    padding-top: 2rem;
    margin-top: 1rem;
    border-top: 1px solid #25408e21;
}
.a9_ldf_btn {
    display: flex;
    align-items: center;
}
.a9_ldf_btn svg {
    width: 30px;
    color: #f9a64a;
}
.a9_ldf_btn span {
    margin-left: 0.5rem;
    color: #25408e;
    font-weight: 500;
    border-bottom: 1px solid #25408e21;
    width: fit-content;
}
.a9_ldf_content textarea {
    border-radius: 5px;
    margin-top: 1rem;
    font-size: 14px;
}
.a9_ldf_content button {
    padding: 0.5rem 2rem;
    text-transform: inherit;
}
.a9_ldf_content .a9_send_success {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
    border-radius: 5px;
    margin-top: 1rem;
    font-size: 16px;
    border: 1px solid lightgreen;
    background: #f9fff9;
}
.a9_ldf_content .a9_send_success svg {
    width: 40px;
    color: lightgreen;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.a9_ldf_content .a9_error {
    color: #e11919;
    font-size: 14px;
    margin-top: 0.5rem;
}

.a9_notitem {
    line-height: 1rem;
    font-size: 14px;
}
.wnbell_notification_item_menu a img {
    margin-right: 0.5rem;
}
.wnbell-dropdown-menu {
    background-color: #FFF;
}
.noti_more {
    display: flex;
    align-items: center;
    color: #25408e;
    font-size: 12px;
    line-height: 1rem;
}
.noti_more svg {
    margin-left: 0.25rem;
}

@media screen and (max-width: 921px) {
    .wnbell-dropdown-nav {
        display: block;
        margin-left: 1.3rem;
    }
    .logged-in .wnbell_dropdown_list_ss {
        padding-top: 3.5rem;
    }
}