@media print {
  .epd .public_table {page-break-before: always;}
}

.articlecontainer {
  margin-bottom:3rem;  
}

.container-all {
  background-color: transparent;
}

.article .article_heading {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.articleview h2.article_subheading {
  font-size: 1.15rem;
  margin:6px;
}

a.article_link_read_more {
  text-decoration:none;
  color:#004680;
  font-weight:600;
}

.articleview h2.article_subheading,
a.article_link_read_more {
  line-height:150%;
}

.article_byline {
  margin:0 0 .75em 0;
  font-size:1rem;
  font-weight:500;
}

.article_post_time {
  margin:0 0 1em;
  font-size:.9rem;
}

header h1.article_heading {
  font-size: 1.1rem;
  margin:1rem 0 0;
}

.container-all h1.article_heading {
  font-size: 1.5rem;
}

h1.ac_heading {
  font-size: 1.75rem;
}

.article-list h2 {
  font-size: 1.1rem;
  margin: 0;
}

h5 a,
h6 a {
  font-weight:600;
}

.article_content img.bio,
#column1 img.bio {
  margin: 0 1.5em .5em 0;
  float:left;
  height: auto;
  max-width: 240px;
}

div.teaser-photo {
  margin: 0 1em .5em 0;
  float:left;
  max-width: 240px;
}

div.teaser-photo img {
  margin: 0 0 .5em 0;
  display:block;
  height: auto;
  width: auto;
}

td.sponsor,
td.benefactor,
td.auction,
td.benefactor-flag {
	vertical-align: middle;
	text-align:center;
	padding: .5em;
}	
td.sponsor {
	width:25%;
}
td.benefactor {
	width:35%;
}
td.benefactor-flag {
	width:30%;
}
	
td.sponsor img,
td.auction img,
td.benefactor img {
	width:auto;
	height:auto;
}
td.sponsor img {
	max-width:110px;
	max-height: 110px;
}
td.benefactor img {
	max-width:165px;
	max-height: 165px;
}
td.auction {
	width:50%;
}
td.auction img {
	max-width:290px;
	max-height: 290px;
}

td.auction p strong {
	font-weight: 700;
}

.key-points {
  border: 2px solid #004680;
  padding: 16px;
  border-radius: 8px;
  background: #f9f9f9;
  margin-bottom: 24px;
}
.key-points h2 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 600;

}
.key-points ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.5;
}

.figure-row {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
  }

  .figure-box {
    position: relative;
    width: 48%; /* Adjust as needed */
  }

  .figure-box img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ccc;
  }

  .figure-label {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
  }
/* Base aside style – mobile first */
aside {
  background: #f7f9fa;
  border: 2px solid #00457C; /* AOA blue */
  padding: 12px 14px;
  margin: 20px 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Heading inside aside */
aside h3 {
  margin-top: 0;
  color: #00457C;
  font-weight: bold;
  font-size: 1rem;
}

/* Lists inside aside */
aside ul {
  margin: 10px 0 0 18px;
}

/* Make it slimmer and float right on larger screens */
@media (min-width: 768px) {
  aside {
    float: right;
    width: 32%;              /* adjust to taste: 28–35% works well */
    margin: 0 0 16px 20px;   /* space from main text on the left */
    padding: 12px 14px;
    font-size: 0.9rem;       /* slightly slimmer look */
  }
}

/* Optional: clear floats after sections that contain asides */
section::after,
article::after {
  content: "";
  display: block;
  clear: both;
}

ol.letter-list {
  list-style-type: upper-alpha;
}

.content {
  padding:15px;
}