/*
 * GENERAL
 */
#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    border-radius: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    width:100% !important;
}

#guestapp-reviews-simple p {
    margin: 5px 0;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-scale {
    border-top: 1px solid white;
    font-size: 28px;
    padding: 0 8px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb3 {
    margin: 3px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb10 {
    margin-bottom: 10px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big2 {
    font-size: 1.5em;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big3 {
    font-size: 3em;
    line-height: 1.2em;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-cta {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width: auto !important;
    cursor: pointer;
}

/*
 * REVIEW AGGREGATE
 */

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    height: 90px;
    padding-top: 8px;
    text-align: center;
    width: 90px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer img {
    height: 40px;
}

/*
 * Widget Simple
 */
#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    max-width: 500px;
    min-height: 120px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
    display: inline-block;
    text-align: left;
    margin-top: 30px !important;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    border:0;
    text-align: right;
    margin: 0 5px 5px 0;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-link-reviews {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 480px) {
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
        margin: 10px auto;
        display: block;
    }
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
        display: block;
        text-align: center;
    }

    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
        position:relative;
        text-align: center;
        margin-top: 15px;
    }
}

/*
 * Theme sombre
 */
#guestapp-reviews-simple.guestapp-widget-obscur {
    background-color: #262f34;
    border: 1px solid #000;
    color: #f7f7f7;
    overflow: hidden;
}

.guestapp-widget-obscur .guestapp-link-reviews {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-scale {
        border-top: 1px solid white;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-cta {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

/*
 * Theme bright
 */
#guestapp-reviews-simple.guestapp-widget-bright {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    overflow: hidden;
}

.guestapp-widget-bright .guestapp-link-reviews {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-scale {
    border-top: 1px solid #ccc;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-cta {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
}

.guestapp-rating-tooltip img {
    width: 100%;
    height: auto;
}

.guestapp-rating-tooltip {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.guestapp-rating-tooltip::before {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 10px;
    margin-top: -50px;
    color: #fff;
    background: #888;
    content: attr(aria-label);
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.guestapp-rating-tooltip:hover:before,
.guestapp-rating-tooltip:focus:before {
    opacity: 1;
}

.guestapp-hidden {
    display: none;
}
