.place-details {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 468px;
}

.place-name {
    margin-bottom: 8px;
    text-align: center;
}

.place-photo {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: 0 auto 8px auto;
    border-radius: 4px;
}

.place-address,
.place-phone,
.place-rating,
.place-website,
.place-opening-hours {
    font-size: 14px;
    margin: 0.25rem 0;
}

.place-phone,
.place-website {
  width: 50%;
  float: left;
}

.place-opening-hours {
  clear: both;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.map {
    border-radius: 4px;
    overflow: hidden;
}