.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.consent-skeleton-container{width:100%;margin:0 auto;padding:8px}.consent-skeleton-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.consent-skeleton-title{height:32px;width:500px;background-color:#f0f0f0;border-radius:4px}.consent-skeleton-save-button{height:40px;width:140px;background-color:#f0f0f0;border-radius:4px}.consent-skeleton-divider{height:1px;width:100%;background-color:#e0e0e0;margin-bottom:24px}.consent-skeleton-description{margin-bottom:16px}.consent-skeleton-paragraph{height:60px;width:100%;background-color:#f0f0f0;border-radius:4px;margin-bottom:8px}.consent-skeleton-link{height:20px;width:150px}.consent-skeleton-link,.consent-skeleton-paragraph-small{background-color:#f0f0f0;border-radius:4px;margin-bottom:24px}.consent-skeleton-paragraph-small{height:40px;width:100%}.consent-skeleton-items{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.consent-skeleton-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.consent-skeleton-item-content{flex:1 1}.consent-skeleton-item-title{height:24px;width:70%;background-color:#f0f0f0;border-radius:4px}.consent-skeleton-item-title-long{height:24px;width:90%;background-color:#f0f0f0;border-radius:4px;margin-bottom:8px}.consent-skeleton-item-button{height:36px;width:100px;background-color:#f0f0f0;border-radius:4px;margin-left:16px}.consent-skeleton-privacy-note{display:flex;gap:16px;padding:24px;background-color:#f8f9fc;border-radius:8px}.consent-skeleton-icon{height:24px;width:24px;min-width:24px;background-color:#f0f0f0;border-radius:4px}.consent-skeleton-note-content{flex:1 1;display:flex;flex-direction:column;gap:8px}.consent-skeleton-note-text{height:20px;width:100%;background-color:#f0f0f0;border-radius:4px}.consent-skeleton-privacy-link{height:20px;width:240px;background-color:#f0f0f0;border-radius:4px;align-self:flex-end;margin-top:8px}@media (max-width:768px){.consent-skeleton-header{flex-direction:column;align-items:flex-start;gap:16px}.consent-skeleton-title{width:100%}.consent-skeleton-item{flex-direction:column;align-items:flex-start;gap:20px}.consent-skeleton-item-button{margin-left:0;align-self:flex-end}}