.ds-rs {
  border: 1px solid var(--bs-gray-300);
}
.ds-rs .dsr-link {
  text-decoration: none;
  color: var(--bs-gray-700);
  transition: all .3s ease;
}
.ds-rs .dsr-link.active {
  font-weight: 500;
}
.ds-rs .dsr-link:hover, .ds-rs .dsr-link.active {
  color: var(--accent-main);
}
.ds-rs-hd {
  border-bottom: 1px solid var(--bs-gray-300);
  padding: 20px;
}
.ds-rg-wrap {
  display: flex;
}
.ds-rg-a {
  border-right: 1px solid var(--bs-gray-300);
  width: 160px;
}
.ds-rg-a a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid var(--bs-gray-300);
}
.ds-rg-a .dsr-s::before {
  content: "";
  display: inline-block;;
  width: 7px;
  height: 7px;
  border-radius: 3.5px;
  margin-bottom: 2.1px;
  margin-right: 10px;
  background-color: var(--bs-gray-300);
  transition: all .3s ease;
}
.ds-rg-a .dsr-link:hover .dsr-s::before, .ds-rg-a .dsr-link.active .dsr-s::before {
  background-color: var(--accent-main);
}

.ds-rg-b {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.dsr-b {
  width: 100%;
  display: none;
  padding: 10px 20px;
}
.ds-rg-b .dsr-link {
  display: inline-block;
  padding: 5px;
  margin: 10px;
  text-align: center;
}
.dsr-i {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.dsr-i .b.w {
  height: 100%;
}
.dsr-i .b.p {
  width: 100%;
}