/* ISSUES LISTING START */
.issues-listing {
    position: relative;
    left: 50%;
    margin-left: -45vw;
    width: 90vw;
    padding-bottom: 4rem;
}
.issues-listing img {
    aspect-ratio: 8/5 !important;
    object-fit: cover;
} 
.issues-listing img {
    aspect-ratio: 8/5 !important;!i;!;
    object-fit: cover;
}
.issues-listing .pt-cv-ifield {
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
    border-radius: 6px;
    padding-bottom: 20px;
    position: relative;
}
.issues-listing > .pt-cv-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 20px; /* Adjust spacing between items */
}
@media (max-width: 1024px) {
  .issues-listing > .pt-cv-page {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablet */
  }
}
@media (max-width: 768px) {
  .issues-listing > .pt-cv-page {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}
.issues-listing img {
    aspect-ratio: 8/5 !important;
    object-fit: cover;
}
.issues-listing .pt-cv-content-item {
    box-shadow: 0 4px 14px rgba(0,0,0,.2);
    border-radius: 6px;
    height: 100% !important;
}
.issues-listing .pt-cv-content-item{
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.issues-listing h2{
	font-size: 22px !important;
	margin-bottom: 0 !important;
}
.issues-listing h2,
.issues-listing .pt-cv-ctf-list{
    padding-left: 5%;
    padding-right: 5%;
}
.issues-listing .pt-cv-ctf-list{
    font-size: 15px;
    line-height: 1.5;
}
.issues-listing .pt-cv-custom-fields:after {
    content: "READ ISSUE";
    color: #0047B9;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    margin-top: 1rem;
}
.issues-listing .pt-cv-custom-fields {
    flex-direction: column;
}
.issues-listing h2 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.issues-listing .pt-cv-content-item:hover .pt-cv-custom-fields:after{
	color: #feca0a;
}
/* ------------------ */
/* END ISSUES LISTING */
/* ------------------ */

/* ---------------------- */
/* CATEGORY LISTING START */
/* ---------------------- */
.category-listing .pt-cv-page {
    gap: 0 !important;
}
.category-listing  .pt-cv-page {
    border-top: 1px solid #E2E8F0;
}
.category-listing .pt-cv-content-item {
    border-bottom: 1px solid #E2E8F0;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.category-listing h2.pt-cv-title a {
    font-size: 18px;
    font-weight: bold !important;
}
.category-listing h2.pt-cv-title {
    line-height: 1;
    margin: 0;
}
.pt-cv-ctf-clip_author,
.pt-cv-ctf-clip_source,
.pt-cv-ctf-clip_article_date {
    color: #6B6B6B;
    font-style: italic;
    display: inline-block !important;
}
.pt-cv-ctf-clip_source ul,
.pt-cv-ctf-clip_source li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.pt-cv-ctf-clip_source h2{
	font-size: initial;
	margin: 0;
}
.pt-cv-ctf-clip_news_blurb {
    line-height: 1.5;
}
.category-listing .pt-cv-ctf-column:nth-child(1),
.category-listing .pt-cv-ctf-column:nth-child(2){
    display: inline-block !important;
    width: auto !important;
}
.category-listing .pt-cv-ctf-column:nth-child(1){
    margin-right: .5rem;
}
.pt-cv-ctf-clip_news_blurb {
    margin-top: 0;
}
.pt-cv-ctf-clip_website_address a {
    font-size: 0;
}
.pt-cv-ctf-clip_website_address a:before {
    content: "READ";
    color: #0047B9;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.pt-cv-ctf-clip_website_address a:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.category-listing .pt-cv-content-item:hover .pt-cv-ctf-clip_website_address a:before{
	color: #feca0a;
}
.category-listing .pt-cv-ctf-list > div {
    position: unset;
}
/* -------------------- */
/* END CATEGORY LISTING */
/* -------------------- */

/* ----------------- */
/* SINGLE ISSUE PAGE START */
/* ----------------- */
.single-issue #content {
    max-width: 100%;
}
.single-issue header{
    margin-bottom: 0
}
/* ----------------- */
/* END SINGLE ISSUE PAGE */
/* ----------------- */



