:root {
    --font-display: "Arial Rounded MT Bold", "Trebuchet MS", "Segoe UI", sans-serif;
    --font-body: "Trebuchet MS", "Segoe UI", sans-serif;
    --navy: #16365c;
    --navy-soft: #4f6380;
    --cream: #fff7e8;
    --cream-strong: #fff1c9;
    --paper: #fffdf7;
    --orange: #f46a3a;
    --orange-deep: #d84c21;
    --blue: #39a7e0;
    --blue-deep: #1f76af;
    --yellow: #ffd85a;
    --yellow-deep: #f0b922;
    --mint: #7adcb7;
    --mint-deep: #3caa87;
    --line: #16365c;
    --shadow-hard: 0 8px 0 var(--navy);
    --shadow-soft: 0 26px 40px rgba(22, 54, 92, 0.14);
    --border-strong: 4px solid var(--line);
    --radius-xl: 42px;
    --radius-lg: 30px;
    --radius-md: 22px;
    --max-width: 1240px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-body);
    background:
        radial-gradient(circle at 10% 8%, rgba(255, 216, 90, 0.66), transparent 18%),
        radial-gradient(circle at 94% 10%, rgba(57, 167, 224, 0.28), transparent 20%),
        radial-gradient(circle at 86% 74%, rgba(122, 220, 183, 0.22), transparent 18%),
        linear-gradient(180deg, #fffaf0 0%, #fff4de 45%, #fff7ea 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.36;
    background-image:
        radial-gradient(circle, rgba(22, 54, 92, 0.1) 1px, transparent 1px),
        radial-gradient(circle, rgba(244, 106, 58, 0.12) 1px, transparent 1px);
    background-size: 26px 26px, 34px 34px;
    background-position: 0 0, 12px 10px;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-shell {
    position: relative;
    min-height: 100vh;
    overflow: clip;
}

.site-header {
    position: sticky;
    top: 14px;
    z-index: 40;
    padding-top: 14px;
}

.header-inner,
.hero-grid,
.section,
.site-footer {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 86px;
    padding: 14px 18px;
    border: var(--border-strong);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.94);
    box-shadow: var(--shadow-hard);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled .header-inner {
    background: rgba(255, 250, 240, 0.98);
    box-shadow: 0 10px 0 var(--navy), 0 16px 34px rgba(22, 54, 92, 0.14);
    transform: translateY(-1px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 3px solid var(--navy);
    border-radius: 20px;
    background: linear-gradient(180deg, var(--orange) 0%, #ffb14f 100%);
    color: #fffdf7;
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 6px 0 var(--navy);
    transform: rotate(-7deg);
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-copy strong,
.hero-copy h1,
.section-heading h2,
.site-footer h2,
.about-card h3,
.game-card h3 {
    font-family: var(--font-display);
}

.brand-copy strong {
    font-size: 1.28rem;
    line-height: 1;
}

.brand-copy small,
.eyebrow {
    color: var(--navy-soft);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-nav {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 3px solid var(--navy);
    border-radius: 999px;
    background: #fffdf7;
    box-shadow: 0 4px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 900;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.site-nav a:nth-child(1) {
    background: var(--yellow);
}

.site-nav a:nth-child(2) {
    background: #e8f6ff;
}

.site-nav a:nth-child(3) {
    background: #fbe6dd;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--navy);
}

.hero {
    position: relative;
    padding: 44px 0 26px;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-orb--warm {
    top: 20px;
    left: max(-130px, calc(50% - 860px));
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(244, 106, 58, 0.28), transparent 72%);
}

.hero-orb--cool {
    right: max(-160px, calc(50% - 900px));
    bottom: 12px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(57, 167, 224, 0.24), transparent 72%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
    gap: 28px;
    align-items: center;
}

.hero-copy {
    position: relative;
    overflow: hidden;
    padding: 30px 28px 30px;
    border: var(--border-strong);
    border-radius: 48px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff0c8 100%);
    box-shadow: 0 12px 0 var(--navy), 0 22px 34px rgba(22, 54, 92, 0.12);
}

.hero-copy::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 18px;
    background: repeating-linear-gradient(
        90deg,
        var(--orange) 0 26px,
        var(--yellow) 26px 52px,
        var(--blue) 52px 78px,
        var(--mint) 78px 104px
    );
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 3px solid var(--navy);
    border-radius: 999px;
    background: var(--paper);
    box-shadow: 0 4px 0 var(--navy);
}

.hero-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.hero-flag {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 3px solid var(--navy);
    border-radius: 18px;
    box-shadow: 0 5px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.hero-flag--sun {
    background: var(--orange);
    color: #fffdf7;
    transform: rotate(-4deg);
}

.hero-flag--cool {
    background: var(--blue);
    color: #fffdf7;
    transform: rotate(3deg);
}

.hero-copy h1 {
    margin: 20px 0 0;
    max-width: 11ch;
    font-size: clamp(3rem, 5vw, 5.9rem);
    line-height: 0.92;
    letter-spacing: -0.04em;
}

.hero-lead,
.section-copy,
.about-card p,
.game-card p,
.footer-copy p,
.contact-row p {
    margin: 0;
    color: var(--navy-soft);
    line-height: 1.65;
}

.hero-lead {
    margin-top: 18px;
    max-width: 57ch;
    font-size: 1.06rem;
    font-weight: 700;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 24px;
    border: 4px solid var(--navy);
    border-radius: 999px;
    font-family: var(--font-display);
    font-weight: 900;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 0 var(--navy);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 0 var(--navy);
}

.button--primary {
    background: linear-gradient(180deg, var(--blue) 0%, #5cc2f2 100%);
    color: #fffdf7;
}

.button--secondary {
    background: var(--yellow);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.stat-card {
    padding: 16px 16px 18px;
    border: 3px solid var(--navy);
    border-radius: 24px;
    box-shadow: 0 6px 0 var(--navy);
}

.hero-stats .stat-card:nth-child(1) {
    background: var(--yellow);
    transform: rotate(-3deg);
}

.hero-stats .stat-card:nth-child(2) {
    background: #e8f6ff;
    transform: rotate(2deg);
}

.hero-stats .stat-card:nth-child(3) {
    background: #ffe3d8;
    transform: rotate(-1deg);
}

.stat-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.1vw, 2.8rem);
    line-height: 1;
}

.stat-card span {
    display: block;
    margin-top: 10px;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.2;
}

.hero-gallery {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    padding: 24px;
    border: var(--border-strong);
    border-radius: 56px;
    background: linear-gradient(180deg, #8fdcf5 0%, #46afe1 100%);
    box-shadow: 0 12px 0 var(--navy), 0 22px 34px rgba(22, 54, 92, 0.12);
}

.hero-gallery::before,
.hero-gallery::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0.6;
}

.hero-gallery::before {
    top: -42px;
    right: -26px;
    width: 140px;
    height: 140px;
    background: rgba(255, 216, 90, 0.5);
}

.hero-gallery::after {
    left: -40px;
    bottom: -46px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.18);
}

.hero-tile {
    --tile-rotate: 0deg;
    position: absolute;
    width: min(100%, 320px);
    overflow: hidden;
    padding: 14px;
    border: 3px solid var(--navy);
    border-radius: 30px;
    background: #fffdf7;
    box-shadow: 0 10px 0 var(--navy);
    transform: rotate(var(--tile-rotate));
    transition: transform 0.18s ease;
}

.hero-tile:hover {
    transform: translateY(-6px) rotate(var(--tile-rotate));
}

.hero-tile:nth-child(1) {
    top: 12px;
    left: 7%;
    --tile-rotate: -8deg;
}

.hero-tile:nth-child(2) {
    top: 66px;
    right: 2%;
    --tile-rotate: 6deg;
}

.hero-tile:nth-child(3) {
    bottom: 100px;
    left: 0;
    --tile-rotate: 4deg;
}

.hero-tile:nth-child(4) {
    right: 12%;
    bottom: 10px;
    --tile-rotate: -6deg;
}

.hero-tile--orange {
    background: linear-gradient(180deg, #fff4ec 0%, #ffe1d0 100%);
}

.hero-tile--blue {
    background: linear-gradient(180deg, #f2faff 0%, #dff1ff 100%);
}

.hero-tile--yellow {
    background: linear-gradient(180deg, #fffce8 0%, #fff0ba 100%);
}

.hero-tile--mint {
    background: linear-gradient(180deg, #f0fff8 0%, #ddf8ee 100%);
}

.hero-tile__burst {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 3px solid var(--navy);
    border-radius: 14px;
    background: var(--yellow);
    box-shadow: 0 4px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-tile__shot {
    aspect-ratio: 10 / 18;
    width: 100%;
    object-fit: cover;
    border: 3px solid var(--navy);
    border-radius: 20px;
    background: #fff;
}

.hero-tile__caption {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.hero-tile__caption img {
    width: 56px;
    height: 56px;
    border: 3px solid var(--navy);
    border-radius: 18px;
    box-shadow: 0 4px 0 var(--navy);
    background: #fff;
}

.hero-tile__caption strong {
    display: block;
    font-size: 1rem;
    line-height: 1.08;
}

.hero-tile__caption span {
    color: var(--navy-soft);
    font-size: 0.84rem;
    font-weight: 900;
}

.section {
    padding: 54px 0 0;
}

.section-heading {
    display: grid;
    gap: 16px;
}

.section-heading h2 {
    display: inline;
    width: fit-content;
    max-width: 12ch;
    padding: 10px 18px 12px;
    border: 4px solid var(--navy);
    border-radius: 26px;
    background: var(--yellow);
    box-shadow: 0 8px 0 var(--navy);
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 1.08;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.section-copy {
    max-width: 62ch;
    font-size: 1rem;
    font-weight: 700;
}

.catalog-note {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.catalog-note span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border: 3px solid var(--navy);
    border-radius: 16px;
    box-shadow: 0 4px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
}

.catalog-note span:nth-child(1) {
    background: #ffe4d7;
    transform: rotate(-3deg);
}

.catalog-note span:nth-child(2) {
    background: #e6f5ff;
    transform: rotate(2deg);
}

.catalog-note span:nth-child(3) {
    background: #eefcec;
    transform: rotate(-1deg);
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
    margin-top: 36px;
}

.game-card {
    --card-rotate: 0deg;
    position: relative;
    display: grid;
    gap: 18px;
    overflow: hidden;
    padding: 18px 18px 22px;
    border: var(--border-strong);
    border-radius: 36px;
    box-shadow: 0 10px 0 var(--navy), 0 18px 28px rgba(22, 54, 92, 0.1);
    transform: rotate(var(--card-rotate));
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.game-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 16px;
    background: repeating-linear-gradient(
        90deg,
        rgba(22, 54, 92, 0.92) 0 18px,
        transparent 18px 24px
    );
    opacity: 0.12;
}

.games-grid .game-card:nth-child(4n + 1) {
    --card-rotate: -1deg;
}

.games-grid .game-card:nth-child(4n + 2) {
    --card-rotate: 1deg;
}

.games-grid .game-card:nth-child(4n + 3) {
    --card-rotate: -0.6deg;
}

.games-grid .game-card:nth-child(4n + 4) {
    --card-rotate: 0.8deg;
}

.game-card:hover {
    transform: translateY(-7px) rotate(var(--card-rotate));
    box-shadow: 0 13px 0 var(--navy), 0 22px 34px rgba(22, 54, 92, 0.14);
}

.game-card--orange {
    background: linear-gradient(180deg, #fff4ed 0%, #ffe0cc 100%);
}

.game-card--blue {
    background: linear-gradient(180deg, #eef8ff 0%, #d8eeff 100%);
}

.game-card--yellow {
    background: linear-gradient(180deg, #fffbe3 0%, #ffeeb0 100%);
}

.game-card--mint {
    background: linear-gradient(180deg, #effdf8 0%, #d8f7ec 100%);
}

.game-card__headband {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.game-card__sticker,
.game-card__serial {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 3px solid var(--navy);
    border-radius: 14px;
    box-shadow: 0 4px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.game-card__sticker {
    background: var(--paper);
}

.game-card__serial {
    background: var(--yellow);
}

.game-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.game-card__icon {
    width: 82px;
    height: 82px;
    border: 3px solid var(--navy);
    border-radius: 24px;
    background: #fffdf7;
    box-shadow: 0 6px 0 var(--navy);
}

.game-card__meta {
    min-width: 0;
}

.game-card__meta h3 {
    margin: 0;
    font-size: 1.44rem;
    line-height: 1.05;
}

.game-card__badge {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 3px solid var(--navy);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 0 var(--navy);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.game-card p {
    font-size: 0.98rem;
    font-weight: 700;
}

.game-card__shots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.game-card__shots img {
    aspect-ratio: 10 / 18;
    width: 100%;
    object-fit: cover;
    border: 3px solid var(--navy);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 6px 0 var(--navy);
}

.game-card__shots img:first-child {
    transform: rotate(-1deg);
}

.game-card__shots img:last-child {
    transform: rotate(1deg);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: 24px;
    margin-top: 34px;
}

.about-stack {
    display: grid;
    gap: 18px;
}

.about-card {
    position: relative;
    padding: 28px;
    border: var(--border-strong);
    border-radius: 38px;
    box-shadow: 0 10px 0 var(--navy), 0 18px 28px rgba(22, 54, 92, 0.1);
}

.about-card--story {
    background: linear-gradient(180deg, #48b3e4 0%, #1f85c4 100%);
    color: #fffdf7;
}

.about-card--story p {
    color: rgba(255, 253, 247, 0.86);
}

.about-stack .about-card:nth-child(1) {
    background: linear-gradient(180deg, #fff7db 0%, #ffe8a0 100%);
    transform: rotate(-1deg);
}

.about-stack .about-card:nth-child(2) {
    background: linear-gradient(180deg, #fff2ea 0%, #ffd9c8 100%);
    transform: rotate(1deg);
}

.about-stack .about-card:nth-child(3) {
    background: linear-gradient(180deg, #effcf8 0%, #d3f4ea 100%);
    transform: rotate(-0.8deg);
}

.about-card h3 {
    margin: 0 0 12px;
    font-size: 1.62rem;
    line-height: 1.05;
}

.about-card p + p {
    margin-top: 14px;
}

.site-footer {
    margin-top: 70px;
    padding: 24px 0 30px;
}

.footer-grid,
.footer-bottom {
    display: grid;
    gap: 22px;
}

.footer-grid {
    position: relative;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    padding: 28px;
    border: var(--border-strong);
    border-radius: 42px;
    background: linear-gradient(180deg, #20456f 0%, #17365c 100%);
    color: #fffdf7;
    box-shadow: 0 12px 0 var(--orange), 0 24px 40px rgba(22, 54, 92, 0.2);
}

.footer-grid::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 18px;
    background: repeating-linear-gradient(
        90deg,
        var(--orange) 0 30px,
        var(--yellow) 30px 60px,
        var(--blue) 60px 90px,
        var(--mint) 90px 120px
    );
}

.footer-grid .eyebrow,
.footer-grid p,
.contact-row span,
.contact-row p {
    color: rgba(255, 253, 247, 0.76);
}

.footer-grid .eyebrow {
    background: rgba(255, 255, 255, 0.08);
    color: #fffdf7;
}

.footer-grid h2 {
    margin-top: 10px;
    font-size: clamp(2.1rem, 3vw, 3rem);
    line-height: 1.02;
}

.footer-contact {
    display: grid;
    gap: 14px;
}

.contact-row {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 3px solid rgba(255, 253, 247, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.contact-row span {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-row a,
.contact-row p {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 900;
    color: #fffdf7;
}

.footer-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    margin-top: 18px;
    color: var(--navy-soft);
    font-size: 0.94rem;
    font-weight: 700;
}

.footer-links {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 3px solid var(--navy);
    border-radius: 999px;
    background: var(--paper);
    box-shadow: 0 4px 0 var(--navy);
    font-family: var(--font-display);
    font-size: 0.86rem;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .hero-grid,
    .about-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-gallery {
        min-height: 470px;
    }

    .hero-tile {
        width: min(46%, 280px);
    }
}

@media (max-width: 760px) {
    .site-header {
        top: 8px;
        padding-top: 8px;
    }

    .header-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: auto;
        padding: 16px;
        border-radius: 34px;
    }

    .site-nav {
        gap: 10px;
    }

    .hero {
        padding-top: 24px;
    }

    .hero-copy,
    .hero-gallery,
    .about-card,
    .footer-grid {
        border-radius: 34px;
    }

    .hero-copy h1,
    .section-heading h2 {
        max-width: none;
    }

    .hero-stats,
    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .hero-gallery {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .hero-tile {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        transform: none !important;
    }

    .hero-tile:hover,
    .game-card:hover {
        transform: translateY(-4px);
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .header-inner,
    .hero-grid,
    .section,
    .site-footer {
        width: min(calc(100% - 24px), var(--max-width));
    }

    .hero-gallery,
    .games-grid,
    .game-card__shots {
        grid-template-columns: 1fr;
    }

    .brand-mark {
        width: 52px;
        height: 52px;
    }

    .hero-copy {
        padding: 28px 20px 24px;
    }

    .game-card,
    .about-card,
    .footer-grid {
        padding-left: 18px;
        padding-right: 18px;
    }
}
