.pricing-list-container{max-width:1000px;margin:0 auto;padding:20px}.list-header{text-align:center;margin-bottom:30px}.list-header h2{font-size:2rem;color:#eee;margin-bottom:10px}.list-header p{color:#aaa}.packages-list{border:1px solid #e1e1e1;border-radius:8px;overflow:hidden}.list-row{display:grid;grid-template-columns:50px 1fr 100px 100px;padding:15px 20px;border-bottom:1px solid #e1e1e1}.list-row:last-child{border-bottom:none}.header-row{font-weight:700;color:#495057}.col-id{text-align:center}.col-name{font-weight:500;color:#ddd}.col-price{text-align:right;color:#28a745;font-weight:600}.col-count{text-align:right;color:#ddd}.total-section{display:flex;justify-content:space-between;margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px}.total-item{text-align:center}.total-item span{display:block;color:#666;margin-bottom:5px}.total-item strong{font-size:1.2rem;color:#333}.notice-to-user-item strong{font-size:1.2rem}.notice-to-user-item strong,.warm-yellow-glow{color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.3),0 0 20px rgba(251,191,36,.2),0 0 30px rgba(251,191,36,.1)}@media (max-width:768px){.list-row{grid-template-columns:1fr;gap:10px}.header-row{display:none}.col-count,.col-id,.col-name,.col-price{display:flex;justify-content:space-between}.col-id:before{content:"ID: ";font-weight:700}.col-name:before{content:"Package: ";font-weight:700}.col-price:before{content:"Price: ";font-weight:700}.col-count:before{content:"Units: ";font-weight:700}.total-section{flex-direction:column;gap:15px}}