.reservations{display:grid;width:50%;margin:auto;gap:20px;margin-bottom:50px}.reservations .reservation{border:1px solid #000;display:flex;flex-direction:column;justify-content:space-between}.reservations .reservation strong{font-weight:700}.reservations .reservation button{background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reservations .reservation .card-header{background-color:#000;padding:10px;color:#fff}.reservations .reservation .card-body{padding:10px}.reservations .reservation .card-body .field{display:flex;margin-bottom:6px}.reservations .reservation .card-body .field .label{margin-right:30px}.reservations .reservation .card-body .field .value{font-weight:500}.reservations .reservation .card-actions{padding:10px;display:flex;justify-content:flex-end}.reservations .reservation .card-actions button{background-color:#c9af6b;padding:10px 20px;border:1px solid #000}