/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2025 | 19:23:30 */
   .smash-detail-link { flex-grow: 1; display: inline-flex; align-items: center; justify-content: center; padding: 9px 15px; background: transparent; color: #2e605c; border: 1px solid #2e605c; border-radius: #2e605c; text-decoration: none !important; transition: all 0.3s ease; font-weight: 500; font-size: 0.9em; position: relative; overflow: hidden; }
            .smash-detail-link:hover { background: #2e605c; box-shadow: 0 2px 5px rgba(46, 96, 92, 0.15); color: #2e605c; border-color: #2e605c; }
             .smash-detail-link svg { margin: 0 3px; flex-shrink: 0; stroke: currentColor; transition: transform 0.3s ease; }
             .smash-detail-link .smash-info-icon { order: 1; } .smash-detail-link .smash-detail-text { order: 2; margin: 0 2px; } .smash-detail-link .smash-arrow-icon { order: 3; }
             .smash-detail-link:hover .smash-arrow-icon { transform: translateX(3px); }


.smash-detail-link svg

 {
    margin: 0 3px!important;
    flex-shrink: 0!important;
    stroke: currentColor!important;
    transition: transform 0.3s ease!important;
}

