.flashcard-heading {
    margin-bottom: 10px
}

.flashcard-date {
    margin-left: 30px;
    gap: 13px;
    line-height: 20px
}

.flashcard-rating {
    margin-left: 30px;
    line-height: 100%
}

.flashcard-rating>span+span {
    margin-left: 10px
}

@media screen and (max-width: 576px) {
    .flashcard-rating>span+span {
        margin-left:8px;
        white-space: nowrap
    }
}

.flashcard-rating__rating {
    font-weight: 700
}

.flashcard-rating__stars>svg {
    margin-right: -6px
}

.flashcard-rating__reviews {
    margin-left: 13px
}

.flashcard-count {
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .flashcard-count,.flashcard-date {
        justify-content: flex-end
    }

    .flashcard-rating {
        justify-content: flex-start!important
    }
}

.flashcard-heading h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px
}

@media screen and (max-width: 576px) {
    .flashcard-heading h1 {
        font-size:28px;
        line-height: 130%
    }
}

.flashcards__slider {
    padding: 0 15px 15px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow-x: hidden
}

.flashcards__slider .tns-visually-hidden {
    display: none
}

.flashcards__slider-cards {
    overflow: hidden
}

.flashcards__slider-wrapper {
    display: flex
}

.flashcards__slider-nav {
    margin-top: 15px
}

.flashcards__slider .flashcard {
    position: relative;
    display: inline-grid;
    min-height: 235px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 15px 0 10px;
    align-items: center;
    justify-content: stretch;
    transition: transform .4s cubic-bezier(.18,.86,.27,1.13);
    transform-style: preserve-3d;
    overflow: hidden
}

.flashcards__slider .flashcard__def-wrapper,.flashcards__slider .flashcard__img-n-term {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    grid-area: 1/1/2/2;
    background: #fff;
    z-index: 1
}

.flashcards__slider .flashcard__def-wrapper__nav,.flashcards__slider .flashcard__img-n-term__nav {
    background: #e8eeff;
    border: none;
    outline: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #568bf1;
    padding: 5px;
    cursor: pointer;
    z-index: 2
}

.flashcards__slider .flashcard__def-wrapper__nav svg,.flashcards__slider .flashcard__img-n-term__nav svg {
    margin-left: 7px
}

.flashcards__slider .flashcard.flip {
    transform: rotateY(180deg)
}

.flashcards__slider .flashcard.flip .flashcard__def-wrapper {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.flashcards__slider .flashcard__def-wrapper,.flashcards__slider .flashcard__img-n-term {
    border-color: #000;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

.flashcards__slider .flashcard__def-wrapper .lbl,.flashcards__slider .flashcard__img-n-term .lbl {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    text-align: right;
    text-transform: uppercase;
    color: #373a3c;
    opacity: .4;
    display: inline-block;
    width: 100%;
    padding: 15px
}

.flashcards__slider .flashcard-def,.flashcards__slider .flashcard-term {
    text-align: center;
    padding: 10px
}

.flashcards__slider .flashcard__def-wrapper {
    transform: rotateY(180deg)
}

.flashcards__slider .flashcard-img {
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    grid-area: 1/1/2/2;
    z-index: 1
}

.flashcards__slider .flashcard__def-overlay--blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr repeat(3,2fr) 1fr;
    grid-template-rows: repeat(4,1fr);
    grid-column-gap: 0;
    grid-row-gap: 0
}

@media screen and (max-width: 768px) {
    .flashcards__slider .flashcard__def-overlay--blur {
        grid-template-columns:min-content repeat(3,2fr) min-content
    }
}

@media screen and (max-width: 576px) {
    .flashcards__slider .flashcard__def-overlay--blur {
        grid-template-columns:repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
        column-gap: 10px;
        padding: 10px
    }
}

.flashcards__slider .flashcard__def-overlay--blur p {
    grid-area: 2/1/3/6;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #1f1f2c
}

@media screen and (max-width: 576px) {
    .flashcards__slider .flashcard__def-overlay--blur p {
        grid-area:1/1/2/3;
        align-self: flex-end;
        font-size: 18px;
        line-height: 145%
    }
}

.flashcards__slider .flashcard__def__inner-link {
    grid-area: 3/2/5/2;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1f1f2c;
    padding: 10px 20px;
    background: #ffd02c;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

.flashcards__slider .flashcard__def__inner-link:hover {
    box-shadow: 3px 3px 0 #000
}

@media screen and (max-width: 576px) {
    .flashcards__slider .flashcard__def__inner-link {
        grid-area:2/1/3/3;
        align-self: flex-end;
        width: 100%;
        text-align: center
    }
}

.flashcards__slider .flashcard__def__google-link {
    grid-area: 3/3/5/3;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 10px;
    background-image: url(/wp-content/themes/flashcards/bundles/0be07a7afc9f97e7f2e267942fd3d75f.svg);
    padding: 10px 20px 10px 50px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #373a3c;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

.flashcards__slider .flashcard__def__google-link:hover {
    box-shadow: 3px 3px 0 #000
}

@media screen and (max-width: 576px) {
    .flashcards__slider .flashcard__def__google-link {
        grid-area:3/1/3/2;
        background-position: 50%;
        padding: 20px;
        width: 100%
    }

    .flashcards__slider .flashcard__def__google-link span {
        display: none
    }
}

.flashcards__slider .flashcard__def__fb-link {
    grid-area: 3/4/5/4;
    background-repeat: no-repeat;
    background-position: 10px;
    background-color: #3579ea;
    background-image: url(/wp-content/themes/flashcards/bundles/6403cf61f266aa16891eb5046a96cb87.svg);
    color: #fff;
    padding: 10px 8px 10px 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

.flashcards__slider .flashcard__def__fb-link:hover {
    box-shadow: 3px 3px 0 #000
}

@media screen and (max-width: 576px) {
    .flashcards__slider .flashcard__def__fb-link {
        grid-area:3/2/3/3;
        background-position: 50%;
        padding: 20px;
        width: 100%
    }

    .flashcards__slider .flashcard__def__fb-link span {
        display: none
    }
}

.flashcards__slider-nav__pagination {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap
}

.flashcards__slider-nav__pagination .flashcards__pagination {
    border: none;
    outline: 0;
    background: 0 0
}

.flashcards__slider-nav__pagination .flashcards__pagination-pages {
    font-weight: 400;
    font-size: 16px;
    color: #373a3c
}

.flashcards__slider-nav__pagination .flashcards__pagination-prev:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    cursor: pointer;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: inline-block
}

.flashcards__slider-nav__pagination .flashcards__pagination-prev:disabled:before {
    border-color: #767c80
}

.flashcards__slider-nav__pagination .flashcards__pagination-next:before {
    content: "";
    width: 15px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    cursor: pointer;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: inline-block
}

.flashcards__slider-nav__pagination .flashcards__pagination-next:disabled:before {
    border-color: #767c80
}

.flashcards__no-membership {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    gap: 20px;
    background: linear-gradient(0deg,#f5e9f7,#f5e9f7),#fcf6e8;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px;
    margin-bottom: 20px
}

@media screen and (max-width: 576px) {
    .flashcards__no-membership {
        display:flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        gap: 10px;
        box-shadow: 0 0 4px rgba(0,0,0,.1);
        border-radius: 5px
    }
}

.flashcards__no-membership__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 0
}

@media screen and (max-width: 576px) {
    .flashcards__no-membership__title {
        text-align:center
    }
}

.flashcards__no-membership__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #1f1f2c;
    padding: 15px 30px;
    background: #ffd02c;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

.flashcards__no-membership__link:hover {
    box-shadow: 3px 3px 0 #000
}

@media screen and (max-width: 576px) {
    .flashcards__content {
        margin-bottom:50px
    }
}

.flashcards__content .flashcard {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 #000;
    border-radius: 3px
}

@media screen and (max-width: 576px) {
    .flashcards__content .flashcard {
        flex-direction:column
    }
}

.flashcards__content .flashcard>* {
    width: 50%
}

@media screen and (max-width: 576px) {
    .flashcards__content .flashcard>* {
        width:100%
    }
}

.flashcards__content .flashcard img {
    margin-right: 15px
}

.flashcards__content .flashcard .lbl {
    position: absolute;
    font-weight: 500;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #000;
    opacity: .4
}

.flashcards__content .flashcard .flashcard__img-n-term {
    position: relative;
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

@media screen and (max-width: 576px) {
    .flashcards__content .flashcard .flashcard__img-n-term {
        border-right:none;
        border-bottom: 1px solid #000
    }
}

.flashcards__content .flashcard .flashcard__img-n-term .lbl {
    top: 15px;
    left: 15px
}

.flashcards__content .flashcard .flashcard__def-wrapper {
    position: relative;
    background: rgba(86,139,241,.05);
    display: flex;
    align-items: center;
    padding: 30px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%
}

.flashcards__content .flashcard .flashcard__def-wrapper .lbl {
    top: 15px;
    right: 15px
}

@media screen and (max-width: 576px) {
    .flashcards__content .flashcard .flashcard__def-wrapper .lbl {
        right:unset;
        left: 15px
    }
}

.flashcards__content .flashcard-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 10px;
    left: 0;
    text-align: center
}

.flashcards__content .flashcard-cta__link {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    height: 100%;
    color: #568bf1;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end
}

.flashcards__content .flashcard-cta__link svg {
    margin-left: 7px
}

.flashcards__content.not-member .flashcard:nth-child(-n+4) {
    display: none
}
