/* monster.css */

/* ── 몬스터 테이블 ── */
.monster__table {
    width: 100%;
    padding-top: 5px;
}

.monster__table td {
    padding: 0;
    height: 20px;
}

/* ── 몬스터 이미지 ── */
.resource-cell {
    width: 140px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

.monster-img {
    height: 189px;
    width: 140px;
    max-width: none;
    object-fit: none;
    object-position: center;
}

/* ── 필터 테이블 ── */
.property__table {
    padding: 0;
    margin: 10px 0;
    border-spacing: 10px 2px;
    border-collapse: separate;
}

.monster__filter td {
    width: 30px;
    height: 25px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.monster__key   { width: 46px; }
.monster__value { width: 100px; }

.chk_button {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: -5px;
    opacity: 0;
}

.property__table td {
    border: 1px solid rgb(66, 99, 195);
    width: 70px;
    height: 16px;
    text-align: center;
    color: rgb(66, 195, 99);
}
