.brand-list-page .section-box {
  padding: 30px;
}

.brand-info {
  padding: 16px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.brand-name {
  font-size: 32px;
  font-weight: bold;
}

.brand-description {
  font-size: 20px;
  line-height: 1.5;
  color: #858585;
}

.brand-action-buttons {
  display: flex;
  gap: 10px;
}

.brand-action-buttons>button {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.brand-wish-text {
  font-size: 14px;
}

.brand-tabs {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
}

.brand-tabs .brand-tab {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  font-size: 15px;
  background: none;
  border: none;
  position: relative;
}

.brand-tabs .brand-tab.active {
  font-weight: bold;
  color: #000;
}

.brand-tabs .brand-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.brand-wish-icon {
  width: 18px;
  height: 18px;
}

/* 공유 영역 스타일 */
.sharing {
  position: absolute;
  z-index: 3;
  background: #fff;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  padding: 40px 20px 20px;
  max-width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
}

.btn-share-close {
  position: absolute;
  top: 8px;
  right: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sharing-header {
  margin-bottom: 10px;
}

.sharing-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.sharing-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sns-facebook,
.sns-instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.sns-facebook img,
.sns-instagram img {
  width: 40px;
  height: 40px;
}

.sharing-url {
  display: flex;
  gap: 10px;
  align-items: center;
}

.share-url-input {
  flex: 1;
  padding: 9px !important;
  border-radius: 4px;
  font-size: 14px;
  background: #f9f9f9;
  color: #666;
}

.sns-copy-url {
  padding: 10px 16px;
  background: #ff8000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}