<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.junicom-product-reviews--container {
    border: 2px solid #e6f1f8;
    padding: 2rem 1.5rem;
    margin: 1rem 0;
    font-size: 1.2rem;
}

.junicom-product-reviews--header {
    margin-bottom: 2.25rem;
}

.junicom-product-reviews--container-title {
    margin-bottom: 2.25rem;
    font-size: 2.4rem;
    font-weight: 300;
    color: #333;
}

.junicom-product-reviews--ratings-overall {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.junicom-product-reviews--ratings-overall-numeric {
    font-size: 4rem;
    font-weight: 400;
    color: #24aac8;
}

.junicom-product-reviews--ratings-overall-visual {
    width: 100%;
    height: 100%;
    position: relative;
}

.junicom-product-reviews--ratings-overall-visual .small {
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 10px;
}

.junicom-product-reviews--ratings-overall-visual-stars {
    height: 3rem;
    width: 195px;
    position: relative;
    top: -2px;
}

.junicom-product-reviews--ratings-overall-visual-stars::before {
	position: absolute;
	width: 100%;
    height: 100%;
    margin-left: 2rem;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	color: #c7c7c7;
	font-family: 'Luma-Icons';
	font-size: 3rem;
	height: 3rem;
	letter-spacing: 0.5rem;
	line-height: 3rem;
	display: block;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
	font-style: normal;
	font-weight: normal;
	speak: none;
}

.junicom-product-reviews--ratings-overall-visual-stars &gt; span {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.junicom-product-reviews--ratings-overall-visual-stars &gt; span::before {
	position: absolute;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #24aac8;
    font-family: 'luma-icons';
    font-size: 3rem;
    height: 3rem;
    margin-left: 2rem;
    letter-spacing: 0.5rem;
    line-height: 3rem;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.junicom-product-reviews--ratings-detailed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    font-size: 1.2rem;
}

.junicom-product-reviews--rating {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.junicom-product-reviews--rating-result {
    position: relative;
    display: inline-block;
    width: 88px;
}

.junicom-product-reviews--rating-result::before {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	color: #c7c7c7;
	font-family: 'Luma-Icons';
	font-size: 16px;
	height: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	display: block;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
	font-style: normal;
	font-weight: normal;
	speak: none;
}

.junicom-product-reviews--rating-result &gt; span {
    display: block;
    overflow: hidden;
}

.junicom-product-reviews--rating-result &gt; span::before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #24aac8;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.junicom-product-reviews--rating-result.tiny &gt; span::before {
    font-size: 12px;
    line-height: 14px;
    height: 12px;
}

.junicom-product-reviews--rating-result.tiny::before {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
}

.junicom-product-reviews {
    margin-top: 2rem;
    /* max-height: 440px; */
    overflow: hidden;
}

.junicom-product-reviews--review {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
    line-height: 2rem;
}

.junicom-product-reviews--customer-avatar {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 0.5rem;
    background-color: #0071b9;
}

.junicom-product-reviews--customer-avatar span {
    display: inline-block;
    position: absolute;
    line-height: 60px;
    width: 100%;
    font-size: 2.5rem;
    color: white;
    font-weight: 300;
    text-align: center;
}

.junicom-product-reviews--customer-name {
    text-align: center;
    font-weight: 600;
}

.junicom-product-reviews--customer-reviewed-at {
    font-size: 1rem;
    text-align: center;
}

.junicom-product-reviews--customer-review--detail {
    height: 55px;
    overflow: hidden;
}

.junicom-product-reviews--customer-review--detail.open {
    height: auto;
    overflow: visible;
}


.junicom-product-reviews--customer-review--detail &gt; p {
    margin-bottom: 1rem;
}

.junicom-product-reviews--customer-review &gt; span {
    color: #0071b9;
    cursor: pointer;
}

.junicom-product-reviews--footer-expand-section {
    padding: 2rem 0 0 0;
}

.junicom-product-reviews--footer-expand-section .tra-button {
    margin: auto;
}
</pre></body></html>