.dthsl-single-branch {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 40px;
}

.dthsl-branch-article {
  display: grid;
  gap: 20px;
}

.dthsl-branch-title {
  margin: 0;
}

.dthsl-branch-province {
  margin: 6px 0 0;
  color: #1f6fff;
  font-weight: 600;
}

.dthsl-branch-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: start;
}

.dthsl-branch-image-wrap {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.dthsl-branch-image {
  display: block;
  width: 100%;
  height: auto;
}

.dthsl-branch-info {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}

.dthsl-info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px dashed #efefef;
}

.dthsl-info-row:last-of-type {
  border-bottom: 0;
}

.dthsl-info-label {
  color: #6b6b6b;
  font-weight: 600;
}

.dthsl-info-value {
  color: #1f1f1f;
}

.dthsl-map-link {
  margin: 12px 0 0;
}

.dthsl-line-friend-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #00b900;
  color: #00b900;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.dthsl-line-friend-btn:hover {
  background: #00b900;
  color: #fff;
}

.dthsl-branch-content {
  border-top: 1px solid #ededed;
  padding-top: 16px;
}

@media (max-width: 900px) {
  .dthsl-branch-grid {
    grid-template-columns: 1fr;
  }

  .dthsl-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
