.ik-skeleton {
    width: 100%;
    border-radius: 8px;
    min-width: 8px;
    min-height: 8px;
    overflow: hidden;
}

.ik-skeleton--round {
    border-radius: 50%;
}

.ik-skeleton--xs {
    height: 8px;
}

.ik-skeleton--sm {
    height: 18px;
}

.ik-skeleton--md {
    height: 34px;
}

.ik-skeleton--lg {
    height: 48px;
}

.ik-skeleton--xl {
    height: 64px;
}

.ik-skeleton--xxl {
    height: 128px;
}

.ik-skeleton-list-item {
    display: flex;
    align-items: center;
}

.ik-skeleton-list-item > *:first-child {
    flex: 0 0 auto;
}

.ik-skeleton-list-item > *:last-child {
    flex: 1 1 auto;
}
