@font-face { font-family: 'Gotham'; src: url('/files/descriptions/font/77/7765923/storage_app_opisy2_tcl_2078746_fonts/gotham_book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('/files/descriptions/font/77/7765923/storage_app_opisy2_tcl_2078746_fonts/gotham_bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Gotham'; src: url('/files/descriptions/font/77/7765923/storage_app_opisy2_tcl_2078746_fonts/gotham_medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }

* { box-sizing: border-box; }

.opis_market body { margin: 0; padding: 0; font-family: 'Gotham', 'Montserrat', 'Lato', Verdana, sans-serif; color: #333; background: #f9f9f9; line-height: 1.6; }
.opis_market img { max-width: 100%; height: auto; border-radius: 8px; margin-top: 20px; }

.opis_market { max-width: 1200px; margin: 0 auto; padding: 20px; }
.opis_market .rpc-section { text-align: center; overflow: hidden; padding: 20px; background: #fff; border-bottom: 1px solid #ddd; }
.opis_market .rpc-section img { width: 100%; height: auto; display: block; margin: 0 auto; }
.opis_market .rpc-subtitle { font-size: 24px; font-weight: 700; font-family: 'Gotham', 'Montserrat', 'Lato', Verdana, sans-serif; margin: 4px 0 10px 0; }
.opis_market .rpc-subsubtitle { font-size: 18px; font-weight: 500; font-family: 'Gotham', 'Montserrat', 'Lato', Verdana, sans-serif; color: #555; margin-bottom: 16px; }
.opis_market .rpc-description { font-size: 16px; line-height: 1.5; font-weight: 400; font-family: 'Gotham', 'Montserrat', 'Lato', Verdana, sans-serif; margin-bottom: 10px; }
.opis_market .rpc-footer { text-align: center; padding: 20px 0; background-color: #f4f4f4; font-size: 0.875rem; }
.opis_market small { display: block; font-family: 'Gotham', 'Montserrat', 'Lato', Verdana, sans-serif; font-size: 12px; color: #555; line-height: 1.4; text-align: center; margin: 10px 0 20px; }

/* === BREAKPOINTY === */

/* WIDE DESKTOP: >1230px */
@media (min-width: 1230px) {
   .opis_market .rpc-container { max-width: 920px; }
}

/* NARROW DESKTOP: 960px – 1229px */
@media (min-width: 960px) and (max-width: 1229px) {
    .opis_market .rpc-container { max-width: 680px; }
}

/* MOBILE: <960px */
@media (max-width: 959px) {
   .opis_market .rpc-container { width: 100%; max-width: 680px; min-width: 320px; padding: 0 20px; }
    .opis_market .rpc-title { font-size: 1.4rem; }
    .opis_market .rpc-description { font-size: 0.95rem; }
}