/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.logo-container { 
    text-align: center; /* centers inline content like images */
    margin-bottom: 15px; /* optional spacing */
}

.popup-logo {
    max-width: 450px; /* adjust to your preferred size */
    height: auto;     /* keeps aspect ratio */
    display: inline-block;
}

.entry-content ul {
    list-style-type: disc;    /* or 'circle', 'square', 'decimal' */
    padding-left: 4.5rem;     /* indents the list */
    margin-bottom: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;    /* spacing between items */
    line-height: 1.5;         /* improves readability */
}