/* Ảnh chụp màn hình */
.md-content img.screenshot {
    display: block;
    max-height: 90%;
    max-width: 110%;
    margin: 0.5rem auto;
    border: 1.5px solid #000;
    border-radius: 8px; /* tùy chọn */
}

/* Ảnh chụp màn hình Mobile */
.md-content img.mobilescreenshot {
    display: block;
    max-width: 35%;
    min-width: 220px;
    max-height: 700px;
    width: auto;
    height: auto;
    margin: 0.5rem auto;
    border: 1px solid #000;
    border-radius: 12px;
}

/* Icon trong nội dung */
.md-content img.inline-icon {
    display: inline-block;
    border: none;
    margin: 0 -3px;
    vertical-align: middle;
    transform: scale(0.9);
    transform-origin: center;
}

.md-header__button.md-logo {
    display: none !important;
}

.md-header__title {
    margin-left: 0 !important;
}

.md-header__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .2px;
}

.md-tabs__link {
    font-weight: 600;
    font-size: .9rem;
}

.md-tabs__link--active {
    color: #fff;
    border-bottom: 2px solid #64B5F6;
}

/*Text*/

.md-typeset p,
.md-typeset li {
    font-size: 0.8rem;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
}

/* Theme */
[data-md-color-scheme="default"] {
    --md-primary-fg-color: #1565C0;
    --md-primary-fg-color--light: #1E88E5;
    --md-primary-fg-color--dark: #0D47A1;
}

[data-md-color-scheme="slate"] {
    --md-primary-fg-color: #1565C0;
    --md-primary-fg-color--light: #1E88E5;
    --md-primary-fg-color--dark: #0D47A1;
}

/* Footer */
.md-footer {
    background-color: #1565C0 !important;
    color: #fff;
}

/* Copyright */
.md-footer-meta {
    background-color: #1565C0 !important;
}

/* Text */
.md-footer-meta__inner,
.md-footer-copyright,
.md-footer-copyright a {
    color: #fff !important;
}

/* Sidebar */
.md-sidebar .md-nav--primary
.md-nav__list
> .md-nav__item
> .md-nav
> .md-nav__list
> .md-nav__item
> label.md-nav__link {
    font-weight: 700 !important;
    font-size: 0.8rem;
    color: #1565C0 !important;
    letter-spacing: 0.2px;
}

/* Sidebar hover */
.md-nav__link:hover {
    color: #1565C0 !important;
}

/* Tabs hover */
.md-tabs__link:hover {
    color: #ffffff !important;
}

/* Content links hover */
.md-content a:hover {
    color: #1565C0 !important;
}


/* ===== Note (Lưu ý) ===== */
.md-typeset .admonition.note,
.md-typeset details.note {
    border: 1px solid #BBDEFB;
    border-left: 5px solid #1976D2;
    border-radius: 10px;
    background: #F8FBFF;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.08);
    overflow: hidden;
    margin: 1.2em 0;
}

/* Tiêu đề */
.md-typeset .note > .admonition-title,
.md-typeset details.note > summary {
    background: #E3F2FD;
    color: #0D47A1;
    font-weight: 600;
    font-size: 0.75rem; 
    border-bottom: 1px solid #BBDEFB;
}

/* Icon */
.md-typeset .note > .admonition-title::before,
.md-typeset details.note > summary::before {
    color: #1976D2;
}

/* Nội dung */
.md-typeset .admonition.note > *:not(.admonition-title),
.md-typeset details.note > *:not(summary) {
    font-size: 0.75rem;
    line-height: 1.7;
}

/* Danh sách trong Note */
.md-typeset .admonition.note ul,
.md-typeset details.note ul {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.md-typeset .admonition.note li,
.md-typeset details.note li {
    margin-bottom: 0.45rem;
}

.md-nav__title .md-logo,
.md-nav__title .md-nav__button.md-logo {
    display: none !important;
}