.sh-elektro-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
    margin: 0.75rem 0;
    text-decoration: none;
    color: #4a4a4a;
    line-height: 1.2;
}

a.sh-elektro-badge:hover,
a.sh-elektro-badge:focus {
    text-decoration: none;
    opacity: 0.9;
}

.sh-elektro-badge__image {
    display: block;
    max-width: 220px;
    width: 100%;
    height: auto;
}

.sh-elektro-badge__unicode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #2e8b57;
    color: #fff;
    font-size: 1.1rem;
}

.sh-elektro-badge__text {
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4a4a4a;
    white-space: pre-line;
}

.sh-elektro-badge--checkout {
    margin: 1rem 0;
}
