
        .initials-circle {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            border: 2px solid #ccc;
            background-color: #f0f0f0;
            text-align: center;
            padding-top: 16px;
            font-size: 26px;
            font-weight: normal;
            color: #333;
            line-height: 1;
        }