
a {
    border-bottom: 2px solid var(--prodog-black);
    color: var(--prodog-black);
    text-decoration: none;
}

img {
    height: auto;
}

.pdr-section{
    width: 100%;
    clear: both;
    font-size: var(--font-size-base);
}

.pdr-section h1,
.pdr-section h2 {
    color: var(--prodog-black);
    font-size: var(--font-size-h1);
    font-weight: var(--heading-font-weight);
    font-family: var(--heading-font-family);
    margin: var(--heading-margin);
    line-height: var(--line-height-base);
}

.pdr-section h1 {
    text-transform: var(--heading-text-transform);
}

.pdr-section h2 {
    font-size: var(--font-size-h2);
}

.pdr-section h2 span {
    display: block;
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h3);
    margin-bottom: 0;
    text-transform: none;
}

.pdr-section p {
    margin: var(--base-margin);
    line-height: var(--line-height-base);
}

.pdr-section li {
    margin: 0 0 10px;
    line-height: var(--line-height-base);
}

.pdr-section a{
    transition: var(--transition-medium);
}

.pdr-container{
    max-width: 100%;
    width: var(--width-base);
    margin: 0 auto;
    position: relative;
}

.pdr-button, .pdr-button-buy {
    align-items: center;
    background: var(--prodog-bright-green);
	border: 2px solid var(--prodog-bright-green);
    border-radius: 28px;
	color: var(--color-white);
    cursor: pointer;
    display: flex;
	font-size: var(--font-size-btn);
	font-weight: var(--font-weight-btn);
	font-family: var(--heading-font-family);
    justify-content: center;
    line-height: 1;
	padding: 15px;
	margin-bottom: 0;
    max-width: 100%;
    text-decoration: none;
    transition: var(--transition-medium);
    width: 278px;
}

.pdr-button:hover, .pdr-button-buy:hover {
    background: var(--prodog-black);
    border: 2px solid var(--prodog-black);
    color: var(--prodog-yellow);
}

.pdr-button-yellow {
    background: var(--prodog-yellow);
    border: 2px solid var(--prodog-yellow);
    color: var(--prodog-black);
}

.pdr-button-yellow:hover {
    border: 2px solid var(--prodog-yellow);
}

.pdr-button-yellow-reverse {
    background: var(--prodog-black);
    border: 2px solid var(--prodog-yellow);
    color: var(--prodog-yellow);
}

.pdr-button-yellow-reverse:hover {
    background: var(--prodog-yellow);
    border: 2px solid var(--prodog-yellow);
    color: var(--prodog-black);
}
