/* BEEplus docs custom styles */
video {
    border-radius: 8px;
    margin: 1em 0;
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.md-content img {
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
    margin: .5em 0;
    max-width: 100%;
}
.md-typeset .admonition { margin: 1.5em 0; }

/* Contacts sidebar — fixed to viewport right side */
.contacts-sidebar {
    position: fixed;
    right: 1.5rem;
    top: 5rem;
    width: 240px;
    padding: 1.2em 1.5em;
    border-radius: 12px;
    background: var(--md-code-bg-color);
    border: 1px solid var(--md-default-fg-color--lightest);
    z-index: 2;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}
.contacts-sidebar h4 {
    margin-top: 0 !important;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: .7;
}
.contacts-sidebar ul {
    font-size: .78rem;
    margin-bottom: 1em;
    padding-left: 1.2em;
}
.contacts-sidebar li {
    margin-bottom: .15em;
}
.contacts-sidebar .md-button {
    display: block;
    text-align: center;
    font-size: .82rem;
    padding: .4em .8em;
    margin-bottom: .3em;
}
@media (max-width: 1219px) {
    .contacts-sidebar {
        position: static;
        float: right;
        width: 240px;
        margin: 0 0 1.5em 2em;
        max-height: none;
    }
}
@media (max-width: 768px) {
    .contacts-sidebar {
        float: none;
        width: 100%;
        margin: 1em 0;
    }
}
