.update-card-container{max-width:700px;margin:20px auto;padding:20px;background:#ffffff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.update-card-title{font-size:1.5rem;font-weight:700;margin-bottom:10px;background:linear-gradient(90deg,#9133ff,#336bff,#3389ff,#33e5ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.update-list{display:flex;flex-direction:column}.update-item{border-bottom:1px solid #ddd;padding:10px 0;transition:.3s ease-in-out}.update-item:last-child{border-bottom:none}.update-item-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px;background:#f6f6f6;transition:.3s}.update-item.active .update-item-header{background:#ebf4ff}.update-item-icon{font-size:1.2rem;font-weight:700;margin-left:auto}.update-item-title{font-weight:700;flex-grow:1;margin-left:10px}.update-item-date{font-size:.9rem;font-weight:700}.update-item-details{max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s;opacity:0}.update-item.active .update-item-details{max-height:500px;opacity:1}.update-item-bullets{padding:10px;background:#ebf4ff}.update-item-bullet{padding:5px 0;font-size:.9rem;color:dimgray}