.dealership-details .dealer__welcome .umb-grid .container {
  padding: 0;
}
.dealership-details .dealership__hours {
  border-bottom: 1px solid var(--bs-gray-400);
  padding-bottom: 47px;
  padding-top: 60px;
}
.dealership-details .dealership__hours .opening-hours-table-wrapper {
  padding-top: 47px;
}
.dealership-details
  .dealership__hours
  .opening-hours-table-wrapper
  > .container {
  max-width: unset;
}
@media (min-width: 768px) {
  .dealership-details
    .dealership__hours
    .opening-hours-table-wrapper
    > .container
    .row
    .column {
    padding: 0 10px;
  }
  .dealership-details
    .dealership__hours
    .opening-hours-table-wrapper
    > .container
    .row
    .column:not(:last-child)
    .opening-hours-table {
    border-right: 1px solid var(--bs-gray-400);
  }
}
.dealership-details
  .dealership__hours
  .opening-hours-table-wrapper
  > .container
  .row
  .column
  .opening-hours-table {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .dealership-details
    .dealership__hours
    .opening-hours-table-wrapper
    > .container
    .row
    .column
    .opening-hours-table {
    margin-right: 30px;
  }
}
.dealership-details
  .dealership__hours
  .opening-hours-table-wrapper
  > .container
  .row
  .column
  .opening-hours-table
  table {
  border: none;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .dealership-details
    .dealership__hours
    .opening-hours-table-wrapper
    > .container
    .row
    .column
    .opening-hours-table
    table {
    margin-bottom: 0;
  }
}
.dealership-details
  .dealership__hours
  .opening-hours-table-wrapper
  > .container
  .row
  .column
  .opening-hours-table
  table
  tr {
  border: none;
}
.dealership-details
  .dealership__hours
  .opening-hours-table-wrapper
  > .container
  .row
  .column
  .opening-hours-table
  table
  tr
  td {
  border: none;
  line-height: 1;
}
.dealership-details .dealership__stock {
  margin-top: 80px;
  margin-bottom: 80px;
}
.dealership-details .btn-bodyshop {
  padding: 0;
}
.dealership-details .embed-responsive iframe {
  height: 300px;
}
