/* Minimal layout helpers for Yotpo batch-synced (static) bottomline on PLP tiles */
.yotpo-static-bottomline .yotpo-display-wrapper,
.yotpo-static-reviews-widget .yotpo-display-wrapper,
.yotpo-tile-bottomline .yotpo-display-wrapper {
    visibility: visible !important;
}

.yotpo-static-bottomline .yotpo,
.yotpo-tile-bottomline .yotpo {
    font-family: 'yotpo-widget-font', Arial, sans-serif;
}

.yotpo-static-bottomline .yotpo-bottomline,
.yotpo-static-bottomline .standalone-bottomline,
.yotpo-display-wrapper .standalone-bottomline {
    float: none;
    display: flex;
    align-items: center;
}

.yotpo-static-bottomline .yotpo-stars,
.yotpo-tile-bottomline .yotpo-stars {
    display: flex !important;
    align-items: center !important;
}

.yotpo-static-bottomline .yotpo-stars .yotpo-icon {
    font-size: 17px;
    color: #fec600;
}

.yotpo-static-bottomline .text-m {
    margin-right: 5px !important;
    font-size: 12px !important;
    color: inherit !important;
    text-decoration: none !important;
}

.yotpo-tile-bottomline {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    overflow: hidden;
}

.yotpo-tile-bottomline .yotpo {
    margin: 0 auto;
}

.yotpo-tile-bottomline .yotpo-bottomline {
    float: none;
    text-align: center;
}

.yotpo-static-bottomline .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
