.styled-list-item{display:flex;justify-content:space-between;align-items:center;background:#dff1f1;border:2px solid #6fd1d7;padding:12px 18px;border-radius:20px;margin-bottom:14px;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.styled-list-item:hover{transform:translateY(-6px);box-shadow:0 10px 22px rgba(0,0,0,.2)}.copy-text{flex:1;margin-right:12px;font-size:17px;font-weight:600}.copy-btn{background:#f00;color:#fff;padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:background .3s ease}.copy-btn:hover{background:#bede5b}.copy-btn.copied{background:#4caf50!important}@media (max-width:768px){.styled-list-item{flex-direction:column;align-items:flex-start}.copy-text{margin-right:0;margin-bottom:10px;font-size:18px;width:100%}.copy-btn{width:100%;padding:10px 0}}