﻿.top-line {
    display: flex;
    width: 100%;
    min-height: 10px;
}

    .top-line button {
        flex: 1; /* توزيع بالتساوي */
        border: none;
        cursor: pointer;
        color: white;
        font-family: ui-monospace;
        font-size: smaller;     
        margin: 0; /* very important to remove spacing */
        border-radius: 0; /* no rounded corners */

    }

.top-line button.lg {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    margin-left: -4px;
    font-weight: bold;
}

.top-line button img {
    max-height:15px;
}

.fachpartner-s img {
    margin: 0 40px;
}


