.kem-platform-entry-grid .platform-entry svg {
    flex: 0 0 auto;
    height: 28px;
    width: 28px;
}

.contact-card .kem-contact-icon {
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
}

.contact-card .kem-contact-icon svg {
    display: block;
    height: 40px;
    width: 40px;
}

.entry-modal__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 56px;
    text-align: center;
}

.kem-entry-modal .entry-modal__notice {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    min-height: 36px;
    padding: 0 18px;
    white-space: normal;
}

.kem-entry-modal .entry-modal__notice > span:first-child {
    flex: 0 0 16px;
}

.kem-entry-modal .entry-modal__notice > span:last-child {
    display: inline;
    height: auto;
    width: auto;
    border-radius: 0;
    background: transparent;
    color: #1570b7;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.kem-entry-modal .entry-modal__item {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: flex-start;
    min-height: 92px;
    text-align: left;
}

.kem-entry-modal .entry-modal__item > img,
.kem-entry-modal .entry-modal__item > .kem-modal-placeholder-icon {
    flex: 0 0 auto;
}

.kem-entry-modal .entry-modal__info {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    text-align: left;
}

.kem-entry-modal .entry-modal__link {
    flex: 0 0 88px;
}

.kem-modal-placeholder-icon {
    align-items: center;
    background: linear-gradient(180deg, #33b8ff 0%, #168bff 100%);
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 800;
    justify-content: center;
}

.kem-entry-modal__empty {
    color: #243b5c;
    font-size: 15px;
    padding: 22px 12px;
    text-align: center;
}

.kem-entry-modal__link-disabled {
    cursor: default;
    opacity: .7;
}

@media (max-width: 480px) {
    .kem-entry-modal .entry-modal__item {
        gap: 10px;
        padding: 12px;
    }

    .kem-entry-modal .entry-modal__info strong {
        font-size: 16px;
        line-height: 22px;
    }

    .kem-entry-modal .entry-modal__info span {
        font-size: 13px;
        line-height: 20px;
    }

    .kem-entry-modal .entry-modal__link {
        flex-basis: 78px;
        width: 78px;
    }
}
