[data-md-color-scheme="slate"] {
    /* --md-default-bg-color: #282C36;
    --md-primary-fg-color--light: #282C36;
    --md-primary-fg-color--dark: #282C36; */


    /*hsla(var(--md-hue), 15%, 15%, 1);*/
    /* --md-primary-fg-color: hsla(var(--md-hue), 12%, 25%, 1); */
    /* hsla(var(--md-hue), 15%, 50%, 0.95); */
    /*  */
    /*--md-primary-fg-color:  hsla(var(--md-hue), 15%, 50%, 0.95);*/
    /* --md-primary-fg-color--light: hsla(var(--md-hue), 75%, 90%, 0.62); */

    --md-hue: 235;
    --md-accent-fg-color: #9bc356;

}

[data-md-color-scheme="default"] {
    --md-accent-fg-color: #c36a56;
}

.md-typeset a {
    /* color: #669297 !important; */
}

.md-typeset a:hover {
    /* color: var(--md-accent-fg-color) !important; */
}


/* Indentation for mkdocstrings items. */
div.doc-contents:not(.first) {
    padding-left: 25px;
    border-left: 2px solid hsla(var(--md-hue), 15%, 12%, 0.87);
    margin-bottom: 80px;
}

@keyframes heart {
    0%,
    40%,
    80%,
    100% {
        transform: scale(1);
    }

    20%,
    60% {
        transform: scale(1.15);
    }
}

.heart {
    animation: heart 1200ms infinite;
    color: #9bc356;
}


.live-demo-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.live-demo-shop-card {
    border: 1px rgba(0, 0, 0, 0.1) solid;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: inset 5px gray;
    max-width: 300px;
    min-width: 180px;
    padding: 15px;
    margin: 10px;
    width: 120px;
    /* color: whitesmoke; */
}

.live-demo-price {
    margin-bottom: 0px!important;
}

.live-demo-description {
    margin-top: 10px !important;
}


.live-demo-buy-button {
    background-color: #7e56c3;
    padding: 8px;
    border-radius: 10px;
    color: whitesmoke;
    width: 100%;
    transition: all ease-in-out .5s;
}


.live-demo-buy-button:hover {
    opacity: 80%;
}
