﻿<style>
/* UNAR – stránka matracových potahů */
.unar-potahy{max-width:1100px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;}
.unar-potahy .up-intro{margin:0 0 22px;font-size:16px;line-height:1.6;}
.unar-potahy .up-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px;}
.unar-potahy .up-cover{border:1px solid #e2e6ee;border-radius:10px;padding:18px 18px 16px;background:#fff;}
.unar-potahy .up-cover h3{margin:0 0 8px;font-size:18px;color:#1F3864;}
.unar-potahy .up-badges{margin:0 0 10px;display:flex;flex-wrap:wrap;gap:6px;}
.unar-potahy .up-badge{display:inline-block;font-size:11px;line-height:1;padding:5px 9px;border-radius:20px;background:#eef1f7;color:#1F3864;white-space:nowrap;}
.unar-potahy .up-badge.up-fr{background:#fdecec;color:#a11111;}
.unar-potahy .up-badge.up-req{background:#fff4e5;color:#9a5b00;}
.unar-potahy .up-cover p{margin:0 0 10px;font-size:14px;line-height:1.55;color:#333;}
.unar-potahy .up-uses{font-size:13px;color:#555;}
.unar-potahy .up-uses strong{color:#1F3864;}
.unar-potahy .up-note{margin:24px 0 0;font-size:13px;color:#666;}
@media(max-width:600px){.unar-potahy .up-grid{grid-template-columns:1fr;gap:14px;}.unar-potahy .up-cover h3{font-size:17px;}}
</style>