/* =============================================================================
   Block: text_only  (partial/content-text_only.php)
   Extracted from style.css. Enqueued only when this block is used on the page.
============================================================================= */

.text_only_section .text_box h2, .text_only_section .text_box h3 {margin-bottom:12px;}
.text_only_section .text_box h4 {margin-bottom:6px;}
.text_only_section .text_box p, .text_only_section .text_box ul {margin-bottom:16px;}
.text_only_section .text_box hr {margin:25px 0;border:none;height:2px;background-color:var(--backgrondColorRed);opacity:.5;}
.text_only_section .text_box a {transition:color .2s ease;}
.text_only_section .text_box a:hover {color:var(--backgrondColorRed);}

@media (max-width:768px) {
    .text_only_section .text_box hr {margin:25px 0;}
}
