.dondog-before-after{--dondog-ba-card-width:410px;--dondog-ba-image-height:330px;--dondog-ba-text:#1a1a1a;--dondog-ba-muted:#6b6560;--dondog-ba-green:#7a8b6f;width:100%;margin:0;padding:0;color:var(--dondog-ba-text);font-family:var(--dondog-font-primary)}.dondog-before-after,.dondog-before-after *{box-sizing:border-box}.dondog-before-after__grid{display:grid;grid-template-columns:repeat(3,minmax(0,var(--dondog-ba-card-width)));justify-content:center;gap:32px;width:100%;margin:0 auto;padding:0}.dondog-before-after__card{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:var(--dondog-ba-card-width);margin:0;padding:0}.dondog-before-after__images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;height:var(--dondog-ba-image-height);overflow:hidden;border-radius:16px}.dondog-before-after__image{position:relative;min-width:0;height:var(--dondog-ba-image-height);margin:0;overflow:hidden;background:#f5f3ed}.dondog-before-after__img{display:block;width:100%!important;max-width:none;height:100%!important;object-fit:cover;object-position:center}.dondog-before-after__badge{position:absolute;bottom:12px;display:inline-flex;align-items:center;justify-content:center;min-width:38.88px;height:32px;padding:0 12px;border-radius:999px;background:rgb(255 255 255 / .9);color:var(--dondog-ba-muted);font-size:12px;font-weight:500;line-height:18px}.dondog-before-after__image--before .dondog-before-after__badge{left:12px}.dondog-before-after__image--after .dondog-before-after__badge{right:12px;background:var(--dondog-ba-green);color:#fff}.dondog-before-after__placeholder-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--dondog-ba-muted);font-size:12px;font-weight:500}.dondog-before-after__content{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:0 4px}.dondog-before-after__name{width:100%;margin:0;color:var(--dondog-ba-text);font-family:var(--dondog-font-primary);font-size:16px;font-weight:600;line-height:24px}.dondog-before-after__breed{width:100%;margin:0;color:var(--dondog-ba-muted);font-size:14px;font-weight:400;line-height:21px}@media (max-width:1100px){.dondog-before-after__grid{grid-template-columns:repeat(2,minmax(0,var(--dondog-ba-card-width)))}.dondog-before-after__card:nth-child(odd):last-child{grid-column:1/-1;justify-self:center}}@media (max-width:720px){.dondog-before-after{--dondog-ba-image-height:320px}.dondog-before-after__grid{grid-template-columns:minmax(0,var(--dondog-ba-card-width));gap:28px}.dondog-before-after__card:nth-child(odd):last-child{grid-column:auto}}@media (max-width:390px){.dondog-before-after{--dondog-ba-image-height:300px}}