.f-link {
    text-decoration: none;
    color: #64748b;
}

.f-link:hover {
    color: #1e293b;
    padding-right: 5px;
}

.f-contact-link:hover {
    color: #1e293b;
}

.p-card-small {
    width: 40px;
    height: 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.p-card-small img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .k87-main-footer .k87-footer-top {
        justify-content: center !important;
        gap: 30px;
    }

    .k87-main-footer .k87-footer-col-title span {
        right: 50% !important;
    }

    .k87-main-footer .k87-footer-top > div,
    .k87-main-footer .k87-footer-bottom > div {
        text-align: center !important;
    }
}
