.delivery-methods-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.delivery-cost-panel{border:1px solid var(--line);border-radius:16px;padding:6px 26px;background:#fff;margin-top:20px}.dct-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}.dct-row:last-child{border-bottom:none}.dct-name{display:flex;align-items:center;gap:12px;font-weight:600;font-size:14.5px;flex:none;width:200px}.dct-name svg{width:19px;height:19px;color:var(--accent-dark);flex:none}.dct-terms{margin:0;font-size:13.5px;color:var(--text-muted);text-align:right}@media (max-width:1080px){.delivery-methods-grid{grid-template-columns:1fr 1fr}.dct-row{flex-direction:column;align-items:flex-start;gap:6px}.dct-terms{text-align:left}}@media (max-width:760px){.delivery-methods-grid{grid-template-columns:1fr}.dct-name{width:auto}}