.gt-jra-entry-list {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(216, 182, 74, .24);
}
.gt-jra-entry-list > strong { display: block; margin-bottom: 10px; color: #d8b64a; font-size: 13px; }
.gt-jra-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
.gt-jra-entry { display: grid; grid-template-columns: 24px 24px minmax(0, 1fr); align-items: center; gap: 7px; min-width: 0; padding: 7px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 13px; }
.gt-jra-entry > span:last-child { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gt-jra-waku { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .45); background: #fff; color: #111; font-size: 11px; font-weight: 900; }
.gt-jra-waku.w2 { background: #222; color: #fff; }
.gt-jra-waku.w3 { background: #d93636; color: #fff; }
.gt-jra-waku.w4 { background: #4269bd; color: #fff; }
.gt-jra-waku.w5 { background: #e5cf32; color: #111; }
.gt-jra-waku.w6 { background: #4a9b55; color: #fff; }
.gt-jra-waku.w7 { background: #e78334; color: #fff; }
.gt-jra-waku.w8 { background: #e78aaa; color: #111; }
.gt-jra-empty { padding: 20px 4px; color: #aeb9c8; }
.gt-jra-analysis-table td:nth-child(3) { color: inherit; font-weight: inherit; }
.gt-jra-analysis-table td:nth-child(4), .gt-jra-analysis-table td:nth-child(5) { color: #d8b64a; font-weight: 900; }
@media (max-width: 600px) {
	.gt-jra-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 8px; }
	.gt-jra-entry { grid-template-columns: 22px 20px minmax(0, 1fr); gap: 4px; font-size: 11px; }
	.gt-jra-waku { width: 20px; height: 20px; }
}

/* 3レースが同じ曜日でも、出馬表の横幅を潰さない。 */
.gt-jra-page .gt-jra-race-grid.gt-jra-featured-grid.is-count-3 {
	grid-template-columns: minmax(0, 1fr) !important;
}
