/* Both collections use the same designs, labels and controls. */
.flyer-group {margin:28px 0 36px;}
body .flyer-group > h2,body .flyer-hashtags h2 {margin:0 0 14px;color:#fff;font:700 clamp(1.35rem,2vw,1.65rem)/1.35 Verdana,Arial,sans-serif;}
.flyer-catalog { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.flyer-card { min-width:0; overflow:hidden; border:1px solid #405261; border-top:4px solid #c72e37; background:#0c202e; border-radius:5px; display:flex; flex-direction:column; }
.flyer-card-preview { display:flex; justify-content:center; align-items:center; padding:16px; background:#06131d; border-bottom:1px solid #405261; }
.flyer-card-preview img { display:block; width:100%; height:540px; object-fit:contain; }
.flyer-card-body { padding:20px; display:flex; flex:1; flex-direction:column; gap:10px; }
body .flyer-card h3 { margin:0; color:#fff; font:700 1.2rem/1.4 Verdana,Arial,sans-serif; }
body .flyer-card-note {margin:0;color:#c5d1d9;font:400 1rem/1.5 Verdana,Arial,sans-serif;}
.flyer-card-actions { margin-top:auto; padding-top:10px; display:grid; grid-template-columns:1fr 1fr; gap:9px; }
body .flyer-card-actions :is(a,button),body .flyer-hashtags button { display:flex; align-items:center; justify-content:center; min-height:46px; padding:10px 12px; border:1px solid #718696; border-radius:4px; background:transparent; color:#fff; font:700 .875rem/1.35 Verdana,Arial,sans-serif; text-align:center; text-decoration:none; cursor:pointer; }
body .flyer-card-actions .flyer-card-primary {background:#b82b31;border-color:#d74a50;}
body .flyer-card-actions :is(a,button):hover,body .flyer-hashtags button:hover { background:#203b4c; }
body .flyer-card-actions .flyer-card-primary:hover { background:#d03940; }
.flyer-card :is(a,button):focus-visible,.flyer-hashtags button:focus-visible { outline:3px solid #efc84a; outline-offset:3px; }
.flyer-catalog-single {grid-template-columns:1fr;}
.flyer-catalog-single .flyer-card {display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:center;}
.flyer-catalog-single img {height:auto;}
.flyer-catalog-single .flyer-card-preview {border-bottom:0;}
.flyer-hashtags {margin:36px 0;padding:24px;border:1px solid #405261;border-top:4px solid #c72e37;border-radius:5px;background:#0c202e;scroll-margin-top:150px;}
.flyer-hashtags-heading {display:flex;align-items:center;justify-content:space-between;gap:20px;}
body .flyer-hashtags p {margin:0;color:#c5d1d9;font:400 1rem/1.5 Verdana,Arial,sans-serif;}
.flyer-hashtags button {flex:none;}
body .flyer-hashtag-list {display:flex;flex-wrap:wrap;gap:9px;list-style:none;margin:20px 0 0;padding:0;}
body .flyer-hashtag-list li {max-width:100%;margin:0;padding:8px 11px;border:1px solid #405261;border-radius:4px;color:#edf3f6;font:400 .9rem/1.4 Verdana,Arial,sans-serif;overflow-wrap:anywhere;}
body .flyer-hashtag-list .flyer-brand-tag {background:#99212a;border-color:#d74a50;font-weight:700;}
@media(max-width:850px) { .flyer-card-preview img {height:440px;} .flyer-catalog-single .flyer-card {grid-template-columns:1fr;} }
@media(max-width:600px) { .flyer-catalog{grid-template-columns:1fr;} .flyer-card-preview img{height:auto;max-height:none;} .flyer-hashtags{padding:18px;} .flyer-hashtags-heading{align-items:flex-start;flex-direction:column;} .flyer-hashtags button{width:100%;} }
