body {

font-family: Arial, sans-serif;

background:#f5f6f8;

padding:40px;

}



h1 {

font-size:32px;

}



.card {

background:white;

padding:25px;

margin:25px 0;

border-radius:12px;

box-shadow:
0 3px 15px rgba(0,0,0,0.1);

}



table {

width:100%;

border-collapse:collapse;

}



td {

padding:12px;

border-bottom:1px solid #eee;

}


td:first-child {

font-weight:bold;

width:220px;

}



#map,
#gpsmap {

width:100%;

height:400px;

margin-top:20px;

border-radius:12px;

}



#gpsmap {

display:none;

}



button {

padding:12px 20px;

border:none;

border-radius:8px;

cursor:pointer;

font-size:16px;

}