/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

details {
    margin-bottom: 20px; /* Adjust the value as needed for adequate spacing */
}

.expand-details-content {
    /* Add other styles as needed */
    font-size: 16px;
}

.expand-details-content ul {
    list-style: square;
    font-size: 16px;
    /* Add other list styles as needed */
}

.expand-summary-content {
    font-weight: bold; /* Makes text bold */
    font-size: 16px;
    color: #0000EE; /* Traditional link color */
    text-decoration: underline; /* Underline like a link */
    cursor: pointer; /* Changes cursor to a pointer on hover */
    /* Other styles as needed */
}

.expand-summary-content ul {
    list-style: square;
    /* Add other list styles as needed */
}


