/* .editor-rich-text.block-editor-rich-text {
    margin: auto;
    text-align: center;
} */

.block-editor-block-list__block .wp-block-landing-terms-block {
    margin: 20px auto;
    background: rgba(61, 101, 136, 0.7);
    padding: 10px 20px;
    border-radius: 40px;
    display: block;
    max-width: max-content;
}

.termslink {
    display: block;
    margin: auto;
    max-width: 320px;
    max-width: max-content;
    margin: 20px auto;
    background: rgba(61, 101, 136, 0.7);
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
    /* animation: tc 4s forwards; */
    z-index: 9;
}

.wp-block-landing-terms-block a {
    text-decoration: none;
}

/* @keyframes tc {
    0%,60% {opacity: 0;}
    100% {opacity: 1;}
  } */

.block-editor-block-list__block .wp-block-landing-terms-block {
    animation: none;
}

.editor-rich-text.block-editor-rich-text .wp-block-landing-terms-block {
    animation: unset;
}

.termslink {
    font-size: .8em;
}

.wp-block-landing-terms-block a {
    color: inherit
}

.termslink:hover {
    background-color: hsl(208, 38%, 39%) !important;
    cursor: pointer;
}