.img-c img{margin:10px;border:1px solid #ccc;}
.cir{border-radius:50%;}
.pagelet-posts-details .post-image{display:none;}

.textMain .blogMain li .read-more a, .textMain .pagelet-posts li .read-more a {
	display: inline-block;
}
.pagelet-posts li {
	width: 33%;
	display: inline-block;
	padding: 0px 10px !important;
	margin: 20px 0px;
	vertical-align: top;
}
.pagelet-posts li:first-child {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
}
.pagelet-posts li:first-child .post-image {
	flex-basis: 50%;
}
.pagelet-posts li:first-child .post-content {
	flex-basis: 50%;
}
.post-image img {
	width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
/* Intro / Quote Callout */
  .uci-story-intro {
    background: #f3f6f8;
    border-left: 5px solid #00629b;
    padding: 38px 45px;
    margin-bottom: 35px;
    position: relative;
  }
  .uci-story-intro::before {
    content: "“";
    position: absolute;
    top: 5px;
    left: 18px;
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
    color: #00629b;
    opacity: 0.25;
  }
  .uci-story-quote {
    margin: 0 0 25px 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.45;
    font-style: italic;
    color: #173f5f;
    font-weight: 500;
  }
  .uci-story-quote-attribution {
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: 600;
  }
  /* CTA Buttons */
  /* .uci-story-ctas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 45px;
  }
  .uci-story-btn {
    display: inline-block;
    min-width: 205px;
    padding: 15px 24px;
    border-radius: 3px;
    text-align: center;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: all 0.25s ease;
  }
  .uci-story-btn-primary {
    background: #00629b;
    color: #ffffff !important;
    border: 2px solid #00629b;
  }
  .uci-story-btn-primary:hover,
  .uci-story-btn-primary:focus {
    background: #004d7a;
    border-color: #004d7a;
    color: #ffffff !important;
  }
  .uci-story-btn-secondary {
    background: #ffffff;
    color: #00629b !important;
    border: 2px solid #00629b;
  }
  .uci-story-btn-secondary:hover,
  .uci-story-btn-secondary:focus {
    background: #00629b;
    color: #ffffff !important;
  } */
  /* Closing CTA */
  /* .uci-story-bottom-cta {
    margin-top: 45px;
    padding: 35px 30px;
    background: #f7f7f7;
    text-align: center;
    border-top: 1px solid #ddd;
  } 
  .uci-story-bottom-cta h3 {
    margin: 0 0 10px;
    color: #173f5f;
    font-size: 25px;
    line-height: 1.35;
  }
  .uci-story-bottom-cta p {
    max-width: 700px;
    margin: 0 auto 25px;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
  }*/
  .post-excerpt span {
	display: block;
  font-size: 20px;
  color: #ffd200;
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 10px;
}
.mt{margin-top:15px;}

.grey-bg{
	background:#eee;
	padding:20px;
	margin-bottom:20px;
}
/* UCI Orthopaedic Surgery - CTA Section */
.uci-cta-section {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.uci-cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.uci-cta-card {
    padding: 42px 40px 38px;
    border-radius: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 470px;
}

.uci-cta-card.contact {
    background: #eef8fd;
}

.uci-cta-card.donate {
    background: #fffaf0;
}

.uci-cta-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 25px;
}

.uci-cta-icon svg {
    width: 100%;
    height: 100%;
}

.uci-cta-card h2 {
    margin: 0 0 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 700;
    color: #1b3d6d;
}

.uci-cta-card p {
    margin: 0 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: #3e4854;
}

.uci-cta-button {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 68px;
    padding: 14px 24px;
    border-radius: 12px;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.uci-cta-button.contact-btn {
    background: #0878b5;
    color: #ffffff !important;
}

.uci-cta-button.contact-btn:hover {
    background: #075f91;
    transform: translateY(-2px);
}

.uci-cta-button.donate-btn {
    background: #fbbd24;
    color: #123b63 !important;
}

.uci-cta-button.donate-btn:hover {
    background: #e9a900;
    transform: translateY(-2px);
}

.uci-cta-button .button-icon {
    font-size: 28px;
    line-height: 1;
}

.uci-cta-button .arrow {
    font-size: 28px;
    line-height: 1;
    margin-left: auto;
}
/* Tablet */
@media (max-width: 900px) {
    .uci-cta-grid {
        grid-template-columns: 1fr;
    }

    .uci-cta-card {
        min-height: auto;
    }

    .uci-cta-card h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 800px) {
.pagelet-posts li:first-child {
	flex-direction: column;
}
.pagelet-posts li {
	width: 50%;
	}
}
@media (max-width: 767px) {
    .uci-story-intro {
      padding: 32px 25px 28px;
      margin-bottom: 25px;
    }
    .uci-story-intro::before {
      left: 10px;
      font-size: 55px;
    }
    .uci-story-quote {
      margin-left: 10px;
      font-size: 22px;
      line-height: 1.45;
    }
    .uci-story-quote-attribution {
      margin-left: 10px;
    }
    /* .uci-story-ctas {
      flex-direction: column;
      gap: 12px;
      margin-bottom: 35px;
    }
    .uci-story-btn {
      width: 100%;
      max-width: 360px;
    }
    .uci-story-heading {
      font-size: 26px;
    }
    .uci-story-bottom-cta {
      padding: 28px 20px;
    }
    .uci-story-bottom-cta h3 {
      font-size: 22px;
    } */
  }
@media screen and (max-width: 640px) {
.pagelet-posts li {
	width: 100%;
	}
	.img-r {
	float: none;
	margin: 0 auto;
	text-align: center;
}
}
/* Mobile */
@media (max-width: 600px) {
    .uci-cta-section {
        padding: 0 15px;
        margin: 30px auto;
    }

    .uci-cta-grid {
        gap: 18px;
    }

    .uci-cta-card {
        padding: 30px 25px;
        border-radius: 12px;
    }

    .uci-cta-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 20px;
    }

    .uci-cta-card h2 {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .uci-cta-card p {
        font-size: 17px;
        line-height: 1.55;
        margin-bottom: 25px;
    }

    .uci-cta-button {
        min-height: 60px;
        padding: 12px 18px;
        font-size: 18px;
        gap: 12px;
    }

    .uci-cta-button .button-icon,
    .uci-cta-button .arrow {
        font-size: 23px;
    }
}
@media (max-width: 420px) {
    .uci-story-intro {
      padding: 28px 20px 25px;
    }
    .uci-story-quote {
      font-size: 20px;
    }
  }