.aidr-badge-wrap {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 14px;
    transform: translateY(2px);
}

.aidr-badge {
    width: 44px;
    height: 44px;
    display: inline-block;
    flex: 0 0 44px;
    background: #fff;
    border-radius: 999px;
    padding: 4px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.9);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}

@media (max-width: 480px) {
    .aidr-badge {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }
}
