.skeleton-loader{margin:20px 0}.skeleton-line{background-color:#e0e0e0;border-radius:4px;height:20px;margin-bottom:10px;animation:pulse 1.5s ease-in-out infinite;width:100%}.skeleton-h1{height:38px;width:40%;margin-bottom:15px}.skeleton-h2{height:24px;width:50%;margin-top:30px;margin-bottom:12px}.skeleton-p{height:20px;width:100%}@keyframes pulse{0%{background-color:transparent}50%{background-color:silver}100%{background-color:transparent}}.error-message{color:rgb(173,20,20);background:#f5d1d1;border-left:5px solid rgb(253,69,69);font-family:sans-serif;font-size:14px;margin-top:10px;padding:10px}