#app-detail-page {
  background-color: var(--bg-body);
  max-width: 1080px;
  padding: 28px 0 !important;
}

/* #app-detail-page .title {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
} */

#app-detail-page .app-info-section {
  gap: 3rem;
  padding-left: 0px;
  padding-right: 0px;
}

#app-detail-page .app-image {
  height: 100%;
  border-radius: 8px;
}

#app-detail-page .app-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

#app-detail-page .app-info .app-type {
  width: 57px;
  height: 24px;
  background: var(--bg-app-type);
  border-radius: 6px;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: var(--text-type);
}

#app-detail-page .app-info .app-status {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: var(--text-status);
}

#app-detail-page .app-info .app-title {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-primary);
}

#app-detail-page .app-info .app-description {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-description);
  margin-bottom: 0;
}

#app-detail-page .app-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

#app-detail-page .app-actions input {
  color: var(--text-generated-code);
}

#app-detail-page .app-actions button {
  padding: 0px 16px;
  gap: 8px;
  height: 48px;
  border-radius: 8px;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  flex: 1;
  height: 48px;
  background-color: var(--bg-black);
  color: var(--text-white);
  border: none;
}

#app-detail-page .app-actions button:disabled {
  background: var(--bg-button-disabled);
  color: var(--text-white);
  cursor: not-allowed;
  border: none;
}

#app-detail-page .app-actions .btn-code-generate {
  min-width: 88px;
}

#app-detail-page .app-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  background: var(--bg-card);
  box-shadow: var(--box-shadow-default);
  border-radius: 16px;
  margin: 0;
}

#app-detail-page .app-tabs .nav-tabs {
  border-bottom: 1px solid var(--border-default);
}

#app-detail-page .app-tabs .nav-tabs .nav-item {
  margin-right: 20px;
}

#app-detail-page .app-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-description);
}

#app-detail-page .app-tabs .nav-tabs .nav-item .active {
  border: none;
  border-bottom: 2px solid var(--bg-black);
  color: var(--text-primary);
}

#app-detail-page .tab-pane {
  width: 100%;
  padding: 0px 10px;
}

#app-tab-detail .tab-section {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
  gap: 16px;
}

/* #app-detail-page .title {
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-primary);
} */

#app-detail-page .content {
  flex: 1;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-primary);
}

#app-tab-banner .tab-section {
  margin: 16px 0px;
  gap: 16px;
}

#app-tab-banner .banner-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 8px;
  height: 190px;
  width: 100%;
}

#app-tab-banner .banner-info {
  width: 100%;
}

#app-tab-banner .banner-info .banner-title {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: var(--text-description);
}

#app-tab-banner .banner-info .banner-size {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-description);
}

#app-tab-banner .banner-info .divider {
  margin: 16px 0px;
}

#app-tab-banner .banner-info .btn-code-generate {
  width: 89px;
  height: 30px;
  background: var(--bg-black);
  border-radius: 8px;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: var(--text-white);
  border: none;
}

/* Css for hashtag tab */
#app-tab-keyword .tab-section {
  display: flex;
  flex-direction: column;
  margin: 16px 0px;
  gap: 16px;
}

#app-tab-keyword .keyword-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#app-tab-keyword .chip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  gap: 8px;
  border: 1px solid var(--border-chip);
  border-radius: 18px;
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: var(--text-primary);
}

/* Css for banner generate dialog */
#bannerGenerateDialog .modal-content {
  width: 320px;
  min-height: 349px;
}

#bannerGenerateDialog .modal-header {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 20px 10px 20px;
}

#bannerGenerateDialog .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  cursor: pointer;
}

#bannerGenerateDialog .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 20px 20px 20px;

  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: var(--text-normal);
}

#bannerGenerateDialog .modal-body .banner-title {
  font-family: 'Public Sans';
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--text-description);
}

#bannerGenerateDialog .modal-body textarea {
  width: 100%;
  height: auto;
  border-radius: 8px;
  width: 280px;
  min-height: 75px;
  background: var(--input-readonly-bg);
  border: 1px solid var(--border-input-readonly);
  border-radius: 8px;
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  color: var(--text-generated-code);
  vertical-align: middle;
  padding: 10px;
}

#bannerGenerateDialog button {
  background-color: var(--bg-black);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  gap: 8px;
  width: 100%;
  max-width: 180px;
  height: 36px;
  border-radius: 8px;

  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-white);
}

@media (max-width: 768px) {
  #app-detail-page .app-info-section {
    gap: 1rem;
  }

  #app-detail-page .app-info {
    width: 100%;
  }

  #app-detail-page .app-image {
    width: 100%;
  }

  #app-detail-page .app-tabs .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    margin-right: 0px;
  }

  #app-detail-page .app-tabs {
    margin-top: 10px;
  }
}
