/* 共通スタイル */
.w-90 { width: 90px !important; }
.w-140 { width: 140px !important; }
.w-420 { width: 420px !important; }
.min-w-180 { min-width: 180px !important; }
.min-w-200 { min-width: 200px !important; }
.min-h-50vh { min-height: 50vh !important; }
.d-none { display: none !important; }
.m-0 { margin: 0 !important; }
.mt-05rem { margin-top: 0.5rem !important; }
.mb-05rem { margin-bottom: 0.5rem !important; }
.text-red { color: red !important; }

/* LLM DB Result */
.llm-db-result {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
