/* カスタムフィールドの表示用スタイル */

/* テーブル形式のカスタムフィールド表示用スタイル */
.af-custom-fields-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.af-custom-fields-table thead th {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.af-custom-fields-table tbody tr {
    border-bottom: 1px solid #eee;
}

.af-custom-fields-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.af-custom-fields-table tbody tr:hover {
    background-color: #f0f0f0;
}

.af-custom-fields-table td {
    padding: 10px;
}

.af-custom-fields-table .af-field-name {
    font-weight: bold;
    width: 30%;
}

.af-table-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

/* デバッグ情報 */
.af-debug-info {
    margin: 20px 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.af-debug-info h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

/* 星評価のスタイル */
.af-field-value.star {
    color: #ffb400;
}
