/*!/wp-content/plugins/smooth-read-more/assets/style.css*/.srmr-box{width:100%;--srmr-color:#c59d5f;--srmr-hover:#111}.srmr-content{line-height:1.7;color:#333}.srmr-content>:first-child{margin-top:0}.srmr-content>:last-child{margin-bottom:0}.srmr-content.srmr-collapsed{max-height:0;overflow:hidden;opacity:0}.srmr-button{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:0;border:0;background:#fff0;color:var(--srmr-color);font-size:15px;font-weight:600;letter-spacing:.3px;line-height:1.4;cursor:pointer;transition:color .3s ease}.srmr-button::after{content:"";width:35px;height:1px;background:currentColor;transition:width .3s ease}.srmr-button:hover,.srmr-button:focus-visible{color:var(--srmr-hover)}.srmr-button:hover::after,.srmr-button:focus-visible::after{width:55px}.srmr-arrow{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:transform .4s ease}.srmr-box.srmr-expanded .srmr-arrow{transform:rotate(180deg)}.srmr-button:focus-visible{outline:2px solid currentColor;outline-offset:4px}@media (max-width:767px){.srmr-content{font-size:15px}.srmr-button{font-size:14px}}