/* ==================================================
   MY JAT — Footer
   ================================================== */

.myjat-footer {

    padding: 25px 20px 0;
    box-sizing: border-box;
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.myjat-footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.myjat-footer-brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.myjat-footer-logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex-shrink: 0;
}

.myjat-footer-brand-name {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
}

.myjat-footer-brand-mere {
    color: #222;
}

.myjat-footer-brand-jat {
    color: #e04424;
}

.myjat-footer-org {
    margin: 5px 0 0;
    font-size: 0.82rem;
}

.myjat-footer-developer {
    justify-self: end;
    text-align: right;
}

.myjat-footer-developer h6 {
    margin: 0;

    font-size:12px;
    font-weight: 700;
}

.myjat-footer-developer a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-top: 5px;

    text-decoration: none;
    font-size: 0.82rem;
}

.myjat-footer-developer a:hover {
    color: #d9650d;
}

.myjat-footer-developer p {
    margin: 5px 0 0;
    font-size: 0.78rem;
}


.myjat-footer-bottom {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: justify;

    font-size: 0.72rem;
}


