.square-sidebar {
  width: 374px;
  min-height: 100vh;
  padding: 26px;
  color: #273645;
  background: #fff;
}

.square-sidebar-details > h2 {
  font-size: 24px;
  font-weight: 400;
}
.square-sidebar-details > p,
.square-sidebar-details > h6 {
  font-weight: 400;
  font-size: 14px;
  font-family: helvetica-roman;
}

.square-sidebar-info > h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: helvetica-bold;
}

/* Main */
.square-main {
  background: #f4f5f7;
  padding: 16px;
  width: 100%;
}

.square-adds-header > p {
  font-family: helvetica-bold;
}
.square-adds-body {
  background: #fff;
  border-radius: 8px;
  min-height: 216px;
}
.square-adds-body p {
  font-family: helvetica-roman;
}
.square-adds-body label:last-child {
  border: none;
}
.square-add-body-img {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-stadium-header h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: helvetica-medium;
}
.square-stadium-header > p {
  font-family: helvetica-bold;
}

.square-stadium-body-info div {
  font-size: 14px;
}
.square-sidebar-slider img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
}
