body {
  font-family: Arial, sans-serif;
  color: #2f2f2f;
}

.pp-header-area {
  background-image: linear-gradient(rgba(41,169,225,.88), rgba(41,169,225,.88)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
}

.pp-site-logo img {
  max-width: 260px;
  height: auto;
}

.pp-contact-box {
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.pp-animal-card {
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  height: 100%;
}

.pp-animal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0,0,0,.14);
}

.pp-animal-card img,
.pp-welcome-image img {
  border-radius: 6px;
}

.wp-block-navigation a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 768px) {
  .pp-hero-section .wp-block-heading {
    font-size: 32px !important;
  }

  .pp-hero-section p {
    font-size: 17px !important;
  }
}

/* Top Bar Base */
.pp-top-bar {
    background: linear-gradient(90deg, #8BC53F, #7ab832);
    width: 100%;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Inner */
.pp-top-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Right Items */
.pp-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Item Style */
.pp-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    transition: all 0.3s ease;
}

/* Icon Style */
.pp-icon {
    font-size: 15px;
    transform: translateY(1px);
}

/* Hover Effect */
.pp-item:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

/* Separator Stylish */
.pp-separator {
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.4);
}

/* Mobile */
@media (max-width: 768px) {
    .pp-top-bar-inner {
        justify-content: center;
    }

    .pp-top-right {
        flex-direction: column;
        gap: 5px;
    }

    .pp-separator {
        display: none;
    }
}

.pp-social-widget {
    max-width: 680px;
}

.pp-social-heading-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.pp-social-leaf {
    width: 42px;
    height: auto;
}

.pp-social-heading {
    margin: 0;
    color: #8bbf32;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Georgia, "Trebuchet MS", cursive, sans-serif;
    letter-spacing: 1px;
}

.pp-fb-card {
    display: block;
    text-decoration: none;
    background: #e9eaed;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.pp-fb-cover {
    position: relative;
    background: #f1f1f1;
}

.pp-fb-cover > img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
}

.pp-fb-overlay {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.pp-fb-profile img {
    width: 102px;
    height: 102px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    background: #fff;
}

.pp-fb-info {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.55);
    padding-top: 6px;
}

.pp-fb-title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.05;
    margin-bottom: 6px;
}

.pp-fb-followers {
    font-size: 22px;
    font-weight: 400;
}

.pp-fb-actions {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    display: flex;
    justify-content: space-between;
}

.pp-fb-btn {
    background: #f5f6f7;
    border: 1px solid #ccd0d5;
    color: #4b4f56;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
}

@media (max-width: 768px) {
    .pp-social-heading {
        font-size: 28px;
    }

    .pp-fb-cover > img {
        height: 210px;
    }

    .pp-fb-profile img {
        width: 78px;
        height: 78px;
    }

    .pp-fb-title {
        font-size: 24px;
    }

    .pp-fb-followers {
        font-size: 16px;
    }

    .pp-fb-btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media (max-width: 520px) {
    .pp-fb-overlay {
        top: 14px;
        left: 14px;
        gap: 10px;
    }

    .pp-fb-actions {
        left: 14px;
        right: 14px;
        bottom: 10px;
        gap: 10px;
    }

    .pp-fb-btn {
        flex: 1;
        text-align: center;
    }

    .pp-fb-title {
        font-size: 20px;
    }

    .pp-fb-followers {
        font-size: 14px;
    }
}

.site-main .wp-block-group__inner-container {
    padding: 0px !important;
}


.pp-blog-cat-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto -20px;
    text-align: center;
    z-index: 5;
}

.pp-blog-cat {
    max-width: 320px;
    width: 100%;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0 18px 28px rgba(0,0,0,0.18));
    transform: translateY(20px);
}

.pp-latest-posts-section {
    position: relative;
    z-index: 1;
}

.pp-section-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #f26522;
    margin-bottom: 8px;
}

.pp-latest-posts-section h2 {
    margin-bottom: 10px;
}

.pp-latest-posts {
    margin-top: 30px;
}

.pp-latest-posts .wp-block-post-template {
    gap: 24px;
}

.pp-post-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform .3s ease, box-shadow .3s ease;
}

.pp-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.pp-post-card .wp-block-post-featured-image {
    margin: 0;
}

.pp-post-card .wp-block-post-featured-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pp-post-card .wp-block-post-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
}

.pp-post-card .wp-block-post-title a {
    color: #111;
    text-decoration: none;
}

.pp-post-card .wp-block-post-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.pp-post-card .wp-block-read-more {
    display: inline-block;
    padding: 10px 16px;
    background: #f26522;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.pp-post-card .wp-block-read-more:hover {
    background: #d95416;
    color: #fff;
}

@media (max-width: 768px) {
    .pp-blog-cat {
        max-width: 220px;
        transform: translateY(10px);
    }

    .pp-latest-posts-section {
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }

    .pp-latest-posts-section h2 {
        font-size: 30px !important;
    }
}

.pp-about-page {
    background: #efefef;
}

.pp-about-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.pp-about-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
}

.pp-about-leaf {
    width: 36px;
    height: auto;
}

.pp-about-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    color: #8bbf32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: Georgia, "Trebuchet MS", serif;
}

.pp-about-text {
    max-width: 980px;
    margin-bottom: 34px;
}

.pp-about-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    margin: 0 0 16px;
}

.pp-about-gallery {
    margin-top: 20px;
}

.pp-about-image-frame {
    margin: 0;
}

.pp-about-image-frame img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .pp-about-title {
        font-size: 28px;
    }

    .pp-about-text p {
        font-size: 17px;
    }

    .pp-about-image-frame img {
        aspect-ratio: auto;
    }
}

@media (max-width: 768px) {
    .pp-about-page {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .pp-about-title-wrap {
        margin-bottom: 24px;
    }

    .pp-about-title {
        font-size: 24px;
    }

    .pp-about-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .pp-about-gallery {
        gap: 20px;
    }
}

.pp-contact-page {
    background: #efefef;
}

.pp-contact-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pp-contact-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.pp-contact-leaf {
    width: 36px;
    height: auto;
}

.pp-contact-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    color: #8bbf32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: Georgia, "Trebuchet MS", serif;
}

.pp-contact-intro {
    margin-bottom: 34px;
    max-width: 1040px;
}

.pp-contact-intro p {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    margin: 0;
}

.pp-contact-subtitle {
    font-size: 30px;
    line-height: 1.2;
    color: #8bbf32;
    margin-bottom: 14px;
    font-family: Georgia, "Trebuchet MS", serif;
}

.pp-contact-columns p {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    margin-top: 0;
    margin-bottom: 14px;
}

.pp-contact-columns a {
    color: #8bbf32;
    text-decoration: none;
    font-weight: 600;
}

.pp-contact-columns a:hover {
    text-decoration: underline;
}

.pp-contact-message-box {
    background: rgba(255,255,255,0.55);
    padding: 28px 30px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .pp-contact-title {
        font-size: 28px;
    }

    .pp-contact-subtitle {
        font-size: 26px;
    }

    .pp-contact-intro p,
    .pp-contact-columns p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .pp-contact-page {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .pp-contact-title {
        font-size: 24px;
    }

    .pp-contact-subtitle {
        font-size: 22px;
    }

    .pp-contact-intro p,
    .pp-contact-columns p {
        font-size: 16px;
        line-height: 1.7;
    }

    .pp-contact-message-box {
        padding: 22px 20px;
    }
}

.pp-reviews-page {
    background: #efefef;
}

.pp-reviews-inner {
    max-width: 1050px;
    margin: 0 auto;
}

.pp-reviews-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
}

.pp-reviews-leaf {
    width: 36px;
    height: auto;
}

.pp-reviews-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    color: #8bbf32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: Georgia, "Trebuchet MS", serif;
}

.pp-reviews-intro {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    max-width: 900px;
    margin-bottom: 34px;
}

.pp-review-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.pp-review-card {
    background: #fff;
    border-left: 8px solid #8bbf32;
    padding: 26px 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.pp-review-text {
    font-size: 20px;
    line-height: 1.8;
    color: #222;
    margin: 0 0 16px;
}

.pp-review-author {
    font-size: 17px;
    font-weight: 700;
    color: #8bbf32;
    margin: 0;
}

@media (max-width: 991px) {
    .pp-reviews-title {
        font-size: 28px;
    }

    .pp-reviews-intro {
        font-size: 17px;
    }

    .pp-review-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .pp-reviews-page {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .pp-reviews-title {
        font-size: 24px;
    }

    .pp-reviews-intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .pp-review-card {
        padding: 20px 18px;
    }

    .pp-review-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .pp-review-author {
        font-size: 15px;
    }
}

.pp-news-page {
    background: #efefef;
}

.pp-news-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.pp-news-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.pp-news-leaf {
    width: 36px;
    height: auto;
}

.pp-news-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    color: #8bbf32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: Georgia, "Trebuchet MS", serif;
}

.pp-news-intro {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    margin-bottom: 34px;
    max-width: 860px;
}

.pp-news-query {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pp-news-card {
    background: #fff;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    border-left: 8px solid #8bbf32;
}

.pp-news-card .wp-block-post-featured-image {
    margin: 0;
}

.pp-news-card .wp-block-post-featured-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pp-news-date {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #f26522;
    margin-bottom: 12px;
}

.pp-news-post-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.25;
}

.pp-news-post-title a {
    text-decoration: none;
    color: #222;
}

.pp-news-post-title a:hover {
    color: #8bbf32;
}

.pp-news-card .wp-block-post-excerpt {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 16px;
}

.pp-news-readmore,
.pp-news-card .wp-block-read-more {
    display: inline-block;
    background: #f26522;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
}

.pp-news-card .wp-block-read-more:hover {
    background: #d95416;
    color: #fff;
}

@media (max-width: 991px) {
    .pp-news-title {
        font-size: 28px;
    }

    .pp-news-intro {
        font-size: 17px;
    }

    .pp-news-post-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .pp-news-page {
        padding-top: 35px !important;
        padding-bottom: 45px !important;
    }

    .pp-news-title {
        font-size: 24px;
    }

    .pp-news-intro {
        font-size: 16px;
        line-height: 1.7;
    }

    .pp-news-card {
        padding: 16px;
    }

    .pp-news-card .wp-block-columns {
        flex-direction: column !important;
    }

    .pp-news-card .wp-block-column {
        flex-basis: 100% !important;
    }

    .pp-news-card .wp-block-post-featured-image img {
        height: auto;
    }

    .pp-news-post-title {
        font-size: 22px;
    }
}

.pp-business-info-box {
    margin: 34px 0 40px;
    background: #ffffff;
    padding: 28px 30px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.pp-business-info-title {
    margin: 0 0 24px;
    font-size: 28px;
    line-height: 1.2;
    color: #8bbf32;
    font-family: Georgia, "Trebuchet MS", serif;
    text-transform: uppercase;
}

.pp-business-item {
    padding: 0 0 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

.pp-business-item-full {
    margin-top: 10px;
}

.pp-business-label {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.3;
    color: #222;
    font-weight: 700;
}

.pp-business-value {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

.pp-business-value a {
    color: #1b66b1;
    text-decoration: none;
    word-break: break-word;
}

.pp-business-value a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .pp-business-info-title {
        font-size: 24px;
    }

    .pp-business-label {
        font-size: 20px;
    }

    .pp-business-value {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .pp-business-info-box {
        padding: 20px 18px;
        margin: 26px 0 30px;
    }

    .pp-business-info-title {
        font-size: 22px;
    }

    .pp-business-label {
        font-size: 18px;
    }

    .pp-business-value {
        font-size: 16px;
        line-height: 1.65;
    }
}

.pp-footer-main {
    padding: 50px 20px;
    background: #ffffff;
}

.pp-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.pp-footer-col {
    flex: 1;
}

.pp-footer-col h3 {
    margin-bottom: 10px;
}

.pp-footer-col p {
    margin: 6px 0;
    font-size: 15px;
    line-height: 1.6;
	  color: #000000;
	
}

.pp-footer-bottom {
    background: #8bc53f;
    text-align: center;
    padding: 16px 20px;
}

.pp-footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
    .pp-footer-inner {
        flex-direction: column;
    }
}

.pp-small-page {
    background: #efefef;
}

.pp-small-inner {
    max-width: 1050px;
    margin: 0 auto;
}

/* TITLE */
.pp-small-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.pp-small-leaf {
    width: 36px;
}

.pp-small-title {
    margin: 0;
    font-size: 32px;
    color: #8bbf32;
    text-transform: uppercase;
    font-family: Georgia, serif;
}

/* TEXT */
.pp-small-text {
    margin-bottom: 35px;
}

.pp-small-text p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 14px;
    color: #222;
}

/* GALLERY */
.pp-small-gallery {
    display: flex;
    gap: 30px;
}

.pp-small-img {
    flex: 1;
}

.pp-small-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 8px solid #8bbf32;
}

/* MOBILE */
@media (max-width: 768px) {

    .pp-small-gallery {
        flex-direction: column;
    }

    .pp-small-img img {
        height: auto;
    }

    .pp-small-title {
        font-size: 24px;
    }

    .pp-small-text p {
        font-size: 16px;
    }
}

.pp-small-latest {
    margin-top: 55px;
}

.pp-small-latest-head {
    margin-bottom: 28px;
}

.pp-small-latest-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #f26522;
    margin: 0 0 8px;
}

.pp-small-latest-head h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.1;
    color: #222;
}

.pp-small-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.pp-small-posts-wrap .wp-block-post-template,
.pp-small-post-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-small-post-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    height: 100%;
}

.pp-small-post-card .wp-block-post-featured-image {
    margin: 0;
}

.pp-small-post-card .wp-block-post-featured-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.pp-small-post-content {
    padding: 18px 18px 20px;
}

.pp-small-post-date {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8bbf32;
    margin-bottom: 10px;
}

.pp-small-post-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
}

.pp-small-post-title a {
    color: #222;
    text-decoration: none;
}

.pp-small-post-title a:hover {
    color: #8bbf32;
}

.pp-small-post-card .wp-block-post-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.pp-small-readmore,
.pp-small-post-card .wp-block-read-more {
    display: inline-block;
    background: #f26522;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.pp-small-post-card .wp-block-read-more:hover {
    background: #d95416;
    color: #fff;
}

@media (max-width: 768px) {
    .pp-small-latest {
        margin-top: 40px;
    }

    .pp-small-latest-head h2 {
        font-size: 30px;
    }

    .pp-small-latest-head p {
        font-size: 16px;
    }

    .pp-small-posts-wrap .wp-block-post-template,
    .pp-small-post-grid {
        grid-template-columns: 1fr !important;
    }

    .pp-small-post-title {
        font-size: 21px;
    }
}

/* Small Animals category top content */
.pp-small-cat-top {
    max-width: 1050px;
    margin: 0 auto 40px;
}

.pp-small-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.pp-small-cat-leaf {
    width: 36px;
    height: auto;
}

.pp-small-cat-title {
    margin: 0;
    font-size: 32px;
    color: #8bbf32;
    text-transform: uppercase;
    font-family: Georgia, serif;
    line-height: 1.1;
}

.pp-small-cat-text {
    margin-bottom: 34px;
}

.pp-small-cat-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #222;
    margin: 0 0 14px;
}

.pp-small-cat-gallery {
    display: flex;
    gap: 34px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.pp-small-cat-img {
    flex: 1;
}

.pp-small-cat-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    box-sizing: border-box;
}

.pp-small-cat-latest-head {
    margin-top: 10px;
    margin-bottom: 24px;
}

.pp-small-cat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #f26522;
    margin: 0 0 8px;
}

.pp-small-cat-latest-head h2 {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.1;
    color: #222;
}

.pp-small-cat-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

/* Category archive layout */
.archive.category .inside-article {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    overflow: hidden;
    padding-bottom: 20px;
}

.archive.category .post-image img,
.archive.category .featured-image img,
.archive.category .inside-article .post-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.archive.category .entry-header,
.archive.category .entry-summary,
.archive.category .entry-meta,
.archive.category footer.entry-meta {
    padding-left: 20px;
    padding-right: 20px;
}

.archive.category .entry-title {
    font-size: 26px;
    line-height: 1.3;
}

/* Small Animals archive 2-column posts */
@media (min-width: 992px) {
    body.category-small-animals .site-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    body.category-small-animals .site-main > .archive-description,
    body.category-small-animals .site-main > .page-header,
    body.category-small-animals .site-main > nav {
        grid-column: 1 / -1;
    }
}

/* Hide default archive title if needed */
body.category-small-animals .page-header {
    display: none;
}

@media (max-width: 768px) {
    .pp-small-cat-title {
        font-size: 24px;
    }

    .pp-small-cat-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    .pp-small-cat-gallery {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }

    .pp-small-cat-img img {
        height: auto;
    }

    .pp-small-cat-latest-head h2 {
        font-size: 30px;
    }

    .pp-small-cat-latest-head p {
        font-size: 16px;
    }

    body.category-small-animals .site-main {
        display: block;
    }
}

.pp-small-cat-top {
    max-width: 1120px;
    margin: 0 auto 55px;
    background: #f8f8f8;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.pp-small-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.pp-small-cat-leaf {
    width: 42px;
    height: auto;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.08));
}

.pp-small-cat-title {
    margin: 0;
    font-size: 46px;
    line-height: 1;
    color: #8bbf32;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: Georgia, serif;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}

.pp-small-cat-text {
    max-width: 1020px;
    margin-bottom: 34px;
}

.pp-small-cat-text p {
    font-size: 18px;
    line-height: 1.85;
    color: #2b2b2b;
    margin: 0 0 16px;
}

.pp-small-cat-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 26px 0 46px;
}

.pp-small-cat-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.pp-small-cat-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.pp-small-cat-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    border-radius: 18px;
    box-sizing: border-box;
}

.pp-small-cat-latest-head {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e2e2e2;
}

.pp-small-cat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #f26522;
    margin: 0 0 10px;
}

.pp-small-cat-latest-head h2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.05;
    color: #1f1f1f;
}

.pp-small-cat-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    max-width: 760px;
}

/* archive cards styling */
.archive.category .inside-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    overflow: hidden;
    padding-bottom: 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.archive.category .inside-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.10);
}

.archive.category .post-image img,
.archive.category .featured-image img,
.archive.category .inside-article .post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.archive.category .entry-header,
.archive.category .entry-summary,
.archive.category .entry-meta,
.archive.category footer.entry-meta {
    padding-left: 22px;
    padding-right: 22px;
}

.archive.category .entry-header {
    padding-top: 18px;
}

.archive.category .entry-title {
    font-size: 28px;
    line-height: 1.28;
}

.archive.category .entry-title a {
    text-decoration: none;
}

.archive.category .entry-summary {
    color: #555;
}

/* 2-column posts */
@media (min-width: 992px) {
    body.category-small-animals .site-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    body.category-small-animals .site-main > .archive-description,
    body.category-small-animals .site-main > .page-header,
    body.category-small-animals .site-main > nav,
    body.category-small-animals .site-main > .pp-small-cat-top {
        grid-column: 1 / -1;
    }
}

body.category-small-animals .page-header {
    display: none;
}

@media (max-width: 991px) {
    .pp-small-cat-top {
        padding: 32px 24px 36px;
        border-radius: 18px;
    }

    .pp-small-cat-title {
        font-size: 36px;
    }

    .pp-small-cat-gallery {
        grid-template-columns: 1fr;
    }

    .pp-small-cat-img img {
        height: auto;
    }

    body.category-small-animals .site-main {
        display: block;
    }
}

@media (max-width: 768px) {
    .pp-small-cat-top {
        padding: 24px 18px 28px;
        margin-bottom: 35px;
    }

    .pp-small-cat-title-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .pp-small-cat-leaf {
        width: 32px;
    }

    .pp-small-cat-title {
        font-size: 28px;
    }

    .pp-small-cat-text p {
        font-size: 16px;
        line-height: 1.75;
    }

    .pp-small-cat-latest-head h2 {
        font-size: 30px;
    }

    .pp-small-cat-latest-head p {
        font-size: 16px;
    }

    .archive.category .entry-title {
        font-size: 22px;
    }
}
.pp-gerbil-cat-top {
    max-width: 1120px;
    margin: 0 auto 55px;
    background: #f8f8f8;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.pp-gerbil-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.pp-gerbil-cat-leaf {
    width: 42px;
    height: auto;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.08));
}

.pp-gerbil-cat-title {
    margin: 0;
    font-size: 44px;
    line-height: 1;
    color: #8bbf32;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: Georgia, serif;
}

.pp-gerbil-cat-text {
    max-width: 1060px;
    margin-bottom: 34px;
}

.pp-gerbil-cat-text p {
    font-size: 18px;
    line-height: 1.85;
    color: #2b2b2b;
    margin: 0 0 16px;
}

.pp-gerbil-cat-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 26px 0 46px;
}

.pp-gerbil-cat-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.pp-gerbil-cat-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.pp-gerbil-cat-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    border-radius: 18px;
    box-sizing: border-box;
}

.pp-gerbil-cat-latest-head {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e2e2e2;
}

.pp-gerbil-cat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #f26522;
    margin: 0 0 10px;
}

.pp-gerbil-cat-latest-head h2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.05;
    color: #1f1f1f;
}

.pp-gerbil-cat-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    max-width: 760px;
}

/* archive posts style */
.archive.category .inside-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    overflow: hidden;
    padding-bottom: 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.archive.category .inside-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.10);
}

.archive.category .post-image img,
.archive.category .featured-image img,
.archive.category .inside-article .post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.archive.category .entry-header,
.archive.category .entry-summary,
.archive.category .entry-meta,
.archive.category footer.entry-meta {
    padding-left: 22px;
    padding-right: 22px;
}

.archive.category .entry-header {
    padding-top: 18px;
}

.archive.category .entry-title {
    font-size: 28px;
    line-height: 1.28;
}

@media (min-width: 992px) {
    body.category-gerbils-hamsters .site-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    body.category-gerbils-hamsters .site-main > .archive-description,
    body.category-gerbils-hamsters .site-main > .page-header,
    body.category-gerbils-hamsters .site-main > nav,
    body.category-gerbils-hamsters .site-main > .pp-gerbil-cat-top {
        grid-column: 1 / -1;
    }
}

body.category-gerbils-hamsters .page-header {
    display: none;
}

@media (max-width: 991px) {
    .pp-gerbil-cat-top {
        padding: 32px 24px 36px;
        border-radius: 18px;
    }

    .pp-gerbil-cat-title {
        font-size: 34px;
    }

    .pp-gerbil-cat-gallery {
        grid-template-columns: 1fr;
    }

    .pp-gerbil-cat-img img {
        height: auto;
    }

    body.category-gerbils-hamsters .site-main {
        display: block;
    }
}

@media (max-width: 768px) {
    .pp-gerbil-cat-top {
        padding: 24px 18px 28px;
        margin-bottom: 35px;
    }

    .pp-gerbil-cat-title-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .pp-gerbil-cat-leaf {
        width: 32px;
    }

    .pp-gerbil-cat-title {
        font-size: 26px;
    }

    .pp-gerbil-cat-text p {
        font-size: 16px;
        line-height: 1.75;
    }

    .pp-gerbil-cat-latest-head h2 {
        font-size: 30px;
    }

    .pp-gerbil-cat-latest-head p {
        font-size: 16px;
    }

    .archive.category .entry-title {
        font-size: 22px;
    }
}

.pp-guinea-cat-top {
    max-width: 1120px;
    margin: 0 auto 55px;
    background: #f8f8f8;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.pp-guinea-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.pp-guinea-cat-leaf {
    width: 42px;
    height: auto;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.08));
}

.pp-guinea-cat-title {
    margin: 0;
    font-size: 44px;
    line-height: 1;
    color: #8bbf32;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: Georgia, serif;
}

.pp-guinea-cat-text {
    max-width: 1060px;
    margin-bottom: 34px;
}

.pp-guinea-cat-text p {
    font-size: 18px;
    line-height: 1.85;
    color: #2b2b2b;
    margin: 0 0 16px;
}

.pp-guinea-cat-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 26px 0 46px;
}

.pp-guinea-cat-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.pp-guinea-cat-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.pp-guinea-cat-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    border-radius: 18px;
    box-sizing: border-box;
}

.pp-guinea-cat-latest-head {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e2e2e2;
}

.pp-guinea-cat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #f26522;
    margin: 0 0 10px;
}

.pp-guinea-cat-latest-head h2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.05;
    color: #1f1f1f;
}

.pp-guinea-cat-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    max-width: 760px;
}

/* archive post cards */
.archive.category .inside-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    overflow: hidden;
    padding-bottom: 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.archive.category .inside-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.10);
}

.archive.category .post-image img,
.archive.category .featured-image img,
.archive.category .inside-article .post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.archive.category .entry-header,
.archive.category .entry-summary,
.archive.category .entry-meta,
.archive.category footer.entry-meta {
    padding-left: 22px;
    padding-right: 22px;
}

.archive.category .entry-header {
    padding-top: 18px;
}

.archive.category .entry-title {
    font-size: 28px;
    line-height: 1.28;
}

@media (min-width: 992px) {
    body.category-guinea-pigs .site-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    body.category-guinea-pigs .site-main > .archive-description,
    body.category-guinea-pigs .site-main > .page-header,
    body.category-guinea-pigs .site-main > nav,
    body.category-guinea-pigs .site-main > .pp-guinea-cat-top {
        grid-column: 1 / -1;
    }
}

body.category-guinea-pigs .page-header {
    display: none;
}

@media (max-width: 991px) {
    .pp-guinea-cat-top {
        padding: 32px 24px 36px;
        border-radius: 18px;
    }

    .pp-guinea-cat-title {
        font-size: 34px;
    }

    .pp-guinea-cat-gallery {
        grid-template-columns: 1fr;
    }

    .pp-guinea-cat-img img {
        height: auto;
    }

    body.category-guinea-pigs .site-main {
        display: block;
    }
}

@media (max-width: 768px) {
    .pp-guinea-cat-top {
        padding: 24px 18px 28px;
        margin-bottom: 35px;
    }

    .pp-guinea-cat-title-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .pp-guinea-cat-leaf {
        width: 32px;
    }

    .pp-guinea-cat-title {
        font-size: 26px;
    }

    .pp-guinea-cat-text p {
        font-size: 16px;
        line-height: 1.75;
    }

    .pp-guinea-cat-latest-head h2 {
        font-size: 30px;
    }

    .pp-guinea-cat-latest-head p {
        font-size: 16px;
    }

    .archive.category .entry-title {
        font-size: 22px;
    }
}

.pp-rabbit-cat-top {
    max-width: 1120px;
    margin: 0 auto 55px;
    background: #f8f8f8;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.pp-rabbit-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.pp-rabbit-cat-leaf {
    width: 42px;
}

.pp-rabbit-cat-title {
    margin: 0;
    font-size: 44px;
    color: #8bbf32;
    text-transform: uppercase;
    font-family: Georgia, serif;
}

.pp-rabbit-cat-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #2b2b2b;
}

.pp-rabbit-cat-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 30px 0;
}

.pp-rabbit-cat-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border: 8px solid #8bbf32;
    border-radius: 16px;
    transition: 0.3s;
}

.pp-rabbit-cat-img img:hover {
    transform: translateY(-5px);
}

.pp-rabbit-cat-latest-head {
    margin-top: 20px;
}

.pp-rabbit-cat-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #f26522;
}

.pp-rabbit-cat-latest-head h2 {
    font-size: 40px;
    margin: 10px 0;
}

/* posts grid */
@media (min-width: 992px) {
    body.category-rabbits .site-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    body.category-rabbits .pp-rabbit-cat-top {
        grid-column: 1 / -1;
    }
}

body.category-rabbits .page-header {
    display: none;
}

.pp-birds-cat-top {
    max-width: 1120px;
    margin: 0 auto 55px;
    background: #f8f8f8;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
}

.pp-birds-cat-title-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
}

.pp-birds-cat-leaf {
    width: 42px;
    height: auto;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.08));
}

.pp-birds-cat-title {
    margin: 0;
    font-size: 44px;
    line-height: 1;
    color: #8bbf32;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-family: Georgia, serif;
}

.pp-birds-cat-text {
    max-width: 1060px;
    margin-bottom: 34px;
}

.pp-birds-cat-text p {
    font-size: 18px;
    line-height: 1.85;
    color: #2b2b2b;
    margin: 0 0 16px;
}

.pp-birds-cat-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin: 26px 0 46px;
}

.pp-birds-cat-img {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.pp-birds-cat-img:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.pp-birds-cat-img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    display: block;
    border: 8px solid #8bbf32;
    border-radius: 18px;
    box-sizing: border-box;
}

.pp-birds-cat-latest-head {
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid #e2e2e2;
}

.pp-birds-cat-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #f26522;
    margin: 0 0 10px;
}

.pp-birds-cat-latest-head h2 {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.05;
    color: #1f1f1f;
}

.pp-birds-cat-latest-head p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #555;
    max-width: 760px;
}

/* archive post cards */
.archive.category .inside-article {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    overflow: hidden;
    padding-bottom: 22px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.archive.category .inside-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.10);
}

.archive.category .post-image img,
.archive.category .featured-image img,
.archive.category .inside-article .post-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.archive.category .entry-header,
.archive.category .entry-summary,
.archive.category .entry-meta,
.archive.category footer.entry-meta {
    padding-left: 22px;
    padding-right: 22px;
}

.archive.category .entry-header {
    padding-top: 18px;
}

.archive.category .entry-title {
    font-size: 28px;
    line-height: 1.28;
}

@media (min-width: 992px) {
    body.category-cage-and-aviary-birds .site-main {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    body.category-cage-and-aviary-birds .site-main > .archive-description,
    body.category-cage-and-aviary-birds .site-main > .page-header,
    body.category-cage-and-aviary-birds .site-main > nav,
    body.category-cage-and-aviary-birds .site-main > .pp-birds-cat-top {
        grid-column: 1 / -1;
    }
}

body.category-cage-and-aviary-birds .page-header {
    display: none;
}

@media (max-width: 991px) {
    .pp-birds-cat-top {
        padding: 32px 24px 36px;
        border-radius: 18px;
    }

    .pp-birds-cat-title {
        font-size: 34px;
    }

    .pp-birds-cat-gallery {
        grid-template-columns: 1fr;
    }

    .pp-birds-cat-img img {
        height: auto;
    }

    body.category-cage-and-aviary-birds .site-main {
        display: block;
    }
}

@media (max-width: 768px) {
    .pp-birds-cat-top {
        padding: 24px 18px 28px;
        margin-bottom: 35px;
    }

    .pp-birds-cat-title-wrap {
        gap: 10px;
        margin-bottom: 20px;
    }

    .pp-birds-cat-leaf {
        width: 32px;
    }

    .pp-birds-cat-title {
        font-size: 26px;
    }

    .pp-birds-cat-text p {
        font-size: 16px;
        line-height: 1.75;
    }

    .pp-birds-cat-latest-head h2 {
        font-size: 30px;
    }

    .pp-birds-cat-latest-head p {
        font-size: 16px;
    }

    .archive.category .entry-title {
        font-size: 22px;
    }
}

html {
  scroll-behavior: smooth;
}

#our-animals {
  scroll-margin-top: 120px;
}

.pp-animal-card a {
    text-decoration: none;
}

.pp-animal-card h4 a,
.pp-animal-card .wp-block-heading a {
    color: #1f1f1f;
    text-decoration: none;
    display: inline-block;
}

.pp-animal-card h4 a:hover,
.pp-animal-card .wp-block-heading a:hover {
    color: #f26522;
    text-decoration: none;
}

.pp-animal-card figure a {
    display: block;
    line-height: 0;
}

.pp-animal-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.pp-animal-card h4,
.pp-animal-card .wp-block-heading {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}








.comments-link, .tags-links {
    display: none !important;
}

.entry-meta {
    color: #82bd37;
}

.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    color: #80bd37;
}

.featured-image.page-header-image-single {
    margin-top: -60px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.featured-image.page-header-image-single img {
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
}

/* hover effect (optional sexy touch) */
.featured-image.page-header-image-single img:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 80px rgba(0,0,0,0.22);
}

.pp-rankmath-breadcrumb-wrap {
    max-width: 1280px;
    margin: 18px auto 14px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.pp-rankmath-breadcrumb-wrap a {
    color: #8bbf32;
    text-decoration: none;
    font-weight: 600;
}

.pp-rankmath-breadcrumb-wrap a:hover {
    color: #f26522;
}

.pp-rankmath-breadcrumb-wrap .separator {
    margin: 0 8px;
    color: #999;
}

/* Breadcrumb container */
.pp-rankmath-breadcrumb-wrap {
    max-width: 1280px;
    margin: 20px auto;
    padding: 0 20px;
}

/* Rank Math breadcrumb wrapper */
.pp-rankmath-breadcrumb-wrap .rank-math-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

/* Each breadcrumb link ko pill bana do */
.pp-rankmath-breadcrumb-wrap a,
.pp-rankmath-breadcrumb-wrap span.last {
    background: #e5e5e5;
    color: #222 !important;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

/* Active/current page */
.pp-rankmath-breadcrumb-wrap span.last {
    background: #dcdcdc;
}

/* Separator hide kar do */
.pp-rankmath-breadcrumb-wrap .separator {
    display: none !important;
}

/* Hover effect */
.pp-rankmath-breadcrumb-wrap a:hover {
    background: #8bbf32;
    color: #fff !important;
}

.pp-rankmath-breadcrumb-wrap a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.pp-rankmath-breadcrumb-wrap .rank-math-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px; /* 👈 yaha gap control hota hai */
}



/* Main TOC Box */
.ez-toc-container {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 14px;
    padding: 20px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
}

/* Hover effect */
.ez-toc-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Title */
.ez-toc-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111827;
}

/* List style */
.ez-toc-list {
    list-style: none;
    padding-left: 0;
}

/* Each item */
.ez-toc-list li {
    margin: 8px 0;
    padding: 8px 12px;
    border-radius: 8px;
    transition: 0.25s ease;
}

/* Hover item */
.ez-toc-list li:hover {
    background: #f1f5f9;
}

/* Links */
.ez-toc-link {
    text-decoration: none;
    color: #374151;
    font-weight: 500;
    display: block;
}

/* Active hover link */
.ez-toc-link:hover {
    color: #2563eb;
}

/* Nested items */
.ez-toc-list .ez-toc-list {
    margin-left: 10px;
    border-left: 2px solid #e5e7eb;
    padding-left: 10px;
}
/* Dynamic footer reviews from Site Reviews */
.pp-footer-reviews .glsr {
    max-width: 100%;
}

.pp-footer-reviews .glsr-reviews {
    max-height: 145px;
    overflow: hidden;
}

.pp-footer-reviews .glsr-review {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.pp-footer-reviews .glsr-review-rating {
    color: #8bc53f;
    margin-bottom: 6px;
    font-size: 14px;
}

.pp-footer-reviews .glsr-review-content {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.pp-footer-reviews .glsr-review-author {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.pp-footer-reviews .glsr-review-date,
.pp-footer-reviews .glsr-review-title,
.pp-footer-reviews .glsr-review-assigned_links {
    display: none !important;
}

.pp-footer-review-link {
    margin-top: 10px !important;
}

.pp-footer-review-link a {
    color: #8bc53f;
    font-weight: 700;
    text-decoration: none;
}

.pp-footer-review-link a:hover {
    color: #f26522;
}
.pp-footer-review-slider {
    min-height: 150px;
    position: relative;
}

.pp-footer-review-slider .glsr-review {
    animation: ppFadeReview .5s ease;
}

@keyframes ppFadeReview {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pp-footer-reviews .glsr-review {
    text-align: center;
}

.pp-footer-reviews .glsr-review-avatar {
    display: none;
}

.pp-footer-reviews .glsr-review-rating {
    justify-content: center;
    color: #f4b400;
    font-size: 18px;
    margin-bottom: 12px;
}

.pp-footer-reviews .glsr-review-content {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.pp-footer-reviews .glsr-review-author {
    font-weight: 700;
    margin-top: 10px;
    color: #000;
}

.pp-footer-review-link {
    text-align: center;
    margin-top: 12px !important;
}

.pp-footer-review-link a {
    color: #8bc53f;
    font-weight: 700;
    text-decoration: none;
}
.pp-footer-find {
    text-align: center;
}

.pp-footer-map-link {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 18px 20px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    color: #000;
    text-decoration: none;
    line-height: 1.7;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
    transition: all .25s ease;
}

.pp-footer-map-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.10);
    color: #000;
}

.pp-footer-map-icon {
    font-size: 24px;
    line-height: 1.2;
}
/* Footer Find Us premium card fix */
.pp-footer-find {
    text-align: center;
}

.pp-footer-find h3 {
    margin-bottom: 16px;
}

.pp-footer-map-link,
.pp-footer-map-link:visited {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-top: 5px solid #8bc53f;
    border-radius: 18px;
    color: #111111 !important;
    text-decoration: none !important;
    line-height: 1.7;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.pp-footer-map-link:hover,
.pp-footer-map-link:focus {
    color: #111111 !important;
    background: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.12);
}

.pp-footer-map-link *,
.pp-footer-map-link:hover *,
.pp-footer-map-link:focus * {
    color: #111111 !important;
}

.pp-footer-map-icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #8bc53f;
    color: #ffffff !important;
    font-size: 23px;
    line-height: 46px;
}

.pp-footer-map-link:hover .pp-footer-map-icon {
    color: #ffffff !important;
}

.pp-footer-map-link strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.page-header {
	
	display: none;
}

body.category-cage-aviary-birds .site-main {
	
	display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
	
}
.single-post .entry-meta {
  display: none;
}
.pp-top-author-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 35px;
  color: #6dbb2f;
  font-size: 15px;
}

.pp-top-author-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.pp-top-author-text {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.pp-top-author-text a {
  color: #6dbb2f;
  font-weight: 600;
}
.pp-author-avatar {
  flex-shrink: 0;
}

.pp-author-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pp-author-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.pp-author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  background: #f7f7f7;
  border-left: 4px solid #7bbf2a;
  padding: 22px;
  margin: 40px 0;
  border-radius: 12px;
}

.pp-author-avatar img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.pp-author-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.pp-author-content p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.pp-author-content a {
  font-weight: 600;
}

@media (max-width: 600px) {
  .pp-author-box {
    flex-direction: column;
    text-align: center;
  }
}

.page-header {
	
	display: none;
}

body.category-cage-aviary-birds .site-main {
	
	display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
	
}