:root, [data-md-color-scheme="slate"] {
    --foi-green: #2a842d;
}

[data-md-color-scheme="slate"] {
  --md-default-bg-color: #121212;
  --md-default-fg-color: #cccccc;
  --md-primary-fg-color: #0066cc;
  --md-primary-fg-color--light: #3388ff;
  --md-primary-fg-color--dark: #004499;
}

.md-header >*, .md-tabs {
    background: none;
}

.md-header__button {
    color: var(--md-default-fg-color--light);
}

.md-header, .md-tabs {
    background-color: rgba(5, 5, 5, 0.90);
}

.foi-green {
    color: var(--foi-green);
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.codewrap code {
    white-space: pre-wrap !important;
    font-size: 0.80em;
}

.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
    font-weight: 600;
}

.md-typeset h2 {
    font-size: 1.7625em;
}

.md-matrix-chat {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: var(--md-default-fg-color--light);
    background-color: rgba(45, 45, 45, 0.7);
    border-radius: 2rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 100;
    text-decoration: none;
    transition: all 0.3s ease;
}

.md-matrix-chat:hover {
    background-color: rgba(55, 55, 55, 0.9);
}

.md-matrix-chat__icon {
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
    min-width: 20px;
}

.md-matrix-chat__icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.md-matrix-chat__label {
    font-weight: 500;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* Mobile styles */
@media screen and (max-width: 76.1875em) {
    .md-matrix-chat {
        right: -6rem;
        bottom: 2rem;
        padding: 0.4rem 0.6rem;
        background-color: var(--md-primary-fg-color--dark);
        opacity: 1;
    }

    .md-matrix-chat:hover {
        background-color: var(--md-primary-fg-color--dark);
        opacity: 1;
    }
    
    .md-matrix-chat--expanded {
        right: 1rem;
        color: #ffffff!important;
    }
    
    .md-matrix-chat__icon {
        margin-right: 0.5rem;
    }
}
