[data-bs-theme=light] {
    --related-background: #f1f1f1;
    --related-text: #e53a35;
    --footer-text: #fff;
}

[data-bs-theme=dark] {
    --related-background: #111111;
    --related-text: #e53a35;
    --footer-text: #fff;
}

p {
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

h3 {
    font-family: 'Roboto';
    letter-spacing: -0.03rem;
}

.text000 {
    margin-top: 13px;
    margin-bottom: 28px;
}

.well {
    background-color: transparent;
    padding-top: 0;
    border-radius: 3px;
    border-color: transparent;
    box-shadow: none;
    padding: 8px;
    overflow: hidden
}

.well h1 {
    margin-top: -8px;
}


.carousel-cell {
    margin-right: 12px;
}


#footer {
    padding-top: 32px;
    z-index: 210;
    background-color: #272727;
    /* background: linear-gradient(to bottom, rgb(137 137 137) 1%, rgb(60 60 60) 100%); */
    position: relative;
    border-top: solid 1px #ccc;
}

#footer a {
color: var(--footer-text);
}


.post {
    padding: 12px;
    /* background-color: #fff; */
    border: 1px solid #a0a0a0;
    /* border-radius: 6px; */
    margin-bottom: 14px;
    animation: expand .5s ease-in-out;
    /* box-shadow: 0px 0px 4px 0px rgba(171, 171, 171, 0.81); */
    overflow: hidden;
}


.flickity-prev-next-button {
    top: 38%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}


.flickity-page-dots0000 {
    position: absolute;
    width: 100%;
    bottom: -8px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.container>.row>.col-md-12 {
    border-bottom: solid 1px rgb(255 255 255 / 0%);
    margin-bottom: 16px;
}

#related {
    background-color: var(--related-background);
}

#related h3 {
    color: var(--related-text);
}

.kRMLTK,
.kJxcE {
    display: none !important;
}

#searchModal {
    z-index: 100000;
}

@media(min-width:1400px) {
    /* h1 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1rem;
        font-weight: 400;
    } */
}