.mesora-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    direction: ltr;
    text-decoration: none;
}

.mesora-logo-mark {
    display: inline-flex;
    width: 58px;
    height: 48px;
    flex: 0 0 auto;
}

.mesora-logo-mark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mesora-logo-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

.mesora-logo-copy strong {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    color: #2f6df6;
    white-space: nowrap;
}

.mesora-logo-copy small {
    margin-top: 7px;
    font-family: "IBM Plex Sans Arabic", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    color: #8a93a0;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .mesora-logo {
        gap: 7px;
    }

    .mesora-logo-mark {
        width: 48px;
        height: 40px;
    }

    .mesora-logo-copy strong {
        font-size: 0.9rem;
        letter-spacing: 0.08em;
    }

    .mesora-logo-copy small {
        margin-top: 5px;
        font-size: 0.65rem;
    }
}
