	.custom-div-icon {
			background: none;
			border: none;
	}
    .font-awesome-icon-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid white;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
        -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
    }
    .font-awesome-icon-container i {
        color: white; /* The icon glyph itself will be white for contrast */
        font-size: 14px;
    }