  /* Styles related to ./blocks/rows/expanding-buttons/expanding-buttons.php component
   This prevents the component from expanding.
   Remove this block to revert to default component styles.
*/

.tool-item {
    max-width: 100% !important;
    background-color: transparent !important;
    cursor: unset !important;
}

.tool-item h3,
.tool-item .h3 {
    margin: 0;
    color: #00101d;
}

.tool-item [class^="icomoon-"] {
    background: #f0f4ef !important;
    color: #e8173a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle black shadow */
}

.tool-item .desc {
    width: 100%;
    height: auto;
    padding: 0 0 0 30px;
    opacity: 1;
    color: #00101d;
	max-height: unset;
}

@media (max-width: 767px) {
	.tool-item .desc {
		padding-left: 0;
	}
}

/* End of expanding buttons component */
