<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template-items-grid h1{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #a9e0d2;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.items-grid-wrapper{
    background: #f0faf7;
    padding: 15px;
    text-align: center;
    margin: 0 0 25px;
}
.items-grid-wrapper h2{
    color: #75cdb7;
    font-family: "Josefin Sans";
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 35px;
}
.items-grid-list{
    padding: 0;
}
.items-grid-list li{
    width: 126px;
    height: 126px;
    background: #fff;
    /*border: 1px solid #85d3bf;*/
    display: inline-block;
    position: relative;
    margin: 0 8px 15px;
}
.items-grid-container{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	border: 1px solid #85d3bf;
}
.items-grid-item{
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
/*.star{
    width: 31px;
    height: 31px;
    background: url("../images/printable-coupons/printable-coupons-sprite.png");
    position: absolute;
    left: -10px;
    bottom: -3px;
}*/
.items-grid-item &gt; img {
    max-height: 126px;
    max-width: 126px;
}</pre></body></html>