﻿.performance-meter {
    display: inline-block;
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
}

.magazine-article .content .performance-meter, .magazine-article .content .performance-meter div {
    margin-left: 0;
    margin-right: 0;
    line-height: initial;
}

.performance-meter__name {
    font-size: 1.3em;
}

.performance-meter__rating {
    margin-top: 10px;
    font-size: 1.7em;
    font-weight: bold;
}

.performance-meter__label {
    display: block;
    color: gray;
    font-style: italic;
    margin-bottom: 5px;
}

.performance-meter__stars {
    position: relative;
    min-width: 200px;
    padding-bottom: 18%;
    background-image: url(/img/stars.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.performance-meter__stars__bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(/img/stars1.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.performance-meter__link {
    display: block;
    margin: 20px 0;
    color: #41b6b2;
    font-weight: bold;
}

.performance-meter__value {
    display: block;
    text-align: left;
    font-style: italic;
    margin-bottom: 5px;
}

.performance-meter__bar {
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 0.8em;
}

.performance-meter__bar__rating {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}