/*
Theme Name: CSI Top Ten
Theme URI: https://example.com/csi-top-ten
Author: Manus AI
Author URI: https://manus.im
Description: A WordPress 7-compatible editorial marketplace theme for ranked product discoveries. Uses a bright blue-and-white interface with orange deal accents.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.1
Tested up to: 7.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csi-top-ten
Tags: blog, custom-logo, custom-menu, featured-images, one-column, two-columns, theme-options, translation-ready

CSI Top Ten design system: a confident editorial marketplace built on crisp white and
deep blue surfaces. Signal Orange is reserved for deal metadata, active states, and calls to action.
*/

:root {
  --csi-navy: #08285e;
  --csi-blue: #0e67b4;
  --csi-sky: #dff1ff;
  --csi-pale: #f5faff;
  --csi-white: #ffffff;
  --csi-ink: #10233e;
  --csi-muted: #61728b;
  --csi-line: #d3e0eb;
  --csi-orange: #f05d23;
  --csi-orange-dark: #c83d0d;
  --csi-shadow: 0 12px 30px rgba(9, 40, 88, .10);
  --csi-ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--csi-ink); background: var(--csi-pale); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--csi-orange); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; width: auto; height: auto; padding: 12px 16px; margin: 0; clip: auto; background: var(--csi-white); color: var(--csi-navy); z-index: 1000; }

.csi-shell { width: min(1400px, calc(100% - 48px)); margin: 0 auto; }
.csi-topbar { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 7px 24px; color: var(--csi-white); background: var(--csi-navy); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.csi-topbar::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--csi-orange); box-shadow: 0 0 0 4px rgba(240,93,35,.16); }
.csi-topbar a { color: #ffba96; text-decoration: none; border-bottom: 1px solid transparent; }
.csi-topbar a:hover { border-color: currentColor; }

.csi-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 max(24px, calc((100vw - 1400px) / 2)); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--csi-line); backdrop-filter: blur(14px); }
.csi-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; width: max-content; }
.csi-brand-mark { position: relative; width: 32px; height: 32px; border-radius: 9px 11px 9px 4px; background: var(--csi-orange); transform: rotate(-12deg); box-shadow: 4px 4px 0 var(--csi-navy); overflow: hidden; }
.csi-brand-mark::before { content: ""; position: absolute; width: 8px; height: 8px; top: 6px; left: 7px; border-radius: 50%; background: var(--csi-white); }
.csi-brand-mark::after { content: ""; position: absolute; width: 18px; height: 3px; right: -4px; bottom: 6px; background: var(--csi-sky); transform: rotate(-37deg); }
.csi-brand-text { position: relative; display: inline-flex; align-items: baseline; color: var(--csi-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 25px; line-height: 1; letter-spacing: -1.8px; }
.csi-brand-text span { color: var(--csi-blue); font-size: .66em; font-family: "DM Sans", sans-serif; font-weight: 800; letter-spacing: -.4px; margin-right: 2px; }
.csi-brand-text::after { content: ""; position: absolute; width: 24px; height: 3px; right: 0; bottom: -6px; background: var(--csi-orange); transform: skewX(-24deg); }
.csi-main-nav .menu, .csi-main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 30px; }
.csi-main-nav a { color: #344863; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .18s ease; }
.csi-main-nav a:hover, .csi-main-nav .current-menu-item > a { color: var(--csi-orange); }
.csi-header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.csi-header-tools a { display: inline-flex; min-height: 38px; align-items: center; padding: 0 13px; color: var(--csi-navy); background: var(--csi-sky); border-radius: 6px 14px 6px 14px; font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .18s var(--csi-ease), background .18s ease, color .18s ease; }
.csi-header-tools a:hover { color: var(--csi-white); background: var(--csi-orange); transform: translateY(-2px); }
.csi-mobile-nav { display: none; }

.csi-hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.25fr); gap: 16px; padding: 42px 0 66px; }
.csi-hero-copy { position: relative; min-height: 465px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px,5.2vw,78px); background: var(--csi-white); border-left: 14px solid var(--csi-orange); overflow: hidden; }
.csi-hero-copy::before { content: ""; position: absolute; top: -76px; right: -58px; width: 180px; height: 180px; border: 2px solid var(--csi-blue); border-radius: 50%; opacity: .35; }
.csi-hero-copy::after { content: ""; position: absolute; left: -45px; bottom: -84px; width: 200px; height: 200px; border: 2px dashed var(--csi-orange); border-radius: 50%; opacity: .45; }
.csi-eyebrow { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; margin: 0; color: var(--csi-blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.csi-eyebrow::before { content: "✦"; color: var(--csi-orange); font-size: 15px; }
.csi-hero-ticket { position: relative; z-index: 1; margin: 13px 0 0; padding: 6px 12px 6px 15px; color: var(--csi-white); background: var(--csi-orange); font-size: 10px; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; clip-path: polygon(0 0, 94% 0, 100% 25%, 94% 50%, 100% 75%, 94% 100%, 0 100%, 7% 50%); }
.csi-hero-title { position: relative; z-index: 1; max-width: 610px; margin: 15px 0 18px; color: var(--csi-navy); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(47px,5.6vw,77px); font-weight: 400; line-height: .96; letter-spacing: -4.2px; }
.csi-hero-title em { color: var(--csi-orange); font-style: normal; }
.csi-hero-description { position: relative; z-index: 1; max-width: 410px; margin: 0 0 27px; color: #506177; font-size: 16px; }
.csi-button { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; padding: 13px 16px; color: var(--csi-white); background: var(--csi-orange); border: 0; box-shadow: 4px 4px 0 var(--csi-navy); font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .18s var(--csi-ease), box-shadow .18s ease, background .18s ease; }
.csi-button::after { content: "→"; font-size: 18px; line-height: 1; }
.csi-button:hover { color: var(--csi-white); background: var(--csi-orange-dark); box-shadow: 2px 2px 0 var(--csi-navy); transform: translate(2px, 2px); }
.csi-hero-visual { position: relative; min-height: 465px; overflow: hidden; background: linear-gradient(135deg, #0c5eab 0%, #0a3473 100%); isolation: isolate; }
.csi-hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; left: -130px; top: -110px; background: #0e76c7; border: 2px solid rgba(255,255,255,.32); border-radius: 50%; }
.csi-hero-visual::after { content: ""; position: absolute; width: 260px; height: 260px; right: -80px; bottom: -100px; background: var(--csi-orange); border-radius: 50%; opacity: .97; }
.csi-hero-visual img { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: .88; }
.csi-hero-objects { position: absolute; z-index: 3; inset: 0; }
.csi-object { position: absolute; display: grid; place-items: center; color: var(--csi-navy); background: var(--csi-white); box-shadow: 7px 8px 0 rgba(4,30,75,.55); font-family: "DM Serif Display", Georgia, serif; font-size: 23px; font-weight: 400; }
.csi-object-one { width: 164px; height: 205px; left: 13%; top: 18%; border-radius: 25px 25px 50% 50%; transform: rotate(-12deg); }
.csi-object-two { width: 148px; height: 118px; right: 15%; top: 27%; border-radius: 50%; background: var(--csi-sky); transform: rotate(13deg); }
.csi-object-three { width: 100px; height: 100px; left: 37%; bottom: 16%; border-radius: 20px; background: var(--csi-orange); color: var(--csi-white); transform: rotate(18deg); }
.csi-hero-rank { position: absolute; z-index: 5; top: 9%; right: 7%; width: 111px; height: 111px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--csi-white); background: var(--csi-orange); border: 2px solid var(--csi-white); border-radius: 50%; box-shadow: 5px 6px 0 var(--csi-navy); transform: rotate(10deg); }
.csi-hero-rank span { font-family: "DM Serif Display", Georgia, serif; font-size: 44px; line-height: .75; }
.csi-hero-rank small { margin-top: 9px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.csi-find-board { position: relative; display: grid; grid-template-columns: 208px minmax(0,1fr); gap: clamp(28px,5vw,80px); padding: 0 0 86px; }
.csi-find-board::before { content: ""; position: absolute; top: 0; left: 0; right: 0; border-top: 1px dashed #aec7dd; }
.csi-categories { padding-top: 40px; }
.csi-rail-label { margin: 0 0 14px; color: var(--csi-muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.csi-filter-list { display: grid; gap: 4px; }
.csi-filter-list button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 9px; color: #40536c; background: transparent; border: 0; border-left: 2px solid transparent; font-size: 13px; font-weight: 700; text-align: left; transition: padding .18s ease, color .18s ease, border-color .18s ease, background .18s ease; }
.csi-filter-list button:hover, .csi-filter-list button.is-active { padding-left: 13px; color: var(--csi-blue); background: var(--csi-white); border-left-color: var(--csi-orange); }
.csi-filter-list button::after { content: "›"; font-size: 18px; color: var(--csi-orange); opacity: 0; transform: translateX(-4px); transition: transform .18s ease, opacity .18s ease; }
.csi-filter-list button.is-active::after { opacity: 1; transform: translateX(0); }
.csi-rail-note { margin-top: 45px; padding: 16px; color: #174d77; background: var(--csi-sky); border-radius: 4px 17px 4px 17px; transform: rotate(-1.5deg); }
.csi-rail-note::before { content: "✦"; color: var(--csi-orange); font-size: 18px; line-height: 1; }
.csi-rail-note p { margin: 5px 0 0; font-size: 12px; line-height: 1.45; }
.csi-rail-note b { color: var(--csi-navy); }

.csi-finds-main { min-width: 0; padding-top: 35px; }
.csi-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.csi-section-heading h2 { margin: 7px 0 0; color: var(--csi-navy); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(36px,4.3vw,54px); font-weight: 400; line-height: .95; letter-spacing: -2.8px; }
.csi-section-note { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 4px; color: var(--csi-muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.csi-section-note::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--csi-orange); box-shadow: 0 0 0 4px rgba(240,93,35,.12); }
.csi-browse-tools { display: flex; gap: 8px; margin-bottom: 24px; }
.csi-search { display: flex; flex: 1; min-width: 0; align-items: center; gap: 9px; height: 46px; padding: 0 14px; background: var(--csi-white); border: 1px solid var(--csi-line); color: var(--csi-muted); transition: box-shadow .18s ease, border-color .18s ease; }
.csi-search:focus-within { border-color: var(--csi-blue); box-shadow: 3px 3px 0 var(--csi-sky); }
.csi-search::before { content: "⌕"; color: var(--csi-blue); font-size: 24px; line-height: 1; }
.csi-search input { flex: 1; min-width: 0; color: var(--csi-ink); background: transparent; border: 0; outline: 0; font-size: 14px; }
.csi-search input::placeholder { color: #8190a2; }
.csi-result-counter { display: inline-flex; align-items: center; justify-content: center; min-width: 93px; height: 46px; padding: 0 13px; color: var(--csi-blue); background: var(--csi-sky); border: 1px solid #c6e5fb; font-size: 12px; font-weight: 800; }
.csi-product-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding-left: 15px; }
.csi-product-grid::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 11px; border-left: 2px dashed var(--csi-orange); opacity: .55; }
.csi-find-card { position: relative; min-width: 0; overflow: visible; background: var(--csi-white); border: 1px solid var(--csi-line); box-shadow: 0 2px 0 rgba(8,40,94,.02); transition: transform .23s var(--csi-ease), box-shadow .23s ease; }
.csi-find-card:nth-child(4n + 3) { transform: translateY(13px); }
.csi-find-card::after { content: ""; position: absolute; top: 54%; left: -16px; width: 16px; border-top: 2px dashed var(--csi-orange); opacity: .55; }
.csi-find-card:hover { box-shadow: var(--csi-shadow); transform: translateY(-4px); }
.csi-find-card:nth-child(4n + 3):hover { transform: translateY(9px); }
.csi-find-media { position: relative; height: 227px; overflow: hidden; background: var(--csi-sky); }
.csi-find-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.97) sepia(.06); transition: transform .5s var(--csi-ease), filter .5s ease; }
.csi-find-card:hover .csi-find-media img { filter: saturate(1) contrast(1); transform: scale(1.04); }
.csi-image-fallback { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(8,40,94,.78); background: linear-gradient(135deg, #dff1ff 0%, #ffffff 100%); font-family: "DM Serif Display", Georgia, serif; font-size: 88px; line-height: 1; }
.csi-find-rank { position: absolute; z-index: 2; left: -12px; bottom: -29px; display: grid; place-items: center; width: 86px; height: 86px; color: var(--csi-navy); background: #f8f3cd; border: 1px solid rgba(8,40,94,.24); border-radius: 50%; font-family: "DM Serif Display", Georgia, serif; font-size: 29px; letter-spacing: -1px; }
.csi-find-badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 6px 10px; color: var(--csi-white); background: var(--csi-orange); font-size: 10px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; clip-path: polygon(0 0, 93% 0, 100% 25%, 93% 50%, 100% 75%, 93% 100%, 0 100%, 5% 50%); }
.csi-find-content { padding: 16px 15px 15px; }
.csi-find-category { margin: 0 0 7px; color: #5781a1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.csi-find-title { min-height: 38px; margin: 0; color: var(--csi-navy); font-size: 17px; line-height: 1.15; letter-spacing: -.45px; }
.csi-find-title a { text-decoration: none; }
.csi-find-title a:hover { color: var(--csi-orange); }
.csi-find-excerpt { min-height: 34px; margin: 8px 0 15px; color: var(--csi-muted); font-size: 12px; line-height: 1.42; }
.csi-find-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.csi-price-ticket { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.csi-price-ticket strong { padding: 7px 10px 7px 13px; color: var(--csi-white); background: var(--csi-orange); font-size: 16px; line-height: 1; letter-spacing: -.4px; clip-path: polygon(0 0, 93% 0, 100% 25%, 93% 50%, 100% 75%, 93% 100%, 0 100%, 7% 50%); }
.csi-price-ticket span { color: #8292a3; font-size: 10px; font-weight: 700; text-decoration: line-through; }
.csi-find-link { display: inline-flex; align-items: center; gap: 5px; padding: 8px 10px; color: var(--csi-white); background: var(--csi-navy); font-size: 12px; font-weight: 800; text-decoration: none; transition: background .18s ease, transform .18s var(--csi-ease); }
.csi-find-link::after { content: "→"; }
.csi-find-link:hover { color: var(--csi-white); background: var(--csi-orange); transform: translateX(2px); }
.csi-no-results { display: none; min-height: 260px; padding: 40px; background: var(--csi-white); border: 1px dashed #a8c8e2; color: var(--csi-muted); }
.csi-no-results.is-visible { display: block; }
.csi-no-results h3 { margin: 0 0 8px; color: var(--csi-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 28px; font-weight: 400; }

.csi-generic-page { max-width: 820px; padding: 70px 0 96px; }
.csi-generic-page article, .csi-generic-page .csi-empty-state { padding: clamp(28px,5vw,60px); background: var(--csi-white); border: 1px solid var(--csi-line); }
.csi-entry-title { margin: 0 0 16px; color: var(--csi-navy); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(38px,5vw,60px); font-weight: 400; line-height: 1; letter-spacing: -2.7px; }
.csi-entry-meta { margin: -5px 0 25px; color: var(--csi-muted); font-size: 13px; font-weight: 700; }
.csi-entry-content { color: #465a72; }
.csi-entry-content > *:first-child { margin-top: 0; }
.csi-entry-content a { color: var(--csi-blue); text-decoration-color: var(--csi-orange); text-decoration-thickness: 2px; }
.csi-entry-content h2, .csi-entry-content h3 { color: var(--csi-navy); }
.csi-pagination { display: flex; gap: 8px; margin-top: 34px; }
.csi-pagination .page-numbers { padding: 8px 12px; color: var(--csi-navy); background: var(--csi-white); border: 1px solid var(--csi-line); text-decoration: none; font-weight: 800; }
.csi-pagination .current, .csi-pagination a:hover { color: var(--csi-white); background: var(--csi-orange); border-color: var(--csi-orange); }

.csi-footer { color: var(--csi-white); background: var(--csi-navy); }
.csi-footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 142px; }
.csi-footer .csi-brand-text { color: var(--csi-white); }
.csi-footer .csi-brand-text span { color: #addbff; }
.csi-footer p { margin: 0; color: #b5d6ee; font-family: "DM Serif Display", Georgia, serif; font-size: 16px; text-align: center; }
.csi-footer-link { justify-self: end; padding-bottom: 4px; color: var(--csi-white); border-bottom: 1px solid var(--csi-orange); font-size: 12px; font-weight: 800; text-decoration: none; }
.csi-footer-link:hover { color: #ffbe9e; }

@media (max-width: 900px) {
  .csi-header { grid-template-columns: 1fr auto; padding: 0 24px; }
  .csi-main-nav, .csi-header-tools { display: none; }
  .csi-mobile-nav { display: block; position: relative; }
  .csi-mobile-nav summary { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: var(--csi-navy); background: var(--csi-sky); border-radius: 50%; list-style: none; font-size: 0; }
  .csi-mobile-nav summary::-webkit-details-marker { display: none; }
  .csi-mobile-nav summary::before { content: "☰"; font-size: 21px; }
  .csi-mobile-nav[open] summary::before { content: "×"; font-size: 28px; font-weight: 300; }
  .csi-mobile-nav .menu, .csi-mobile-nav ul { position: absolute; top: calc(100% + 16px); right: 0; width: min(300px, calc(100vw - 48px)); display: grid; gap: 0; padding: 12px 18px; background: var(--csi-white); border: 1px solid var(--csi-line); box-shadow: var(--csi-shadow); list-style: none; }
  .csi-mobile-nav a { display: block; padding: 13px 0; color: var(--csi-navy); border-bottom: 1px solid var(--csi-line); font-weight: 800; text-decoration: none; }
  .csi-hero { grid-template-columns: 1fr; padding-top: 20px; gap: 13px; }
  .csi-hero-copy, .csi-hero-visual { min-height: 365px; }
  .csi-hero-copy { padding: 56px 38px; }
  .csi-hero-visual { min-height: 300px; }
  .csi-find-board { display: block; }
  .csi-categories { padding-top: 27px; overflow: hidden; }
  .csi-rail-label { margin-bottom: 8px; }
  .csi-filter-list { display: flex; overflow-x: auto; gap: 8px; padding: 3px 0 10px; scrollbar-width: none; }
  .csi-filter-list::-webkit-scrollbar { display: none; }
  .csi-filter-list button { flex: 0 0 auto; width: auto; padding: 8px 11px; background: var(--csi-white); border: 1px solid var(--csi-line); white-space: nowrap; }
  .csi-filter-list button:hover, .csi-filter-list button.is-active { padding-left: 11px; color: var(--csi-white); background: var(--csi-blue); border-color: var(--csi-blue); }
  .csi-filter-list button::after { display: none; }
  .csi-rail-note { display: none; }
  .csi-finds-main { padding-top: 30px; }
  .csi-footer-inner { grid-template-columns: 1fr; justify-items: start; padding: 33px 0; }
  .csi-footer p { text-align: left; }
  .csi-footer-link { justify-self: start; }
}

@media (max-width: 580px) {
  .csi-shell { width: min(100% - 24px, 1400px); }
  .csi-topbar { justify-content: flex-start; padding: 8px 15px; font-size: 10px; }
  .csi-header { min-height: 68px; padding: 0 16px; }
  .csi-brand-mark { width: 28px; height: 28px; }
  .csi-brand-text { font-size: 23px; }
  .csi-hero { width: 100%; padding: 12px 0 43px; }
  .csi-hero-copy { min-height: 385px; padding: 47px 28px; }
  .csi-hero-title { font-size: 50px; letter-spacing: -3.1px; }
  .csi-hero-description { font-size: 14px; }
  .csi-hero-visual { min-height: 260px; }
  .csi-object-one { width: 125px; height: 165px; left: 11%; }
  .csi-object-two { width: 118px; height: 92px; right: 11%; }
  .csi-object-three { width: 78px; height: 78px; font-size: 18px; }
  .csi-hero-rank { width: 89px; height: 89px; }
  .csi-hero-rank span { font-size: 36px; }
  .csi-section-heading { margin-bottom: 17px; }
  .csi-section-heading h2 { font-size: 39px; letter-spacing: -2px; }
  .csi-section-note { display: none; }
  .csi-browse-tools { margin-bottom: 15px; }
  .csi-result-counter { min-width: 44px; width: 44px; padding: 0; font-size: 0; }
  .csi-result-counter::after { content: "#"; font-size: 14px; }
  .csi-product-grid { gap: 8px; padding-left: 9px; }
  .csi-find-card::after { left: -9px; width: 9px; }
  .csi-find-card:nth-child(4n + 3) { transform: translateY(7px); }
  .csi-find-card:nth-child(4n + 3):hover { transform: translateY(3px); }
  .csi-find-media { height: 153px; }
  .csi-find-rank { left: -7px; bottom: -20px; width: 55px; height: 55px; font-size: 18px; }
  .csi-find-badge { top: 8px; left: 8px; padding: 4px 6px; font-size: 8px; }
  .csi-find-content { padding: 11px 10px 10px; }
  .csi-find-category { margin-bottom: 5px; font-size: 8px; }
  .csi-find-title { min-height: 31px; font-size: 13px; letter-spacing: -.3px; }
  .csi-find-excerpt { min-height: 43px; margin: 6px 0 10px; font-size: 10px; line-height: 1.35; }
  .csi-price-ticket strong { padding: 6px 8px 6px 11px; font-size: 13px; }
  .csi-price-ticket span { display: none; }
  .csi-find-link { padding: 7px 8px; font-size: 11px; }
  .csi-find-link::after { display: none; }
  .csi-generic-page { padding: 43px 0 60px; }
  .csi-footer-inner { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
