/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.shortcode__review{
    display: flex;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;  /* This enables multiple rows */
    align-content: center;
    color: white!important;
    text-decoration: none!important;
}


.shortcode__review_large{
    gap: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shortcode__rows{
    display: flex;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;  /* This enables multiple rows */
    align-content: center;
}

.shortcode__rating{
    line-height: 1em;
    font-weight: 700;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.shortcode__header{
    font-size: 16px;
}

.shortcode__large_header{
    color: #07575B;
    font-size: 22px;
    font-weight: 700;
}

.shortcode__rows a{
    margin-top: 24px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .shortcode__large_header{
        width: 100%;
    }

    .shortcode__rows a{
        margin-top: 16px;
    }
}

.shortcode__rows svg{
    width: 128px;
    height: auto;
}

.shortcode__stars{
    display: flex;
    gap: 2px;
    flex-direction: row;
    flex-wrap: wrap;  /* This enables multiple rows */
    align-content: center;
}

.shortcode__stars svg{
    height: 24px;
    width: 24px;
}

.shortcode__header{
    font-weight: 600;
}


.shortcode__footer-review{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.shortcode__footer-review p{
    line-height: 1.6em;
    margin-bottom: 0px;
    color: #A1A1AA;
}

.shortcode__footer-review strong{
    color: white!important;
}
