<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featured-items p {
    margin-bottom:16px;
}

.featured-item-info a.featured-content {
    overflow: hidden;
}

.featured-item-info a.featured-content:hover {
    text-decoration: underline;
    color: deepskyblue;
}

.featured-items &gt; .divider {
    height: 1px;
    width: 100%;
    margin-bottom: 15px;
}

.featured-item {
    width: 250px;
    height: max-content;
	margin: 0 auto 16px auto;
	max-width: 100%;
	padding-bottom: 15px;
}

.featured-items &gt; h3 {
    margin-bottom: 4px;
}

.featured-item-price &gt; p {
    margin-bottom: 4px;
}

.featured-item-image {
    height: 55%;
    text-align: center;
}

.featured-item-info {
    height: 45%;
    text-align: center;
    margin: 0 16px;
}

.featured-item-image &gt; img {
    max-height: 200px;
    margin: 0 auto;
    padding-top: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
}

.featured-item-image &gt; img:hover {
    opacity: 0.6;
}

a.featured-content {
    display: inline-block;
    text-overflow: ellipsis;
    height: 3.6em;
    line-height: 1.2em;
}

div.featured-item-author &gt; p {
    margin: 0;
    font-size: .8em;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

div.featured-item-author{
    text-align: center;
}

.featured-items h3 {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .featured-item-info h4 {
        font-size: 1.2em;
    }
    .button-container {
        bottom: 8px !important;
    }
    .featured-item {
        float: none;
    }

    .footer-contact .row div {
        text-align: center;
    }
}

@media only screen and (max-width: 414px) and (min-width: 300px)  {
    div.featured-items{
        margin:0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .featured-item-image {
        height: max-content;
    }
}</pre></body></html>