
.pdr-feeding-guide-content {
    padding: 75px 0 55px;
    position: relative;
}

.pdr-feeding-guide-content-black {
    background: var(--prodog-black);
}

.pdr-feeding-guide-content-yellow {
    background: var(--prodog-yellow);
}

.pdr-container {
	width: var(--width-base-feeding-guide);
}

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

.pdr-feeding-guide-content-content h2 {
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.pdr-feeding-guide-content-content h2.pdr-h2-margin {
    margin-top: 50px;
}

.pdr-feeding-guide-content-black h2 {
    color: var(--color-white);
}

.pdr-feeding-guide-content-content-content p {
    color: var(--color-white);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

/* 0) Make sure this container can actually wrap around floats */
.pdr-feeding-guide-content .pdr-feeding-guide-content-content {
    display: block;
    overflow: visible;
}

/* Some themes center a fixed-width inner wrapper; let it shrink next to the float */
.pdr-feeding-guide-content .pdr-feeding-guide-content-content > * {
    width: auto;            /* allow shrink-to-fit beside the float */
    margin-left: 0;
    margin-right: auto;     /* left align instead of centered */
    clear: none;            /* defensive reset */
}

/* 1) The auto-inserted wrapper around the image (from your ACF filter) */
.pdr-feeding-guide-content .fullbleed-right {
	float: right;
	--gutter: max(0px, calc((100vw - var(--width-base-feeding-guide)) / 2));
	width: calc(100vw / 2);
	margin-right: calc(-1 * var(--gutter));
	margin-left: 80px;
	margin-bottom: 20px;
    margin-top: 40px;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
	z-index: 1;
}

.pdr-feeding-guide-content .fullbleed-right.pdr-no-margin-top {
    margin-top: 0;
}

/* 2) The image itself: half the container, stuck to the wrapper’s right edge */
.pdr-feeding-guide-content .fullbleed-right img {
    border-radius: 30px;
	display: block;
	max-width: 850px;
	height: auto;
	object-fit: cover;
}

.pdr-feeding-guide-content ul {
    margin-bottom: 30px;
}

.pdr-feeding-guide-content ul li {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}

.pdr-feeding-guide-content ul li:before{
    content: '\f105';
    font-family: "FontAwesome",sans-serif;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -3px;
}

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

.pdr-feeding-guide-content h3 {
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    margin-bottom: 30px;
}

.pdr-feeding-guide-content p{
    margin-bottom: 30px;
}

.pdr-feeding-guide-content-black h2,
.pdr-feeding-guide-content-black h3,
.pdr-feeding-guide-content-black a,
.pdr-feeding-guide-content-black p,
.pdr-feeding-guide-content-black li {
    color: var(--color-white);
}

.pdr-feeding-guide-content-black h4 {
    color: var(--prodog-yellow);
    font-family: var(--font-family-secondary);
    font-weight: var(--font-weight-heavy);
    line-height: var(--line-height-h4);
    margin-bottom: 30px;
}

.pdr-feeding-guide-content-black a {
    border-bottom: 2px solid var(--color-white);
}

.pdr-feeding-guide-content p span {
    color: var(--prodog-yellow);
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.pdr-feeding-guide-content p span a {
    border-bottom: 2px solid var(--prodog-yellow);
    color: var(--prodog-yellow);
}

.pdr-feeding-guide-content p span:before{
    content: '\f105';
    color: var(--prodog-yellow);
    font-family: "FontAwesome",sans-serif;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -5px;
}

.pdr-feeding-guide-content img {
    max-width: 100%;
}

.pdr-feeding-guide-content a.pdr-button {
    width: fit-content;
    min-width: 278px;
}

.pdr-feeding-guide-content-black a.pdr-button {
	border-bottom: none;
}

.pdr-feeding-guide-content-black a.pdr-button:hover {
    color: var(--prodog-black);
    background: var(--prodog-yellow);
    border-color: var(--prodog-yellow);
}

.pdr-feeding-guide-content .pdr-video-feature{
    display:grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px 75px;
    align-items:center;
    background: var(--color-white);
    border-radius:10px;
    padding:20px 30px 20px 20px;
    margin: 75px 0;
}
.pdr-feeding-guide-content .pdr-vf-video,
.pdr-feeding-guide-content .pdr-vf-text{min-width:0}
/* simple order helper for align="right" */
.pdr-feeding-guide-content .order-1{order:1}
.pdr-feeding-guide-content .order-2{order:2}

/* 16:9 responsive wrapper for the video */
.pdr-feeding-guide-content .pdr-vf-responsive{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px}
.pdr-feeding-guide-content .pdr-vf-responsive iframe,
.pdr-feeding-guide-content .pdr-vf-responsive > *{
    position:absolute; inset:0; width:100%; height:100%;
}

.pdr-section.pdr-feeding-guide-content h2.pdr-vf-title{
    color: var(--prodog-black);
    font-size: 20px !important;
    text-transform: none;
    line-height:1.2;
}

.pdr-vf-content p{
    color: var(--prodog-black);
}

.pdr-feeding-guide-references-content-content ol {
    list-style: decimal;
    padding-left: 20px;
}

@media (max-width: 1599px) {

    .pdr-feeding-guide-content .fullbleed-right img {
        max-width: 800px;
    }

}

@media (max-width: 1399px) {

    .pdr-feeding-guide-content .fullbleed-right img {
    	max-width: 700px;
    }

}

@media (max-width: 1299px) {

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

    .pdr-feeding-guide-content .fullbleed-right {
    	margin-left: 60px;
        position: relative;
        right: -20px;
    }

}

@media (max-width: 1199px) {

    .pdr-feeding-guide-content .fullbleed-right {
    	float: right;
    	width: calc(50% - 20px);
    	margin-right: -20px;
    	margin-left: 20px;
    	margin-bottom: 20px;
    	margin-top: 40px;
    }

    .pdr-feeding-guide-content .fullbleed-right img {
    	border-radius: 30px 0 0 30px;
    	max-width: 100%;
    }

}

@media (max-width: 960px){
    .pdr-feeding-guide-content .pdr-video-feature{grid-template-columns:1fr}
    .pdr-feeding-guide-content .pdr-vf-video{order:1}
    .pdr-feeding-guide-content .pdr-vf-text{order:2}

    .pdr-feeding-guide-content-content h2 {
    	line-height: 35px;
    }

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

}

@media (max-width: 767px) {

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

    .pdr-feeding-guide-content-content-content p {
    	font-size: 20px;
    	line-height: 24px;
    }

    .pdr-feeding-guide-content-content h2 {
    	line-height: 25px;
    }

    .pdr-feeding-guide-content .pdr-video-feature {
    	margin: 35px 0;
    }

    .pdr-feeding-guide-content-content h2,
    .pdr-feeding-guide-content p {
    	margin-bottom: 20px;
    }

    .pdr-feeding-guide-content ul li {
    	margin-bottom: 15px;
    	padding-left: 20px;
    }

    .pdr-feeding-guide-content ul li::before {
    	font-size: 20px;
    	top: -1px;
    }

    .pdr-feeding-guide-content p span {
    	padding-left: 20px;
    	margin-bottom: 50px;
    }

    .pdr-feeding-guide-content p span::before {
    	font-size: 20px;
    	top: 1px;
    }

    .pdr-feeding-guide-content .fullbleed-right {
    	float: none;
    	width: 100%;
    	margin-right: 0;
    	margin-left: 0;
    	margin-bottom: 40px;
    	margin-top: 40px;
        right: 0;
    }

    .pdr-feeding-guide-content .fullbleed-right img {
    	border-radius: 30px;
    }

}

@media (max-width: 499px) {

    .pdr-feeding-guide-content ul {
    	margin-bottom: 20px;
    }

    .pdr-feeding-guide-content-content p {
    	font-size: 16px;
        line-height: 20px;
    }

    .pdr-feeding-guide-content-black h4,
    .pdr-feeding-guide-content h3 {
    	margin-bottom: 20px;
    }

    .pdr-feeding-guide-content-content-content {
    	margin-bottom: 25px;
    }

    .pdr-feeding-guide-content .fullbleed-right {
    	margin-bottom: 20px;
    	margin-top: 20px;
    }

    .pdr-feeding-guide-content-content h2.pdr-h2-margin {
    	margin-top: 30px;
    }

    .pdr-section.pdr-feeding-guide-facts-grid h2 {
    	margin-bottom: 20px;
    }

    .pdr-feeding-guide-content p span {
    	margin-bottom: 30px;
    }

    .pdr-feeding-guide-content .pdr-video-feature {
    	gap: 30px 75px;
    }

}
