.official-dealer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px 0; /* nad zdjęciem */
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 14px;
    border-radius: 6px;
}

.official-dealer img {
    max-height: 32px;
    width: auto;
}

.official-dealer span {
    font-weight: 500;
}