/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.3.1770478735
Updated: 2026-02-07 15:38:55

*/
.entry-content .issues-grid{
    --issues-cols: 3;
}
/* Mobile/tablet: force 2 columns */
@media (max-width: 782px){
  .entry-content .issues-grid{
    --issues-cols: 2;
  }
}
.entry-content .issues-grid {
    display: grid !important;
    gap: 1.25rem;
    row-gap: 3rem;
    grid-template-columns: repeat(var(--issues-cols, 3), minmax(0, 1fr));
    align-items: stretch;
    margin-bottom: 7rem;

}

/* Read Online: force each card to centre everything */
.entry-content .issue-card{
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important; 
  margin-bottom:1rem;
  height:100%;
}
.entry-content .issue-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    position: relative;
    padding-bottom: 66px;

}

/* Ensure the title is centred even if the theme targets headings */
.entry-content .issue-card h2,
.entry-content .issue-card h3{
    text-align: center !important;
    width: 100%;
    display: block;
}

.entry-content .issue-thumbnail {
    margin-bottom: 1.5rem;
    flex: 1;
}

/* Centre the image */
.entry-content .issue-card img{
  width: 100%;
  height: auto;
  display: block;
}

/* Centre the button */
.entry-content .issue-card .issue-button{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 86px;

}

.entry-content .issue-card .issue-button a.wp-block-button__link{
  width: auto !important;
  float: none !important;
}
/*.wp-block-button__link.issue-backissue-link{
  background: var(--global-palette2); 
}
.wp-block-button__link.issue-backissue-link:hover {background: var(--global-palette-btn-bg-hover); color: var(--global-palette-btn-hover);}*/
.issue-backissue-link {
    display: block;
    text-decoration: none;
    margin-top: 13px;
    position: relative;
    letter-spacing: .05em;
    font-size: 80%;
	font-weight:bold;

}
.issue-backissue-link:hover {text-decoration: underline;}


/* Pagination container */
.issues-pagination {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

/* The links/spans that WP outputs */
.issues-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  margin: 0 6px; /* spacing between boxes */
  box-sizing: border-box;
}

/* Hover */
.issues-pagination a.page-numbers:hover {
  border-color: #bfbfbf;
  background: #f6f6f6;
}

/* Current page */
.issues-pagination .page-numbers.current {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Ellipsis */
.issues-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  width: 44px;       /* keep alignment */
  pointer-events: none;
}

/* Issues Year select box */
.issues-year-filter {
    display: flex;
    gap: .6rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;

}

.issues-year-filter select {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    line-height: 1.2;
    padding: .65rem 2.25rem .65rem .9rem;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .7rem center;
    background-size: 1.1rem;
    /* min-width: 12rem; */

}

.issues-year-filter select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,.12);
}


