@charset "utf-8";
/*
Theme Name: Mow
Theme URI: https://themeforest.net/item/mow-blog-magazine-wordpress-theme/55485036
Description: Mow - Blog & Magazine WordPress Theme
Text Domain: mow
Author: Frenify
Author URI: http://themeforest.net/user/frenify
Version: 4.14
Tested up to: 6.9
Requires PHP: 7.4
Requires at least: 6.0
License: Located in 'licensing' folder
License URI: license.txt
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
Domain Path: /languages
*/

.sr-buttons{
    margin-top:20px;
}

.sr-btn{
    display:block;
    width:100%;
    padding:10px 20px;
    margin-bottom:12px;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    border-radius:8px;
    transition:all .3s ease;
    box-sizing:border-box;
}

/* Amazon Button */
.sr-btn-amazon{
    background:#FF9900;
    color:#fff;
    border:2px solid #FF9900;
}

.sr-btn-amazon:hover{
    background:#e68900;
    border-color:#e68900;
    color:#fff;
}

/* Read Full Review Button */
.sr-btn-review{
    background:#fff;
    color:#111;
    border:2px solid #111;
}

.sr-btn-review:hover{
    background:#111;
    color:#fff;
}
.sr-meta p{
    margin:0 0 8px;
    line-height:1.35;
}