/*
.tnfs_background_green,
.tnfs_ok {
    background-color: #d4edda !important;
    border: 2px #2d6c3c solid;
}
.tnfs_background_amber,
.tnfs_warning {
    background-color: #ffedb3 !important;
    border: 2px #e6b000 solid;
}
.tnfs_background_red,
.tnfs_error {
    background-color: #f8d7da !important;
    border: 2px #c32230 solid;
}

.tnfs_green {
    color: #2d6c3c !important;
}
.tnfs_amber {
    color: #e6b000 !important;
}
.tnfs_red {
    color: #c32230 !important;
}

.tnfs_bold {
    font-weight: bold;
}

*/



.wp-block-audio figcaption{
margin-top:.5em;
margin-bottom:1em
}
.wp-block-audio audio{
width:100%;
min-width:300px
}
.wp-block-audio figcaption{
color:#555d66;
font-size:13px;
text-align:center
}
.wp-block-audio figcaption{
font-size:var(--fs-1d-ts-tr);
color:currentColor;
text-align:center
}
.wp-block-button__link{
color:#fff;
background-color:#32373c;
border:none;
border-radius:28px;
box-shadow:none;
cursor:pointer;
display:inline-block;
font-size:18px;
padding:12px 24px;
text-align:center;
text-decoration:none;
overflow-wrap:break-word
}
.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{
color:#fff
}
.wp-block-button__link.aligncenter{
text-align:center
}
.wp-block-button__link.alignright{
text-align:right
}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
border-radius:0
}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
border-radius:0!important
}
.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{
color:#32373c;
background-color:transparent;
border:2px solid
}
.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button__link,.wp-block-button__link.is-style-outline{
font-size:1em;
border-radius:4px;
padding:.35em 1.25em;
margin:0;
border-color:currentColor
}
.wp-block-button__link:not(.has-text-color){
color:var(--cl)
}
.wp-block-button__link:not(.has-background){
background-color:var(--bg)
}
.wp-block-button__link.has-text-color.has-background:active,.wp-block-button__link.has-text-color.has-background:focus,.wp-block-button__link.has-text-color.has-background:hover,.wp-block-button__link:not(.has-text-color):not(.has-background):active,.wp-block-button__link:not(.has-text-color):not(.has-background):focus,.wp-block-button__link:not(.has-text-color):not(.has-background):hover{
color:var(--bg);
background-color:var(--cl)
}
.wp-block-buttons .wp-block-button.wp-block-button{
display:inline-block;
margin-right:8px;
margin-bottom:8px
}
.wp-block-buttons.alignright .wp-block-button{
margin-right:0;
margin-left:8px
}
.wp-block-buttons.aligncenter{
text-align:center
}
.wp-block-buttons .wp-block-button.wp-block-button{
margin-right:.5em;
margin-bottom:.5em
}
.wp-block-buttons.alignright .wp-block-button{
margin-left:.5em
}