﻿.opening-hours {
  list-style: none;
  padding-left: 0;
  font-size: 18px; }

.opening-hours li span:last-child {
  float: right; }

dd {
  display: none;
  padding: 15px; }
  dd > p {
    margin: 0 !important; }

dt {
  padding: 15px;
  border-top: 1px solid #ccc;
  font-weight: normal;
  font-size: 19px;
  cursor: pointer; }
  dt:first-child {
    border-top: none; }
  dt > p {
    margin: 0 !important; }
    dt > p:after {
      content: "\f107";
      position: absolute;
      right: 15px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 600;
      font-size: 23px; }

.desktop .card .card-body {
  padding: 0 0 20px 0; }

#view-issue-modal .modal-content {
  max-height: 90vh; }
