<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Specials */
.i-specials-box { background: #f9f9f9; border-radius: 4px; margin: 0; width: 100%; }
.i-specials-box [class^=col] { padding: 0; position: relative; }
.i-specials-img { display: block; position: relative; padding-bottom: 50%; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important; border-radius: 4px 0 0 4px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.i-specials-info { padding: 25px; }
.i-specials-info p.h3 { margin: 0 0 20px; padding: 0; }
.i-specials-info p ~ p { margin-bottom: 7px; }

@media (max-width: 768px) {
  .i-specials-img { position: relative; padding-bottom: 60%; }
}</pre></body></html>