.blog:not(.has-sidebar) #primary article, .archive:not(.has-sidebar) #primary article {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	width: 100%;
}
.blog .page-header, .archive .page-header {
	max-width: 740px;
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.blog .entry-meta, .archive .entry-meta {
	float: left;
	padding-bottom: 10px;
}
body:not(.twentyseventeen-front-page) .entry-header {
	margin-bottom: 0.3em !important;
}
 figure.wp-block-table.is-style-regular table {
        border: 1px solid #666666; /* 1px solid light gray border */
    }

    figure.wp-block-table.is-style-regular table th,
    figure.wp-block-table.is-style-regular table td {
        border: 1px solid #666666; /* Lighter border for individual cells */
    }
/* this only affects the donate page 8322 */
.page-id-8322 .entry-title {
	font-size: 2rem !important;
}
/* 7/20/2026 this is for exec board members when you hover over their names their photo shows */
.member-hover {
    position: relative;
    display: inline-block;
    color: #0056b3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.member-hover img {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 28px;
    width: 180px;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.25);
    transition: opacity .25s ease;
    z-index: 9999;
}

.member-hover:hover img {
    visibility: visible;
    opacity: 1;
}
/* this is for the diamond sponsor for fun fair
 */
  .sponsor-bar {
    background: linear-gradient(90deg,#0066cc, #4da6ff);
    color: #ffffff !important;
    text-align: center;
    padding: 4px 0;
    margin-left: 0%;
    margin-right: 0%;
}

.sponsor-bar {
    font-weight: bold;
    font-size: 28px;
}

/* this adds a design to diamond sponsor */
.sponsor-bar {
    position: relative;
    overflow: hidden;
}

.sponsor-bar::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -25px;
    width: 110px;
    height: 120px;
    background: rgba(255,255,255,0.28);
    transform: rotate(45deg);
}

.sponsor-bar::after {
    content: "";
    position: absolute;
    right: 10px;
    top: -25px;
    width: 110px;
    height: 120px;
    background: rgba(255,255,255,0.28);
    transform: rotate(45deg);
}
