.dotted-line-flow{position:relative;width:2px;height:100px;background-image:repeating-linear-gradient(to bottom,#FFFFFF6E,#FFFFFF6E 2px,transparent 2px,transparent 4px);margin:0 auto;overflow:hidden}.dotted-line-flow:after{content:'';position:absolute;top:-100%;left:0;width:2px;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);animation:shineDown 2s linear infinite}@keyframes shineDown{0%{top:-100%}100%{top:100%}}.price-list{max-width:600px;margin:0 auto}.price-row{display:flex;justify-content:space-between;background:#f5f5f5;padding:12px 16px;margin-bottom:8px;gap:1px}.price-row dt,.price-row dd{margin:0;padding:0;flex:1;font-size:16px}.price-row dd{text-align:right}@media (max-width:600px){.price-row{flex-direction:column;text-align:left}.price-row dd{text-align:left;margin-top:4px}}