.lc-rb-wrap{max-width:100%;margin:0 auto;padding:38px;}
.lc-rb-card{border-radius:18px;padding:22px;color:#fff}
.lc-rb-title{font-size:42px;text-align:center;margin:0 0 10px}
.lc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.lc-field{display:flex;flex-direction:column}
.lc-field label{font-size:13px;opacity:.85;margin-bottom:4px}
.lc-field input{padding:10px;border-radius:8px;border:1px solid #333;background:#fff;color:#000}
.lc-wide{grid-column:1/-1}
.lc-btn{width:100%;margin-top:12px;padding:12px 16px;border:0;border-radius:10px;background:#4CAF50;color:#fff;font-weight:600;cursor:pointer}
.lc-btn:hover{filter:brightness(.95)}
.lc-submit[disabled]{opacity:.5;cursor:not-allowed}
.lc-result{margin-bottom:10px;background:#0f172a;color:#fff;border-radius:10px;padding:12px;display:none}
.lc-map{height:420px;margin-top:16px;border-radius:16px;overflow:hidden}
#lc-calc {border: 1px solid #ffff;color: #ffff;}
#lc-calc:hover {background-color:#fff;border: 1px solid #ffff;color: #000;}
.lc-submit {border: 1px solid #fff !important;color: #fff !important;}
.lc-submit:hover {background-color:#fff !important;border: 1px solid #ffff !important; color: #000 !important;}
@media (max-width:720px){.lc-grid{grid-template-columns:1fr} .lc-rb-wrap {padding:0px;}}
