.camera-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
    border: 2px solid #1f76ce;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camera-icon {
    color: #1f76ce;
    font-size: 0.9rem;
}

/* small white plus */
.plus-icon {
    position: absolute;
    bottom: -4px;
    right: -4px;
    font-size: 0.55rem;
    color: #fff;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 2px;
}