.allm {
margin-left:0px;
position: relative;
width: 100px;
height: 100px;
}
.titlecell{
position: absolute;
height: 40px;
line-height: 40px;
text-align: center;
border-style: solid;
border-width: 1px;
font-weight: bold;
}
#tGL {
background-color:#ff8888;
}
.cell {
position: absolute;
background-color: #ffeedd;
border-style:solid;
box-sizing: border-box;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: 40px 40px;
}
.map-wall-line {
position: absolute;
z-index: 2;
pointer-events: none;
display: block;
}
.map-wall-top {
top: 0;
left: 0;
right: 0;
}
.map-wall-right {
top: 0;
right: 0;
bottom: 0;
}
.map-wall-bottom {
left: 0;
right: 0;
bottom: 0;
}
.map-wall-left {
top: 0;
bottom: 0;
left: 0;
}
#subwlist li {
margin-left: 20px;
}
.map_stage_link.is-active {
font-weight: bold;
color: #8f0000;
background: rgba(255,221,0,0.35);
padding: 1px 4px;
border-radius: 3px;
}
/* ---------- Заголовок пещеры (зелёная плашка) ---------- */
.map-cave-heading {
background: #a6cd6b;
background-image: linear-gradient(180deg, #bcdc85 0%, #a6cd6b 55%, #8ebd56 100%);
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 6px 14px;
width: 100%;
border-top: 1px solid #c8e2a0;
border-bottom: 1px solid #6e9a3a;
box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(60, 90, 30, 0.18),
    0 1px 2px rgba(60, 90, 30, 0.12);
}
.map-cave-heading .metro_name {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
line-height: 1.2;
width: 100%;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
letter-spacing: 0.02em;
}
.map-cave-heading #swtitle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.map-cave-heading #swtitle img {
display: inline-block;
max-height: 24px;
vertical-align: middle;
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

/* ---------- Панель этажа (жёлтая плашка) ---------- */
.map-floor-panel {
background: #ffdd00;
background-image: linear-gradient(180deg, #ffe85a 0%, #ffdd00 50%, #f4c800 100%);
box-sizing: border-box;
min-height: 26px;
width: 100%;
border-top: 1px solid #fff1a8;
border-bottom: 1px solid #b88f00;
box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(150, 110, 0, 0.18),
    0 1px 3px rgba(150, 110, 0, 0.18);
}
.map-floor-bar {
align-items: center;
box-sizing: border-box;
color: #5a3a00;
display: flex;
font: bold 12px Verdana, Arial, sans-serif;
gap: 10px;
justify-content: center;
min-height: 26px;
padding: 3px 14px;
text-align: center;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
letter-spacing: 0.03em;
}
.map-floor-rotate {
align-items: center;
border-radius: 4px;
display: inline-flex;
height: 20px;
justify-content: center;
line-height: 1;
padding: 0 2px;
text-decoration: none;
transition: background-color 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease;
width: 28px;
}
.map-floor-rotate:hover {
background: rgba(255, 255, 255, 0.45);
box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 1px 2px rgba(120, 90, 0, 0.25);
}
.map-floor-rotate:active {
background: rgba(255, 255, 255, 0.3);
transform: translateY(1px);
}
.map-floor-rotate img {
border: 0;
display: block;
filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
transition: transform 0.12s ease;
}
.map-floor-rotate:hover img {
transform: scale(1.08);
}
.map-floor-direction {
display: none;
}
#tip,
#tipfix {
position: absolute !important;
display: block !important;
visibility: hidden;
box-sizing: border-box;
width: auto !important;
max-width: min(470px, calc(100vw - 40px)) !important;
min-width: 190px !important;
height: auto !important;
max-height: calc(100vh - 40px);
overflow: auto;
padding: 3px 6px 4px;
border: 1px solid #888888;
border-radius: 4px;
background-color: #fff8ee;
color: #111111;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.28;
box-shadow: 0 3px 10px rgba(0,0,0,0.18);
z-index: 9999 !important;
}
#tipfix {
width: auto !important;
max-width: min(470px, calc(100vw - 40px)) !important;
cursor: pointer;
}
#tipfix.map-tooltip-fixed {
border: 2px solid #d08600 !important;
box-shadow: 0 0 0 3px rgba(255, 210, 75, 0.55), 0 6px 18px rgba(0,0,0,0.28) !important;
background-color: #fff3c6 !important;
}
#tipfix.map-tooltip-fixed::after {
content: attr(data-fixed-label);
position: absolute;
right: 12px;
top: 7px;
z-index: 5;
padding: 2px 7px 3px;
border: 1px solid #9b6200;
border-radius: 3px;
background: #ffd84a;
color: #7a0000;
font: bold 10px Verdana, Arial, sans-serif;
line-height: 1;
text-transform: uppercase;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
pointer-events: none;
}
#tip table,
#tipfix table {
max-width: 100% !important;
table-layout: auto;
}
#tip img,
#tipfix img {
    max-width: 100%;
    height: auto;
}

#tip .map-bot-popup,
#tipfix .map-bot-popup {
    width: 400px;
    max-width: calc(100vw - 58px);
    box-sizing: border-box;
}

#tip .map-bot-popup table,
#tipfix .map-bot-popup table {
    box-sizing: border-box;
}

#tip .map-bot-popup-main,
#tipfix .map-bot-popup-main {
    width: 100% !important;
    table-layout: fixed;
}

#tip .map-bot-image-cell,
#tipfix .map-bot-image-cell {
    width: 130px !important;
    height: 230px !important;
}

#tip .map-bot-image-cell img,
#tipfix .map-bot-image-cell img {
    width: auto !important;
    height: auto !important;
    max-width: 120px !important;
    max-height: 220px !important;
}

#tip .map-bot-stats-cell,
#tipfix .map-bot-stats-cell {
    width: 230px !important;
    max-width: 230px !important;
    overflow: hidden;
}

#tip .map-bot-stats,
#tipfix .map-bot-stats {
    width: 210px !important;
    max-width: 210px !important;
    table-layout: fixed;
}

#tip .map-bot-stat-name,
#tipfix .map-bot-stat-name {
    width: 160px !important;
    white-space: nowrap;
}

#tip .map-bot-stats td:first-child,
#tipfix .map-bot-stats td:first-child {
    width: 160px !important;
    white-space: nowrap;
}

#tip .map-bot-stat-value,
#tipfix .map-bot-stat-value {
    width: 45px !important;
    text-align: right;
}

#tip .map-bot-stats td:last-child,
#tipfix .map-bot-stats td:last-child {
    width: 45px !important;
    text-align: right;
}

/* =====================================================================
   Информационная панель пещеры — стиль lib-bk.az
   Палитра сайта: бордовый #8f0000, оранжевый #d26720, кремовый #FFF7D8,
   жёлтый #fee6b0, синие ссылки #5593a0. Шрифты: Verdana / Trebuchet MS.
   ===================================================================== */

.cave-info-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 24px 30px;
    background: #fff8e3;
    background-image:
        linear-gradient(180deg, #fff8e3 0%, #fbeec4 100%);
    border: 1px solid #e3cd8a;
    border-top: 3px solid #d26720;
    border-radius: 6px;
    box-shadow:
        0 2px 0 #f0dca0 inset,
        0 0 0 1px rgba(255,255,255,0.5) inset,
        0 4px 10px rgba(143, 0, 0, 0.08);
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

/* ----- Заголовок «Общая информация» по образцу .section_name ---------- */
.cave-info-heading {
    margin: 0 0 22px;
    padding: 4px 0 8px;
    border-left: 0;
    border-bottom: 2px solid #8f0000;
    color: #8f0000;
    font-family: Verdana, "trebuchet ms", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ----- Информационные строки ----------------------------------------- */
.cave-info-line {
    margin: 0 0 10px;
    padding: 4px 6px;
    line-height: 1.5;
    border-bottom: 1px dashed #e3cd8a;
}
.cave-info-line:last-of-type {
    border-bottom: 0;
}

.cave-info-line b {
    color: #8f0000;
}

.cave-info-line img,
.cave-info-route img {
    vertical-align: middle;
}

/* ----- Блок «Путь из города» — по образцу .razdel_describe ----------- */
.cave-info-route {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 22px;
    padding: 8px 10px;
    background-color: #ffe0a0;
    border-top: 1px solid #7dcc2d;
    border-left: 5px solid #7dcc2d;
    border-bottom: 1px solid #7dcc2d;
    border-right: 5px solid #7dcc2d;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.45;
    text-align: left;
    vertical-align: middle;
}

.cave-info-route-label {
    flex: 0 0 auto;
    padding-right: 10px;
    border-right: 1px solid #d4b36a;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
}

.cave-info-route div {
    min-width: 0;
}

.cave-info-route-auto {
    display: block;
    box-sizing: border-box;
    gap: 0;
    min-height: 32px;
    padding: 7px 10px;
    width: 100%;
}

.cave-info-route-auto img {
    vertical-align: middle;
}

.cave-info-route-auto a {
    color: #04f;
    text-decoration: underline;
}

.cave-info-route-arrow {
    color: #ff0000;
    font-weight: 700;
    margin: 0 2px;
}

/* ----- Изображение входа --------------------------------------------- */
.cave-info-image {
    margin: 12px 0 24px;
    text-align: center;
}

.cave-info-image-title {
    border-bottom: 1px solid #8f0000;
    color: #8f0000;
    display: block;
    font: 700 14px/1.3 Verdana, Arial, sans-serif;
    margin: 0 auto 10px;
    padding: 0 24px 5px;
    text-transform: uppercase;
    width: max-content;
}

.cave-info-image-frame {
    background: #fffdf2;
    border: 1px solid #d9bd72;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(88, 50, 12, 0.14), 0 0 0 4px rgba(255, 224, 160, 0.35) inset;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 8px;
}

.cave-info-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    width: auto;
    height: auto;
    padding: 0;
    background: #fff;
    border: 1px solid #d8c280;
    border-radius: 2px;
    box-shadow: none;
}

/* ----- Описание пещеры ----------------------------------------------- */
.cave-info-description-block {
    margin: 18px 0 24px;
}

.cave-info-description-title {
    border-bottom: 2px solid #8f0000;
    color: #8f0000;
    font: 700 18px/1.25 Verdana, "trebuchet ms", Arial, sans-serif;
    margin: 0 0 12px;
    padding: 4px 26px 6px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.cave-info-description-title:hover {
    background: rgba(143, 0, 0, 0.05);
}

.cave-info-description-title::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.2s ease, margin-top 0.2s ease;
}

.cave-info-description-block.is-collapsed .cave-info-description-title {
    margin-bottom: 0;
}

.cave-info-description-block.is-collapsed .cave-info-description-title::after {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.cave-info-description-block.is-collapsed .cave-info-description {
    display: none;
}

.cave-info-description {
    margin: 0;
    padding: 14px 18px;
    background: #fff7d8;
    border: 1px solid #e9c98a;
    border-left: 5px solid #d26720;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(88, 50, 12, 0.08);
    line-height: 1.6;
    color: #2f2616;
    font-size: 13px;
    text-align: left;
}

.cave-info-description:empty {
    display: none;
}

/* ----- Секции (Дроп / Монстры / Тайники) ----------------------------- */
.cave-info-section {
    margin-top: 28px;
}

.cave-info-section-title {
    margin: 0 0 14px;
    padding: 4px 0 6px;
    border-bottom: 2px solid #8f0000;
    color: #8f0000;
    font-family: Verdana, "trebuchet ms", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.cave-info-section-title-red {
    border-bottom-color: #d26720;
    color: #d26720;
}

.cave-info-text {
    margin: 8px 0;
    line-height: 1.5;
}

/* ----- Карточки дропа ------------------------------------------------ */
.cave-info-drop-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: start;
    gap: 14px;
    margin-top: 18px;
}

.cave-info-drop-card {
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 10px 8px;
    background: #fffdf2;
    border: 1px solid #e3cd8a;
    border-top: 3px solid #d26720;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(88, 50, 12, 0.08);
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.cave-info-drop-card:hover {
    box-shadow: 0 4px 12px rgba(143, 0, 0, 0.18);
    transform: translateY(-1px);
}

.cave-info-drop-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 10px;
    padding-bottom: 8px;
    padding-right: 22px;
    border-bottom: 1px solid #f0e0a8;
    color: #8f0000;
    font-family: "trebuchet ms", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.cave-info-drop-card-title:hover {
    background: rgba(143, 0, 0, 0.04);
}

.cave-info-drop-card-title::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.2s ease, margin-top 0.2s ease;
}

.cave-info-drop-card.is-collapsed .cave-info-drop-card-title {
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 0;
}

.cave-info-drop-card.is-collapsed .cave-info-drop-card-title::after {
    transform: rotate(-135deg);
    margin-top: -2px;
}

.cave-info-drop-card.is-collapsed .cave-info-drop-list {
    display: none;
}

.cave-info-drop-card-title-main {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    min-width: 0;
}

.cave-info-drop-card-title img {
    max-width: 36px;
    max-height: 36px;
    margin-left: 0;
    vertical-align: middle;
    object-fit: contain;
}

.cave-info-drop-count {
    background: #8f0000;
    border: 1px solid #6f0000;
    border-radius: 999px;
    color: #fff;
    flex: 0 0 auto;
    font: 700 11px/18px Verdana, Arial, sans-serif;
    min-width: 22px;
    padding: 0 7px;
    text-align: center;
}

/* ----- Панель предметов под группами --------------------------------- */
.cave-info-items-panel {
    display: grid;
    grid-template-columns: 120px minmax(260px, 1fr);
    gap: 14px;
    max-width: 900px;
    margin-top: 14px;
    padding: 14px 14px 8px;
    background: #FFF7D8;
    border: 1px solid #e9c98a;
    border-top: 3px solid #d26720;
    border-radius: 8px;
}

.cave-info-items-side {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    padding: 6px;
    background: #fff;
    border: 1px solid #e3cd8a;
    border-radius: 4px;
}

.cave-info-items-side img {
    max-width: 105px;
    max-height: 140px;
    object-fit: contain;
}

.cave-info-drop-list {
    min-width: 0;
    display: grid;
    gap: 5px;
}

/* ----- Иконка и ряд предмета ----------------------------------------- */
.cave-info-drop-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #d8c280;
    border-radius: 3px;
}

.cave-info-drop-icon img {
    max-width: 28px;
    max-height: 26px;
    object-fit: contain;
}

.cave-info-drop-row {
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 4px 5px;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #efe0a8;
    border-radius: 4px;
}
.cave-info-drop-row:last-child {
    border-bottom: 1px solid #efe0a8;
}

.cave-info-drop-name {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #003399;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

.cave-info-drop-name:hover {
    color: #a00000;
    text-decoration: underline;
}

/* ----- Tooltip предмета ---------------------------------------------- */
#tip .cave-info-item-tip,
#tipfix .cave-info-item-tip {
    color: #111111 !important;
    font: 11px Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 1.28 !important;
    max-width: 310px !important;
}

#tip .cave-info-item-tip-head,
#tipfix .cave-info-item-tip-head {
    display: block !important;
    min-height: 0 !important;
    margin: 0 0 1px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-weight: 700 !important;
}

#tip .cave-info-item-tip-head img,
#tipfix .cave-info-item-tip-head img {
    float: right !important;
    width: auto !important;
    height: auto !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    margin: 0 0 4px 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#tip .cave-info-item-tip b,
#tipfix .cave-info-item-tip b,
#tip .cave-info-item-tip-head b,
#tipfix .cave-info-item-tip-head b,
#tip .cave-info-item-tip-block b,
#tipfix .cave-info-item-tip-block b {
    color: #000000 !important;
    font-size: 11px !important;
}

#tip .cave-info-item-tip-block,
#tipfix .cave-info-item-tip-block {
    margin-top: 4px !important;
}

#tip .cave-info-item-tip-desc,
#tipfix .cave-info-item-tip-desc {
    margin-top: 2px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    color: #333333 !important;
    font-style: italic !important;
}

#tip .cave-info-item-tip hr.dashed,
#tipfix .cave-info-item-tip hr.dashed {
    border: none !important;
    border-top: 1px dashed #aaaaaa !important;
    margin: 3px 0 !important;
}

.cave-info-items-note {
    grid-column: 2;
    margin-top: 10px;
    color: #806640;
    font-size: 11px;
    font-style: italic;
    text-align: center;
}

/* ----- Список тайников ----------------------------------------------- */
.cave-info-stash-list {
    margin: 10px 0 0 8px;
    padding-left: 22px;
    line-height: 1.6;
    list-style: none;
}

.cave-info-stash-list li {
    position: relative;
    padding: 3px 0 3px 4px;
    border-bottom: 1px dotted #e3cd8a;
}
.cave-info-stash-list li:last-child {
    border-bottom: 0;
}
.cave-info-stash-list li::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #d26720;
    border: 1px solid #8f0000;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}

.cave-info-stash-list span {
    color: #555;
    font-size: 12px;
}

.cave-info-stash-list b {
    color: #8f0000;
}

@media (max-width: 1100px) {
    .cave-info-items-panel {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .cave-info-panel {
        padding: 14px 12px 20px;
    }

    .cave-info-heading {
        font-size: 18px;
    }

    .cave-info-section-title {
        font-size: 15px;
    }

    .cave-info-route {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .cave-info-route-label {
        border-right: 0;
        padding-right: 0;
    }

    .cave-info-items-panel {
        grid-template-columns: 1fr;
    }

    .cave-info-items-side {
        min-height: 0;
        justify-content: flex-start;
    }

    .cave-info-items-note {
        grid-column: 1;
        text-align: left;
    }

    .cave-info-drop-cards {
        margin-top: 20px;
        gap: 12px;
    }

    .cave-info-drop-card {
        width: 100%;
        max-width: none;
        padding-top: 14px;
    }
}

.map-trap-tip {
    border: 1px solid #d2ba73;
    background: #fff7d7;
    color: #ff0000;
    font: 13px Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.35;
    margin-top: 4px;
    padding: 6px 8px;
    box-sizing: border-box;
}

.map-bot-drop-line {
    align-items: center;
    display: flex;
    min-height: 20px;
    gap: 4px;
    line-height: 1.25;
}

.map-bot-drop-line a {
    color: #064da8;
    text-decoration: none;
    border-bottom: 1px dotted rgba(6, 77, 168, 0.55);
    line-height: 1.2;
}

.map-bot-drop-line a:hover {
    color: #8f0000;
    border-bottom-color: #8f0000;
}

.map-bot-drop-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    object-fit: contain;
    vertical-align: middle;
}

.map-bot-drop-label {
    padding-left: 22px;
    color: #000000;
}

.map-trap-text {
    padding: 0;
}

.map-trap-join {
    height: 6px;
}

.map-trap-cell-icon {
    position: absolute;
    z-index: 4;
    left: 7px;
    top: 7px;
    width: 26px;
    height: 26px;
    pointer-events: none;
}

.map-trap-cell-icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.map-bot-cell-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center bottom;
}

.map-object-cell-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    object-position: center center;
}

.map-bot-list-img {
    display: block;
    width: 30px !important;
    height: 40px !important;
    max-width: 30px !important;
    max-height: 40px !important;
    object-fit: contain;
}

.map-summary-wrap {
    margin-top: 18px;
    padding: 0 0 10px 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #2a2410;
}

.map-summary-old {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-size: 14px;
    border: 1px solid #9a8d5a;
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
        0 2px 8px rgba(60, 40, 8, .18),
        inset 0 0 0 1px rgba(255, 255, 220, .35);
}

.map-summary-old td {
    border-right: 1px solid #c9b87a;
    border-bottom: 1px solid #c9b87a;
    vertical-align: middle;
}

.map-summary-old tr:last-child td {
    border-bottom: 0;
}

.map-summary-old td:last-child {
    border-right: 0;
}

.map-summary-old-row.is-focused td {
    background-image: linear-gradient(rgba(255, 221, 0, 0.28), rgba(255, 221, 0, 0.28));
    box-shadow: inset 0 0 0 2px #d4a64a;
}

.map-summary-old-head {
    background: linear-gradient(to bottom, #98c8e0 0%, #7ab4d2 55%, #5c9cbe 100%);
    color: #0a1c2a;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px;
    line-height: 1.2;
    border-bottom: 1px solid #3a708e !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .35),
        inset 0 -1px 0 rgba(20, 50, 80, .2);
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: .15px;
}

.map-summary-old-monster {
    min-width: 440px;
}

.map-summary-old-level {
    min-width: 42px;
    text-align: center;
}

.map-summary-old-total-head {
    width: 140px;
}

.map-summary-old-check {
    width: 30px;
    text-align: center;
    border-right: 0 !important;
    padding: 5px 2px;
    background: #ffffcc;
}

.map-summary-old-check input,
.map-summary-old-level-count input {
    width: 14px;
    height: 14px;
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.map-summary-old-icon {
    width: 42px;
    text-align: center;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 5px 2px;
    background: #ffffcc;
}

.map-summary-old-icon img {
    display: inline-block;
    width: 30px !important;
    height: 40px !important;
    object-fit: contain;
    vertical-align: middle;
}

.map-summary-old-name {
    min-width: 330px;
    border-left: 0 !important;
    padding: 6px 12px;
    background: #ffffcc;
}

.map-summary-old-name a {
    font-size: 15px;
    color: #2b5e8c;
    text-decoration: none;
    border-bottom: 1px dotted rgba(43, 94, 140, .4);
    transition: color .12s ease;
}

.map-summary-old-name a:hover {
    color: #1a3a5a;
    border-bottom-color: #2b5e8c;
}

.map-summary-old-level-count {
    min-width: 42px;
    color: #000;
    text-align: center;
    padding: 5px 6px;
    font-weight: bold;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .35),
        inset 0 -1px 0 rgba(0, 0, 0, .12);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.map-summary-old-total {
    width: 140px;
    background: #ffffcc;
    text-align: center;
    font-weight: bold;
    padding: 6px 10px;
    color: #2a2410;
}

.map-summary-old-grand {
    background: #dedede;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 1px solid #b0b0b0 !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    color: #2a2410;
    font-family: Verdana, Arial, sans-serif;
}
