/* ---- Open Sans offline ---- */
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-300.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-800.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }

body {
    margin: 0;
    background: #f6f8fb;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #192955;
}

/* ---- Layout ---- */
.esh-main {
    display: flex;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
    min-height: 89vh;
}
.esh-content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 24px 20px 32px;
    box-sizing: border-box;
}

.esh-content h1 {
    color: #1840c0;
    font-size: 2.3em;
    margin-top: 0;
    margin-bottom: 14px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.07em;
}

/* ---- Entity tiles (filtrov�n�) ---- */
.esh-entity-tiles-row-under {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 12px;
    margin-bottom: 28px;
    margin-top: 7px;
    justify-content: flex-start;
}
.esh-entity-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7faff;
    border-radius: 13px;
    min-width: 108px;
    min-height: 82px;
    padding: 9px 14px 7px 14px;
    text-decoration: none;
    color: #1c2db7;
    font-weight: 600;
    font-size: 1.09em;
    border: 2.3px solid transparent;
    box-shadow: 0 1px 9px #e0ebff10;
    transition: background .14s, border .14s;
}
.esh-entity-tile.active,
.esh-entity-tile:hover {
    background: #e9f2ff;
    border: 2.3px solid #2c64e5;
    color: #1756e0;
}
.esh-entity-tile img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-bottom: 5px;
}

/* ---- Moduly grid ---- */
.esh-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
    margin-top: 18px;
    align-items: stretch;
}
.esh-module-card,
.esh-module-card-wrap {
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 28px 24px;
    position: relative;
    min-width: 0;
    height: auto;
    justify-content: flex-start;
    transition: box-shadow .22s, transform .18s;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.esh-module-card:hover,
.esh-module-card-wrap:hover {
    transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
/* Tlačítko skryté, na hover se objeví */
.esh-module-card .esh-btn-cart,
.esh-module-card-wrap .esh-btn-cart {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, background .15s;
    pointer-events: none;
}
.esh-module-card:hover .esh-btn-cart,
.esh-module-card-wrap:hover .esh-btn-cart {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.esh-module-card-empty {
    background: none;
    box-shadow: none;
    pointer-events: none;
}
.esh-module-img {
    margin: 0 auto 19px auto;
    width: 80%;
    height: auto;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 2px 8px #e2ebfd34;
    background: #f2f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esh-module-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.esh-module-title {
    font-size: 1.14em;
    font-weight: 800;
    color: #1937b7;
    margin-bottom: 7px;
    line-height: 1.22em;
    text-align: center;
    width: 100%;
    letter-spacing: -0.01em;
}
.esh-module-short {
    font-size: 1.01em;
    color: #1837b7bb;
    margin-bottom: 18px;
    line-height: 1.39em;
    flex: 1 1 auto;
    text-align: center;
    width: 100%;
}
.esh-module-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    gap: 8px;
}
.esh-module-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.esh-module-price {
    font-size: 1.17em;
    color: #ea2367;
    font-weight: bold;
    text-align: center;
}
.esh-trial-badge {
    display: inline-block;
    background: #e8f7ee;
    color: #1a8c4e;
    border: 1px solid #b2e4c8;
    border-radius: 999px;
    font-size: 0.78em;
    font-weight: 700;
    padding: 2px 10px;
    white-space: nowrap;
}

/* ---- Badges na kartě ---- */
.esh-card-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}
.esh-badge {
    display: inline-block;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 0.74em;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    white-space: nowrap;
}
.esh-badge--popular {
    background: #fff3e0;
    color: #c05f00;
    border: 1px solid #f5cfa0;
}
.esh-badge--new {
    background: #e8f0ff;
    color: #1840c0;
    border: 1px solid #b8ccff;
}
.esh-badge--coming-soon {
    background: #f59e0b;
    color: #fff;
    border: 1px solid #d97706;
    font-weight: 600;
}
.esh-card--coming-soon {
    opacity: 0.6;
    filter: saturate(0.3);
    pointer-events: none;
    cursor: default;
}
.esh-card--coming-soon .esh-module-link {
    cursor: default;
}

/* ---- Hero pravý sloupec (platformy + moduly) ---- */
.esh-hero-right {
    flex-shrink: 0;
    width: 640px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Pás platforem – RTL (beze změny funkce, jen přesunut do .esh-hero-right) */
.esh-hero-marquee-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image:         linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

/* Pás modulů – LTR */
.esh-hero-mod-ticker {
    overflow: hidden;
    border-radius: 14px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image:         linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.esh-hero-mod-ticker-inner {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: esh-ticker-ltr 28s linear infinite;
}
.esh-hero-mod-ticker:hover .esh-hero-mod-ticker-inner {
    animation-play-state: paused;
}
@keyframes esh-ticker-ltr {
    from { transform: translateX(calc(-100% / 3)); }
    to   { transform: translateX(0); }
}
.esh-hero-mod-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    padding: 18px 22px 14px;
    text-decoration: none;
    min-width: 108px;
    flex-shrink: 0;
    transition: background .14s, transform .13s;
}
.esh-hero-mod-item:hover {
    background: rgba(255,255,255,0.24);
    transform: translateY(-3px);
}
.esh-hero-mod-item img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 4px;
}
/* skryjeme name a price — nejsou v HTML potřeba, ale pro jistotu */
.esh-hero-mod-name,
.esh-hero-mod-price { display: none; }

/* ---- Trust bar ---- */
.esh-trust-bar {
    background: #fff;
    border-bottom: 1px solid #edeaff;
    padding: 13px 24px;
}
.esh-trust-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.esh-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.94em;
    color: #192955;
}
.esh-trust-item strong {
    color: #1840c0;
    font-size: 1.25em;
    font-weight: 800;
}
.esh-trust-sep {
    color: #c0cce8;
    font-size: 1.1em;
}

/* ---- Homepage sekce (Nejprodávanější, Nově přidané) ---- */
.esh-section {
    margin-bottom: 110px;
    width: 100%;
    box-sizing: border-box;
}
.esh-section > .esh-modules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
}
.esh-section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edeaff;
}
.esh-section-title {
    font-size: 1.35em;
    font-weight: 800;
    color: #1840c0;
    margin: 0;
    letter-spacing: -0.01em;
}
.esh-section-link {
    font-size: 0.9em;
    color: #2c64e5;
    text-decoration: none;
    font-weight: 600;
}
.esh-section-link:hover { text-decoration: underline; }
.esh-section-divider {
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edeaff;
}
.esh-visually-hidden {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}

/* ---- Sekce "Moduly v akci" ---- */
.esh-section--action {
    background: linear-gradient(135deg, #fff8e6 0%, #fff3d6 100%);
    border: 2px solid #f5d87a;
    border-radius: 16px;
    padding: 24px 20px 20px;
}
.esh-section--action .esh-section-title {
    color: #b05e00;
}
.esh-section--action .esh-section-header {
    border-bottom-color: #f5d87a;
}

/* ---- Tlačítko "Zobrazit vše" ---- */
.esh-show-more-wrap {
    text-align: center;
    margin: 28px 0 8px;
}
.esh-show-more-btn {
    display: inline-block;
    padding: 13px 36px;
    background: #fff;
    color: #1840c0;
    font-weight: 700;
    font-size: 1em;
    border: 2px solid #1840c0;
    border-radius: 12px;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.esh-show-more-btn:hover {
    background: #1840c0;
    color: #fff;
}

/* ---- Karta modulu – nová struktura (link + tlačítko odděleny) ---- */
.esh-module-card,
.esh-module-card-wrap {
    align-items: stretch; /* přepíše center, link se roztáhne na plnou šířku */
}
.esh-module-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    flex: 1 1 auto;
    width: 100%;
}

/* ---- Do košíku tlačítko ---- */
.esh-btn-cart {
    width: 100%;
    padding: 11px 0;
    background: #1840c0;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 0.97em;
    font-weight: 700;
    cursor: pointer;
    margin-top: 8px;
    transition: background .15s, transform .12s;
    letter-spacing: 0.01em;
}
.esh-btn-cart:hover {
    background: #2c64e5;
    transform: translateY(-1px);
}
.esh-btn-cart:disabled {
    opacity: 0.65;
    cursor: default;
    transform: none;
}
.esh-btn-cart--free {
    background: #1a8c4e;
}
.esh-btn-cart--free:hover {
    background: #22a85f;
}
.esh-btn-cart--added {
    background: #1a8c4e !important;
}

/* ---- Hero sekce ---- */
.esh-hero {
    background: linear-gradient(135deg, #1432a0 0%, #1840c0 50%, #2c64e5 100%);
    padding: 80px 30px 100px;
    color: #fff;
}
.esh-hero-inner {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: space-between;
}
.esh-hero-text {
    flex: 1 1 auto;
    max-width: 540px;
}
.esh-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.30);
    color: #fff;
    border-radius: 999px;
    padding: 4px 16px;
    font-size: 0.83em;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.esh-hero-title {
    font-size: 2.7em;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}
.esh-hero-sub {
    font-size: 1.08em;
    opacity: 0.88;
    line-height: 1.55;
    margin: 0 0 32px;
}
.esh-hero-btn {
    display: inline-block;
    background: #fff;
    color: #1840c0;
    font-weight: 700;
    font-size: 1.05em;
    padding: 14px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    transition: background .15s, transform .13s;
}
.esh-hero-btn:hover {
    background: #eef2ff;
    transform: translateY(-2px);
}
/* ---- Hero marquee ---- */
.esh-hero-marquee-wrap {
    flex-shrink: 0;
    width: 640px;
    overflow: hidden;
    /* fade na krajích */
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image:         linear-gradient(to right, transparent 0%, #000 16%, #000 84%, transparent 100%);
}
.esh-hero-marquee-inner {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: esh-marquee 22s linear infinite;
}
.esh-hero-marquee-wrap:hover .esh-hero-marquee-inner {
    animation-play-state: paused;
}
@keyframes esh-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(calc(-100% / 3)); } /* 1 ze 3 kopií */
}
.esh-hero-plat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 16px;
    padding: 18px 22px 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.88em;
    min-width: 108px;
    flex-shrink: 0;
    transition: background .14s, transform .13s;
}
.esh-hero-plat-card:hover {
    background: rgba(255,255,255,0.24);
    transform: translateY(-3px);
}
.esh-hero-plat-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ---- Responsive ---- */
@media (max-width: 1150px) {
    .esh-main { max-width: 98vw; }
    .esh-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .esh-section > .esh-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .esh-main { flex-direction: column; max-width: 99vw; padding: 10px 0 0 0; }
    .esh-content { width: 100%; min-width: 0; box-sizing: border-box; }
    .esh-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .esh-section > .esh-modules-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .esh-hero-inner { flex-direction: column; gap: 28px; }
    .esh-hero-title { font-size: 2em; }
    .esh-hero-right { width: 100%; }
    .esh-hero-marquee-wrap { width: 100%; }
}
@media (max-width: 600px) {
    .esh-hero { padding: 36px 16px 30px; }
    .esh-hero-title { font-size: 1.7em; }
    .esh-hero-plat-card { min-width: 80px; padding: 14px 14px 10px; }
}

/* ============================================================
   SHOPINS TOAST NOTIFICATIONS — modern dark style
   ============================================================ */
#shopins-toast-wrap {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    pointer-events: none;
    max-width: min(400px, calc(100vw - 32px));
}
.shopins-toast {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px 20px 18px;
    border-radius: 14px;
    font-size: .88rem;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    background: #1c2233;
    color: #e8edf8;
    box-shadow: 0 8px 32px rgba(0,0,0,.38), 0 2px 8px rgba(0,0,0,.22);
    pointer-events: all;
    cursor: default;
    overflow: hidden;
    border-left: 4px solid transparent;
    opacity: 0;
    transform: translateX(40px) scale(.96);
    transition: opacity .3s cubic-bezier(.4,0,.2,1), transform .3s cubic-bezier(.4,0,.2,1);
    word-break: break-word;
}
.shopins-toast--in  { opacity: 1; transform: translateX(0) scale(1); }
.shopins-toast--out { opacity: 0; transform: translateX(40px) scale(.96); transition-duration: .25s; }

.shopins-toast--success { border-left-color: #22c55e; }
.shopins-toast--error   { border-left-color: #ef4444; }
.shopins-toast--warning { border-left-color: #f59e0b; }
.shopins-toast--info    { border-left-color: #4f7fff; }

/* icon circle */
.shopins-toast__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.shopins-toast--success .shopins-toast__icon { background: rgba(34,197,94,.18); color: #22c55e; }
.shopins-toast--error   .shopins-toast__icon { background: rgba(239,68,68,.18);  color: #ef4444; }
.shopins-toast--warning .shopins-toast__icon { background: rgba(245,158,11,.18); color: #f59e0b; }
.shopins-toast--info    .shopins-toast__icon { background: rgba(79,127,255,.18); color: #4f7fff; }
.shopins-toast__icon svg { display: block; }

/* body */
.shopins-toast__body  { flex: 1 1 auto; }
.shopins-toast__title {
    font-weight: 600;
    font-size: .88rem;
    margin: 0 0 2px;
    color: #f0f4ff;
    line-height: 1.3;
}
.shopins-toast__msg  { color: #aab4cd; font-size: .82rem; line-height: 1.45; }

/* close button */
.shopins-toast__close {
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7a9c;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
    transition: color .15s;
    display: flex;
    align-items: center;
}
.shopins-toast__close:hover { color: #e8edf8; }

/* progress bar */
.shopins-toast__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 14px 14px;
    transform-origin: left center;
    animation: toast-progress linear forwards;
}
.shopins-toast--success .shopins-toast__progress { background: #22c55e; }
.shopins-toast--error   .shopins-toast__progress { background: #ef4444; }
.shopins-toast--warning .shopins-toast__progress { background: #f59e0b; }
.shopins-toast--info    .shopins-toast__progress { background: #4f7fff; }

@keyframes toast-progress {
    from { width: 100%; }
    to   { width: 0%; }
}

@media (max-width: 600px) {
    #shopins-toast-wrap { bottom: 14px; right: 12px; left: 12px; max-width: none; }
}

/* ============================================================
   NEJPRODÁVANĚJŠÍ V KATEGORII – ranked list sekce
   ============================================================ */
.esh-bestsellers-section {
    margin-bottom: 36px;
}
.esh-bestsellers-title {
    font-size: 1.22em;
    font-weight: 800;
    color: #163bca;
    margin: 0 0 16px 0;
    letter-spacing: -0.01em;
}
.esh-bestsellers-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.esh-bs-item {
    display: grid;
    grid-template-columns: 36px 72px 1fr auto;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px #dce7fc18;
    border: 1.5px solid #eef2fb;
    transition: box-shadow 0.16s, border-color 0.16s, transform 0.14s;
}
.esh-bs-item:hover {
    box-shadow: 0 6px 24px #c5d6f840;
    border-color: #c3d4f8;
    transform: translateY(-2px);
}
/* Pořadové číslo */
.esh-bs-rank {
    font-size: 1.5em;
    font-weight: 900;
    color: #d1d9f0;
    line-height: 1;
    text-align: center;
    user-select: none;
}
.esh-bs-item:nth-child(1) .esh-bs-rank { color: #f59e0b; }
.esh-bs-item:nth-child(2) .esh-bs-rank { color: #94a3b8; }
.esh-bs-item:nth-child(3) .esh-bs-rank { color: #c97b3b; }
/* Náhled */
.esh-bs-img {
    width: 72px;
    height: 72px;
    background: #f5f8fc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}
.esh-bs-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
/* Info */
.esh-bs-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.esh-bs-name {
    font-weight: 700;
    font-size: 1em;
    color: #1a2060;
    line-height: 1.3;
}
.esh-bs-desc {
    font-size: 0.88em;
    color: #6b7280;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.esh-bs-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 2px;
}
.esh-bs-stars {
    color: #f59e0b;
    font-size: 0.85em;
    letter-spacing: 1px;
}
.esh-bs-rev {
    font-size: 0.82em;
    color: #9ca3af;
}
.esh-bs-meta {
    font-size: 0.82em;
    color: #9ca3af;
}
/* Cena */
.esh-bs-price {
    font-weight: 800;
    font-size: 1.05em;
    color: #e32060;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
}
.esh-bs-price.is-free {
    color: #15803d;
}

@media (max-width: 700px) {
    .esh-bs-item {
        grid-template-columns: 28px 54px 1fr;
        grid-template-rows: auto auto;
    }
    .esh-bs-price {
        grid-column: 3;
        text-align: left;
        font-size: 0.95em;
    }
    .esh-bs-img { width: 54px; height: 54px; }
    .esh-bs-rank { font-size: 1.2em; }
}

