/* 메소마켓 효율 계산기 전용 스타일 */

.meso-market-info {
    margin-top: 1.5em;
}

#mesoMarket .mTable td[data-label="추천 방식"],
#mesoMarket .mTable td:last-child {
    white-space: normal !important;
    word-break: keep-all;
    line-height: 1.5;
}

/* 메소마켓 페이지의 특수 강조 효과 등 */
body.dark-mode .meso-market-info {
    border-top: 1px solid #333;
}
