loading-skeleton {
    display: inline-block;
    width: 3.625rem;
    height: 1.75rem;
    border-radius: 0.4375rem;
    background: linear-gradient(90deg, #edf2f7 25%, #f7fafc 37%, #edf2f7 63%);
    background-size: 400% 100%;
    animation: loading-skeleton-shimmer 1.2s ease-in-out infinite;
    vertical-align: middle;
}

loading-skeleton.loading-skeleton--vacation {
    width: 4rem;
    height: 1.5rem;
    border-radius: 0.375rem;
}

@keyframes loading-skeleton-shimmer {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    loading-skeleton {
        animation: none;
    }
}

/*# sourceMappingURL=loading-skeleton-08a454ec5a.css.map */
