.guide-global {padding: var(--resp);border-radius: var(--radius);border: 4px solid var(--gr-2)}.guide {display: flex;column-gap: 2rem}.guide p {margin-bottom: 1.5rem}.guide-drp {display: flex;justify-content: flex-end;align-items: flex-end;}.guide-drps {font-size: .8rem;color: var(--color-2) }.guide-img-300 {width: 300px;flex-shrink: 0;margin-bottom: var(--size-md)}.guide-img-200 {width: 200px;flex-shrink: 0;margin-bottom: var(--size-md)}.guide-age {width: 100%;margin-bottom: var(--size-md) }.guide-age td {padding: .5rem 1rem;border: 1px solid var(--gr-2) }.guide-age tr:first-child td {background-color: var(--gr-0);font-weight: bold }.guide ul {width: 100%;color: var(--color-3);grid-template-columns: repeat(auto-fill,minmax(300px,1fr));grid-gap: 1.5em;display: grid;margin-bottom: var(--size-md) }.guide ul li {padding: var(--size-md);border: 1px solid var(--gr-1);border-radius: var(--radius);background-color: var(--gr-0);display: flex;align-items: center;justify-content: center;}.guide-logo-purina {display:inline-block;flex-shrink: 0;width: 100px;height: 30px;margin-left: .5rem;background: url('/media/guide-logo-proplan-w.png') no-repeat center;}body.dark .guide-logo-purina {background: url('/media/guide-logo-proplan-b.png') no-repeat center }@media only screen and (max-width: 700px) {.guide {flex-direction: column;}.guide-img-300 {width: 100%}}