.name {
  font-weight: 700;
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.email {
  font-weight: 400;
  font-size: 18px;
}

.logout {
  color: #8898a3;
  font-weight: 500;
  font-size: 14px;
}

.section-row-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--Neutral-Black);
}

.view-all {
  font-weight: 400;
  font-size: 14px;
  color: var(--Neutral-Black);
}
.single-row-items {
  margin-left: auto;
}

.category-img-container-mypage {
  width: 174px !important;
  height: auto;
}

.category-card img {
  user-select: none !important;
}

.accordion-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.accordion-container {
  height: 60px;
  width: 100%;
  background-color: white;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.accordion-head {
  height: 60px;
  padding: 0 20px;
  cursor: pointer;
}

.accordion-icon {
  margin-right: 10px;
  user-select: none;
}

.accordion-name {
  font-weight: 500;
  font-size: 16px;
  user-select: none;
  color: var(--Neutral-Black);
}

.accordion-dd {
  user-select: none;
}

.accordion-body {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 20px;
}

.accordion-container.opened {
  height: auto;
}

.accordion-container.opened .accordion-dd {
  transform: rotate(90deg); /* Rotate the arrow when opened */
  transition: transform 0.3s ease;
}
