/* ================================================================================ */
/*  Project: Digital Experience - Web
/*  Author: Digital Experience
/*  Date: Tue May 20 2025 16:25:11 GMT+0000 (Coordinated Universal Time)
/*  
/*  Copyright © 2025 Red Hat, Inc.
/*  https://www.redhat.com
/* ================================================================================ */

.skeleton{position:relative;width:100%;height:auto}.skeleton .bone{position:relative;background:var(--rh-color-surface-lighter,#f2f2f2);overflow:hidden}.skeleton .bone-header{width:50%;height:20px}.skeleton .bone-body{width:100%;height:150px;margin-bottom:16px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.skeleton .bone-paragraph{width:90%;height:20px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.skeleton .bone-paragraph:not(:last-of-type){-webkit-margin-after:12px;margin-block-end:12px}.skeleton .bone-paragraph--short{width:60%}.skeleton .bone::after{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background-size:200% 100%;background-image:linear-gradient(to right,#e0e0e0,#c7c7c7);animation:1.8s linear infinite shimmer;z-index:1;mask:inherit;-webkit-mask:inherit;pointer-events:none}@keyframes shimmer{0%,100%{background-position:100% 0}50%{background-position:0 0}}