.wp-block-paragraph {
    max-width: 1200px !important; /* Adjust this value as needed */
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* styling for dropdown text */
details ul li {
    line-height: 1.5 !important;
}

/* Remove page titles */
.page .entry-title {
display: none !important;
}


/* Footer specific styling - Target only the second column */
.footer-section .wp-block-columns .wp-block-column:last-child p {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* First column (left side) styling */
.footer-section .wp-block-columns .wp-block-column:first-child p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* Footer image alignment */
.footer-section .wp-block-columns .wp-block-column:first-child .wp-block-image {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.footer-section .wp-block-columns .wp-block-column:first-child .wp-block-image img {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Override any container constraints */
.footer-section .wp-block-columns {
    max-width: 100% !important;
    width: 100% !important;
}

.footer-section .wp-block-column {
    max-width: 100% !important;
    width: 100% !important;
}

/* Change link hover color in paragraph elements */
p a:hover {
	color: #3795d4;
	text-decoration: underline;
}

/* Link hover color for page footer */
.site-info a:hover {
	color: #3795d4;
	text-decoration: underline; 
}

/* Link hover color for site title */
.site-title a:hover {
	color: #1F699B;
	text-decoration: none; 
}

/* Link hover color for list items */
ul li a:hover {
	color: #3795d4;
	text-decoration: underline; 
}

/* Circle graph details panel styling */
.details-panel {
  width: 280px;
  flex-shrink: 0;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: sans-serif;
  background: white;
  word-wrap: break-word;
  overflow-y: auto;
  max-height: 90vh;
}
