.kd-ik {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
}

.kd-button {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #14b8a6;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.kd-ik-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.kd-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.kd-image {
    display: block;
}
.kd-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.kd-image-loading img {
    display: block;
    width: 200px;
    height: auto;
}
