summary {
        background: #e2e8f0;
 border-style: rounded !important
    }


/* Add a custom transition when opening/closing. */
.wp-block-details {
	transition: all 0.5s ease-in-out;
padding-bottom: 1rem;



}

/* Add horizontal margin to nested blocks/elements. */
.wp-block-details > :where( :not( summary ) ) {
	margin-left: 2rem;
	margin-right: 2rem;
}

/* If open, add some bottom padding to avoid content butting against the bottom. */
.wp-block-details[open] {
	padding-bottom: 2rem;
}


.wp-block-details summary::marker {
	content: none;
}

.wp-block-details summary::after {
	content: " +";
	float: right;
	text-align: right;

}

.wp-block-details[open] summary::after {
	content: " -"
}

/* Base `summary` element styling. */
.wp-block-details summary {
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	padding: 1rem;
	font-weight: 500;
}

/* Change the background of the `summary` element based on state. */
.wp-block-details[open] summary,
.wp-block-details summary:hover,
.wp-block-details summary:focus {
	background: #9edbc5;
}


header::after {
    content: "url("https://connect.apsanet.org/apsa2026/wp-content/uploads/sites/112/2025/10/Screenshot-2025-10-22-150133.png")"; 
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0; /* Positions it at the bottom of the header */
    left: 0;
} 