
    .pet-shirt-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #1f2937;
      background: #f7f5f2;
      line-height: 1.65;
    }
    .pet-shirt-page * {
      box-sizing: border-box;
    }
    .pet-shirt-page a {
      color: #9a3412;
      text-decoration: none;
    }
    .pet-shirt-page a:hover {
      text-decoration: underline;
    }
    .pet-shirt-page img {
      max-width: 100%;
      display: block;
    }
    .pet-shirt-page h1,
    .pet-shirt-page h2,
    .pet-shirt-page h3 {
      color: #172033;
      line-height: 1.2;
      margin-top: 0;
    }
    .pet-shirt-page p {
      margin: 0;
    }
    .keyword-link {
      color: #9a3412 !important;
      font-weight: 700;
      border-bottom: 2px solid #fed7aa;
    }
  