/* WCEX Face Search */

.face-buttons-title {
    margin: 1.42857em 0 0.5em;
    border-bottom: 3px solid #eee;
    color: #000;
}

.face-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0;
}

.face-btn {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
    transition: border-color 0.2s;
    line-height: 0;
}

.face-btn:hover,
.face-btn:focus {
    border-color: #0073aa;
    outline: none;
}

.face-btn img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* カテゴリ一覧: 顔検索対応バッジ */
.face-badge {
    display: inline-block;
    margin-left: 4px;
    padding: 0 4px;
    border-radius: 10px;
    background: #e6f4ea;
    font-size: 0.9em;
    line-height: 1.4;
    vertical-align: middle;
}

.face-badge-legend {
    margin: 14px 0 0;
    padding: 0;
    color: #555;
    font-size: 1em;
    text-align: right;
}

.face-badge-legend .face-badge {
    margin-left: 0;
    margin-right: 2px;
}

/* 購入フロー: 顔認識告知 */
.face-consent-notice {
    margin: 12px 0;
    padding: 10px 14px;
    background: #f8f8f8;
    border-left: 3px solid #0073aa;
    font-size: 0.85em;
    line-height: 1.6;
}

.face-consent-title {
    font-weight: bold;
    margin: 0 0 4px;
}

.face-consent-desc {
    margin: 0;
    color: #444;
}

/* 顔検索結果ページ */
.face-search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.face-search-item {
    width: 140px;
    text-align: center;
}

.face-search-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.face-search-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.face-search-item .item-title {
    font-size: 0.75em;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
