.logout-link a {
  color: #fff !important;
}
.app-card-action-button {
  text-decoration: none;
}
#app-detail-page .app-actions button {
  padding: 0 14px !important;
}
.table a {
  /* text-decoration: none !important; */
  color: #000;
}
.table a:hover {
  text-decoration: underline !important;
}
.recommend-page-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.recommend-page-box > * {
  flex: 1 1 calc(50% - 12px);
}

.app-card {
  max-width: 50%;
}

.no-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #919eab;
  border: 1px dashed #919eab;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 10px;
  padding: 5px;
}

.no-image p {
  margin: 0;
}

#app-detail-page .app-image-wrapper {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

#app-detail-page .app-image {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#app-tab-banner .banner-card {
  padding: 15px;
}

.form-switch .form-check-input {
  width: 2.5em;
  height: 1.25em;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-color: #ccc;
  border-color: #ccc;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-color: #28a745;
  border-color: #28a745;
}
.form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

#revenue-page span.status.pending {
  background: #f9e5df;
  color: #b71d18;
}

.pagination-info .disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.user-stats {
  padding: 5px 5px 0px;
}

.user-stats .stat-item {
  padding-left: 0;
  padding-right: 0;
}

.stat-value,
.stat-label {
  font-size: 10px;
}

.h2-title {
  font-size: 18px;
  font-weight: bold;
}

#login-error {
  display: none;
  font-size: 12px;
  padding: 14px;
}

#revenue-page .tab-description {
  line-height: 18px !important;
}

#revenue-page .list-card .title,
#revenue-page .list-card .description {
  font-size: 20px !important;
}

.content-div {
  max-width: 1020px;
  padding: 20px 0px;
}

.product-div .title-section {
  padding-left: 30px;
}

#qna-page .notice-textarea,
#qna-page .faq-textarea,
#qna-page .inquiry-textarea {
  min-height: 200px !important;
}

.title-section-product-detail {
  padding-left: 60px;
  margin-bottom: 10px;
}

.title-section-product-detail .title {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-black);
}

.title-section-product-detail .subtitle {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .app-card {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  .recommend-page-box {
    display: block;
  }
  .subtitle {
    margin-top: 15px;
  }
  #revenue-page .list-card {
    padding-top: 30px !important;
  }
  .withdraw-row {
    flex-direction: column;
    padding: 10px 20px;
  }
  .withdraw-row .col-8 {
    width: 100%;
  }
  .withdraw-row .col-8 div {
    margin-top: 15px;
  }
  .withdraw-row .col-4 {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .withdraw-row-submit .d-flex.align-items-center {
    flex-direction: column;
    align-items: stretch;
  }

  .withdraw-row-submit .d-flex.align-items-center .text-field-wrapper {
    width: 94%;
  }

  .withdraw-row-submit .btn-submit {
    margin-top: 10px;
    align-self: center;
    width: auto;
  }

  .title-section {
    padding-left: 20px;
  }

  #app-detail-page .app-image-wrapper {
    height: 200px;
  }
  .title-section-product-detail {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .app-info {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .px-3 {
    padding: 0 !important;
  }
  .app-card-title-text,
  .app-card-price-text {
    font-size: 12px !important;
  }
}
