.wp-block-themeisle-blocks-flip .o-flip-content {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.wp-block-themeisle-blocks-flip.flipY {
    width: 250px;
    height: 189px;
}

.o-flip-front {
    border: none !important;
}

.o-flip-back {
    border: none !important;
}

.wp-block-themeisle-blocks-flip {
    --width: 100%;
    --height: 300px;
    --padding: 35px 55px;
    --border-width: 1px;
    --border-color: currentColor;
    --border-radius: 10px;
    --front-background: transparent;
    --back-background: transparent;
    --box-shadow: none;
    --front-vertical-align: center;
    --front-horizontal-align: center;
    --back-vertical-align: center;
    --front-media-width: 150px;
    --front-media-height: 150px;
    --flip-anim: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: var(--height);
    perspective: 1000px;
}

.wp-block-themeisle-blocks-flip.has-dark-front-bg .o-flip-front {
    color: var(--nv-text-dark-bg, #fff);
}

.wp-block-themeisle-blocks-flip.has-light-front-bg .o-flip-front {
    color: var(--nv-text-color, #000);
}

.wp-block-themeisle-blocks-flip.has-dark-back-bg .o-flip-back {
    color: var(--nv-text-dark-bg, #fff);
}

.wp-block-themeisle-blocks-flip.has-light-back-bg .o-flip-back {
    color: var(--nv-text-color, #000);
}

.wp-block-themeisle-blocks-flip.flipX {
    --flip-anim: rotateX(180deg);
}

.wp-block-themeisle-blocks-flip.flipX-rev {
    --flip-anim: rotateX(-180deg);
}

.wp-block-themeisle-blocks-flip.flipY {
    --flip-anim: rotateY(180deg);
}

.wp-block-themeisle-blocks-flip.flipY-rev {
    --flip-anim: rotateY(-180deg);
}

.wp-block-themeisle-blocks-flip:hover.anim > .o-flip-inner {
    transform: var(--flip-anim);
}

.wp-block-themeisle-blocks-flip .o-flip-inner {
    position: relative;
    width: var(--width);
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d;
    background-size: cover;
}

.wp-block-themeisle-blocks-flip .o-flip-front,
.wp-block-themeisle-blocks-flip .o-flip-back {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-size: inherit;
    border-width: var(--border-width);
    border-color: var(--border-color);
    border-style: solid;
    border-radius: var(--border-radius);
    box-sizing: border-box;
}

.wp-block-themeisle-blocks-flip .o-flip-front {
    background: var(--front-background);
    transform: rotate(0deg);
}

.wp-block-themeisle-blocks-flip .o-flip-front:hover {
    box-shadow: var(--box-shadow);
}

.wp-block-themeisle-blocks-flip .o-flip-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: var(--front-vertical-align);
    align-items: var(--front-horizontal-align);
    padding: var(--padding);
}

.wp-block-themeisle-blocks-flip .o-flip-content h3,
.wp-block-themeisle-blocks-flip .o-flip-content p {
    margin: .5rem;
}

.wp-block-themeisle-blocks-flip .o-flip-content .o-img {
    width: var(--front-media-width);
    height: var(--front-media-height);
}

.wp-block-themeisle-blocks-flip .o-flip-back {
    background: var(--back-background);
    padding: var(--padding);
    box-shadow: var(--box-shadow);
    transform: var(--flip-anim);
    justify-content: var(--back-vertical-align);
}

.wp-block-themeisle-blocks-flip .invert .o-flip-front {
    transform: var(--flip-anim);
    box-shadow: var(--box-shadow);
}

.wp-block-themeisle-blocks-flip .invert .o-flip-back {
    transform: rotate(0deg);
    box-shadow: unset;
}

.wp-block-themeisle-blocks-flip .invert .o-flip-back:hover {
    box-shadow: var(--box-shadow);
}

li strong {
    color: #558989;
}

.accordion {
    color: #0b1313;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
}

.accordion-button:after {
    content: '\002B';
    color: var(--nv-primary-accent);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-button.active:after {
    content: "\2212";
}

.accordion-content {
    padding: 0 18px;
    color: #c2c04c;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.accordion-button {
    padding: 7px;
    background: #156565;
    border-radius: 7px;
    margin: 10px;
    color: #c5c5c5;
}

.no-bullets li {
    list-style-type: none;
}
