/*
    Template Name:  Common
    Template URI:   https://en.michaeluno.jp
    Author:         Michael Uno
    Author URI:     https://en.michaeluno.jp
    Description:    An internal template for common elements rendered with Amazon Auto Links
    Version:        1.0.0
    License:        GNU General Public License v2 or later
    License URI:    http://www.gnu.org/licenses/gpl-2.0.html
    Tags:           common, internal
    Text Domain:    amazon-auto-links
*/


/* Rating stars */
span.crAvgStars a {
    text-decoration: none;
    border-bottom: 0;
    /* No underlines in hyper links with box shadow */
    box-shadow: none;
}
.review-stars svg {
    width: auto;
    height: 1em;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

/* Prime icon */
.amazon-prime svg {
    position: relative;
    height: 1.2em;
    vertical-align: middle;
}

svg.definition {
    display: none;
}

.review-stars {
    white-space: nowrap;
    display: inline-block; /* for white-space: nowrap to take effect*/
}