/**
 * Būrelių tvarkaraštis — table styles.
 * Brand palette: amber #F5AD00 / #8a5e00, dark-green #1D3218.
 *
 * @package TobaltLessonsTimer
 * @since   2.1.0
 */
.tbur { max-width: 1000px; margin: 0 auto; font-family: "Manrope", system-ui, sans-serif; color: #243018; }
.tbur__head { margin-bottom: 18px; }
.tbur__title { margin: 0; font-size: 22px; font-weight: 800; color: #1D3218; }
.tbur__table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; border: 1px solid #ebe5d6; border-radius: 14px; overflow: hidden; }
.tbur__table thead th { background: #1D3218; color: #fff; text-align: left; padding: 12px 14px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.tbur__table tbody td { padding: 12px 14px; border-top: 1px solid #efeadd; vertical-align: top; }
.tbur__table tbody tr:nth-child(even) { background: #faf8f1; }
.tbur__c-nr { width: 42px; color: #8a8470; font-weight: 700; }
.tbur__c-name { font-weight: 700; color: #1D3218; }
.tbur__c-lead { color: #5b6b54; }
.tbur__c-h { width: 48px; text-align: center; }
.tbur__session { display: block; margin-bottom: 6px; }
.tbur__session:last-child { margin-bottom: 0; }
.tbur__day { font-weight: 700; color: #1D3218; }
.tbur__time { color: #243018; }
.tbur__room { color: #8a5e00; display: inline-block; }
.tbur__room::before { content: "\00b7 "; color: #c9c2ac; }

@media (max-width: 640px) {
	.tbur__table, .tbur__table tbody, .tbur__table tr, .tbur__table td { display: block; width: 100%; }
	.tbur__table thead { display: none; }
	.tbur__table { border: 0; background: transparent; }
	.tbur__table tbody tr { background: #fff !important; border: 1px solid #ebe5d6; border-radius: 12px; margin-bottom: 12px; padding: 6px 0; }
	.tbur__table tbody td { border: 0; padding: 6px 16px; }
	.tbur__table tbody td::before { content: attr(data-label) ": "; font-weight: 800; color: #8a8470; font-size: 12px; text-transform: uppercase; }
	.tbur__c-nr { display: inline-block; color: #8a5e00; }
	.tbur__c-name { font-size: 17px; }
}
