
a.link-ar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #111112;
    color: #ffffff;
    text-decoration: none !important;
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    min-height: 62px;
    padding: 12px 24px;
    margin-top: 12px;
    transition: all 0.3s ease;
}

a.link-ar:hover {
    background-color: #5965E3;
}

.link-ar img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    object-fit: contain;
}
