/* /se/ results (from ddp_css.css L2130-L2274) */
/* /se/ results page */
.vdoc-se {
    margin: 0 0 16px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-left: 8px solid #ffb533;
    border-radius: 4px;
}
.vdoc-se__title {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #1f2933;
    line-height: 1.25;
}
.vdoc-se__hint {
    margin: 0 0 14px;
    color: #5c6b7a;
    font-size: 13px;
    line-height: 1.4;
}
.vdoc-se-form { position: relative; max-width: 720px; }
.vdoc-se-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.vdoc-se-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    border-radius: 2px 0 0 2px !important;
    border-right: 0 !important;
    font-size: 16px;
    color: #1f2933;
}
.vdoc-se-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 44px;
    padding: 0 20px;
    border-radius: 0 2px 2px 0 !important;
    font-size: 15px;
    font-weight: 600;
}
.vdoc-se-form .vdoc-suggest {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    margin-top: 4px;
}
.vdoc-se-tabs {
    margin: 14px 0 8px;
}
.vdoc-se-tabs > li > a {
    padding: 6px 12px;
    color: #3b4a5a;
}
.vdoc-se-tabs > li.active > a,
.vdoc-se-tabs > li.active > a:hover,
.vdoc-se-tabs > li.active > a:focus {
    background: #2f6fed;
    color: #fff;
}
.vdoc-se-sec { margin: 18px 0 28px; }
.vdoc-se-sec__h {
    margin: 0 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8ecf0;
    font-size: 18px;
    font-weight: 700;
    color: #1f2933;
}
.vdoc-se-hits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.vdoc-se-hit {
    display: block;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 4px;
    color: #1f2933 !important;
    text-decoration: none !important;
}
.vdoc-se-hit:hover,
.vdoc-se-hit:focus {
    border-color: #c9302c;
    background: #fffaf9;
}
.vdoc-se-hit__badge {
    display: inline-block;
    margin: 0 0 4px;
    padding: 1px 7px;
    border-radius: 2px;
    background: #f0f3f6;
    color: #5c6b7a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vdoc-se-hit__title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #1f2933;
}
.vdoc-se-hit__sub {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #5c6b7a;
}
@media (max-width: 767px) {
    .vdoc-se-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .vdoc-se-input,
    .vdoc-se-btn {
        width: 100%;
        border-radius: 2px !important;
        border-right: 1px solid #ccc !important;
    }
    .vdoc-se-btn { margin-top: 8px; }
}
