/* backend/static/css/deity_list.css */

/* 吉神・凶神カードのボーダーアクセント (style.cssの色定義と合わせる) */
.good-card { border-left: 5px solid #198754; }
.bad-card { border-left: 5px solid #dc3545; }

/* 読み仮名 */
.card-title .badge { font-family: serif; }

/* 検索ボックス */
#deitySearchInput:focus {
    box-shadow: none;
    border-color: #ced4da;
}
.input-group:focus-within {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: box-shadow 0.3s;
}

.no-result-msg { margin-top: 20px; font-size: 0.9rem; }