
.pdr-feeding-guide-feeding-chart {
	background: var(--prodog-black);
    padding: 65px 0;
}

.pdr-section.pdr-feeding-guide-feeding-chart h2{
    color: var(--prodog-yellow);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    margin-bottom: 24px;
	text-align: center;
    text-transform: uppercase;
}

.pdr-feeding-guide-feeding-chart-content {
	margin: 0 auto 25px;
	max-width: 100%;
	text-align: center;
	width: 690px;
}

.pdr-feeding-guide-feeding-chart-content li,
.pdr-feeding-guide-feeding-chart-content p {
    color: var(--color-white);
}

.pdr-feeding-guide-feeding-chart-content strong {
	font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
}

.pdr-feeding-guide-feeding-chart-items {
	margin: 0 auto;
	max-width: 100%;
	width: 500px;
}

.pdr-feeding-guide-feeding-chart-items th {
	color: var(--prodog-yellow);
	font-family: var(--font-family-secondary);
	font-size: 24px;
    font-weight: var(--font-weight-heavy);
	line-height: 1;
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase;
}

.pdr-feeding-guide-feeding-chart-items th.pdr-feeding-guide-feeding-chart-items-amount-title {
	color: var(--color-white);
}

.pdr-feeding-guide-feeding-chart-items tbody td {
	padding-bottom: 10px;
}

.pdr-feeding-guide-feeding-chart-items tbody td.pdr-feeding-guide-feeding-chart-items-age span {
	background: var(--prodog-yellow);
	border-radius: 6px 0 0 6px;
	color: var(--prodog-black);
	display: block;
	font-family: var(--font-family-secondary);
	font-size: 16px;
    font-weight: var(--font-weight-heavy);
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
}

.pdr-feeding-guide-feeding-chart-items tbody td.pdr-feeding-guide-feeding-chart-items-amount span {
	background: var(--color-white);
	border-radius: 0 6px 6px 0;
	color: var(--prodog-black);
	display: block;
	font-family: var(--font-family-secondary);
	font-size: 16px;
    font-weight: var(--font-weight-heavy);
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
}


@media (max-width: 1299px) {

    .pdr-section.pdr-feeding-guide-feeding-chart .pdr-container {
        padding: 0 20px;
    }

}

@media (max-width: 767px) {

	.pdr-feeding-guide-feeding-chart {
	    padding: 35px 0;
	}

	.pdr-feeding-guide-feeding-chart-items th {
    	font-size: 18px;
    }

}

@media (max-width: 499px) {

    .pdr-section.pdr-feeding-guide-feeding-chart h2 {
    	font-size: 24px;
    }

	.pdr-feeding-guide-feeding-chart-items th {
		font-size: 15px;
	}

	/* Hide the header row on mobile */
	.pdr-feeding-guide-feeding-chart-items thead {
		display: none;
	}

	/* Make each table row a block "card" */
	.pdr-feeding-guide-feeding-chart-items tbody tr {
		display: block;
		margin-bottom: 10px; /* space between cards */
	}

	/* Make each cell full-width, stacked */
	.pdr-feeding-guide-feeding-chart-items tbody td {
		display: block;
		padding-bottom: 0; /* we’ll use the inner span’s padding */
	}

	/* Top piece (Age) – round top corners */
	.pdr-feeding-guide-feeding-chart-items tbody td.pdr-feeding-guide-feeding-chart-items-age span {
		border-radius: 6px 6px 0 0;   /* instead of left/right */
	}

	/* Bottom piece (Amount) – round bottom corners */
	.pdr-feeding-guide-feeding-chart-items tbody td.pdr-feeding-guide-feeding-chart-items-amount span {
		border-radius: 0 0 6px 6px;   /* instead of left/right */
	}

	/* Optional: add a subtle gap between the two stacked spans */
	.pdr-feeding-guide-feeding-chart-items tbody td.pdr-feeding-guide-feeding-chart-items-age {
		margin-bottom: 4px;
	}

}
