blockquote {
    color: #cccccc;
    border-left: 3px solid #aaa;
    padding-left: 1em;
    margin: 0;
}

hr {
    border-top: 3px dotted rgb(153, 153, 200);
}

p {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

a {
    color: inherit;
    text-decoration: none; /* убираем стандартное подчёркивание */
    border-bottom: 2px solid #4ecca3; /* наше подчёркивание */
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

a:hover,
a:focus {
    background: #4ecca3; /* фон при наведении */
    color: #1e1e1e; /* тёмный текст для контраста */
    border-bottom: 2px solid #4ecca3; /* оставляем подчёркивание */
}

code {
    background: none; /* убираем фон */
    color: inherit; /* цвет текста как у окружения */
    padding: 0; /* убираем отступы */
    border-radius: 0; /* убираем скругления */
}

/* для WebKit-браузеров (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    height: 6px; /* тоненькая горизонтальная */
}

::-webkit-scrollbar-thumb {
    background: #4ecca3; /* цвет бегунка */
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: #393e46; /* фон полосы */
}

/* для Firefox */
* {
    scrollbar-width: thin; /* тонкий скроллбар */
    scrollbar-color: #4ecca3 #393e46; /* бегунок + фон */
}

/*.telegram-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #008000;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-bottom: none !important;
}*/

/*.telegram-button:hover {
    background-color: #006400;
}*/

/*.telegram-button svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}*/

/*.max-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #0078ff;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    border-bottom: none !important;
    margin-top: 8px;
}*/

/*.max-button:hover {
    background-color: #0060cc;
}*/

/*.max-button svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}*/

.subscribe-buttons {
    display: flex;
    gap: 10px;
    margin: 18px 0 10px 0;
}

.max-button {
    margin-top: 5px;
}

.telegram-button,
.max-button {
    display: inline-flex;
    align-items: center;

    padding: 5px 16px;

    font-size: 14px;
    font-weight: 600;

    border-radius: 10px;

    text-decoration: none;
    /* border: 1px solid rgba(255, 255, 255, 0.06); */

    transition: all 0.15s ease;
}

.telegram-button {
    background: #4ecca3;
    color: black !important;
}

.max-button {
    background: #4ecca3;
    color: black !important;
}

.telegram-button:hover {
    background: #2f81f7;
}

.max-button:hover {
    background: #1f6feb;
}

.telegram-button svg,
.max-button svg {
    fill: white;
    width: 16px;
    height: 16px;
}

.post-content {
    background: #1b1f27;
    border-radius: 20px;
    padding: 0px 20px;
    margin-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.posts {
    background: #1b1f27;
    border-radius: 20px;
    padding: 25px 30px 30px 50px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tag-cloud {
    background: #1b1f27;
    border-radius: 20px;
    padding: 25px 30px 30px 50px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

body {
    background: #0f1117;
}

blockquote {
    border-left: 3px solid #3ddc97;
    padding-left: 15px;
    color: #c9d1d9;
}

.list-item {
    background: #1b1f27;
    border-radius: 18px;
    padding: 0px 30px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/*body {
    font-family: "Merriweather", Georgia, serif;
    font-size: 20px;
    line-height: 1.65;
}*/

/*code,
pre {
    font-family: "JetBrains Mono", monospace;
}*/

body {
    color: #c9d1d9; /* основной текст */
}

p {
    color: #c9d1d9;
}

.description {
    color: #c9d1d9; /* вторичный текст */
}

time {
    color: #8b949e;
}
