.grid-wide {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  padding: 20px 0;
  display: flex;
  transition: padding 0.3s ease;
}
.grid-wide .inner_app_detail {
  max-width: 100%;
}
.grid-wide .inner_app_detail .app-store-preview {
  text-align: center;
}
.grid-wide .inner_app_detail .app-store-preview .title_page {
  font-size: 24px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
  color: #535353;
}
.grid-wide .inner_app_detail .app-store-preview .title_page::after {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgb(215, 215, 215);
  content: "";
  display: block;
}
.grid-wide .inner_app_detail .app-store-preview .highlight {
  font-weight: bold;
}
.grid-wide .inner_app_detail .app-store-preview .open-store {
  background: #f2f8fc;
  color: #373737;
  padding: 7px 10px;
  font-weight: 200;
  font-size: 13px;
  border-radius: 5px;
  border: none;
  width: 100%;
}
.grid-wide .inner_app_detail .app-info {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 2fr 3fr 5fr;
  gap: 20px;
}
.grid-wide .inner_app_detail .app-info .app-icon img {
  width: 80%;
  min-height: 125px;
  border-radius: 42px;
}
.grid-wide .inner_app_detail .app-info .app-details .app_name {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.023em;
}
.grid-wide .inner_app_detail .app-info .app-details .age-rating {
  font-size: 12px;
  color: white;
  padding: 2px 5px;
  border-radius: 4px;
}
.grid-wide .inner_app_detail .app-info .app-details .dev_by {
  color: #0070c9;
  font-size: 18px;
  line-height: 1.22226;
  font-weight: 400;
}
.grid-wide .inner_app_detail .app-info .app-details .rating {
  color: #888;
}
.grid-wide .inner_app_detail .app-info .app-details .store-button {
  background: black;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .intro_text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .icon_qr_wrapper .QR_code_img {
  width: 100%;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr {
  color: #000;
  text-decoration: none;
  width: calc(100% - 35px);
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px rgb(139, 139, 139) solid;
  gap: 8px;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr .icon_store_wrapper {
  width: 25px;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr .icon_store_wrapper img {
  width: 100%;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr .text_label {
  display: flex;
  flex-direction: column;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr .text_label span:nth-child(1) {
  font-size: 8px;
  text-transform: uppercase;
}
.grid-wide .inner_app_detail .app-info .app_qrcode .group_QR .store_qr .label_qr .text_label span:nth-child(2) {
  font-size: 12px;
  font-weight: 500;
}
.grid-wide .inner_app_detail .screenshot-section .screenshot_title {
  font-size: 24px;
  text-align: left;
  position: relative;
  margin-top: 20px;
  padding-top: 14px;
  color: #535353;
}
.grid-wide .inner_app_detail .screenshot-section .screenshot_title::after {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgb(215, 215, 215);
  content: "";
  display: block;
}
.grid-wide .inner_app_detail .screenshot-section .device-tabs {
  margin-bottom: 24px;
}
.grid-wide .inner_app_detail .screenshot-section .device-tabs button {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: none;
  cursor: pointer;
}
.grid-wide .inner_app_detail .screenshot-section .device-tabs button.active {
  background: black;
  color: white;
}
.grid-wide .inner_app_detail .screenshot-section .screenshots {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.grid-wide .inner_app_detail .screenshot-section .screenshots .img_scr_wrapper {
  width: 150px;
  max-height: 535px;
  border-radius: 10px;
  overflow: hidden;
}
.grid-wide .inner_app_detail .screenshot-section .screenshots .img_scr_wrapper img {
  width: 100%;
}
.grid-wide .inner_app_detail .app-description {
  border-top: 1px rgb(215, 215, 215) solid;
  border-bottom: 1px rgb(215, 215, 215) solid;
  margin: 24px 0;
  padding: 24px 0;
  background: #ffffff;
}
.grid-wide .inner_app_detail .app-description .summary_title_section {
  font-size: 24px;
  text-align: left;
  position: relative;
  color: #535353;
  margin-bottom: 12px;
}
.grid-wide .inner_app_detail .app-suggestions {
  background: white;
}
.grid-wide .inner_app_detail .app-suggestions .tilte_related_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.grid-wide .inner_app_detail .app-suggestions .tilte_related_section .tilte_related {
  font-size: 18px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.024em;
}
.grid-wide .inner_app_detail .app-suggestions .tilte_related_section .see-all {
  color: #007aff;
  text-decoration: none;
  font-size: 14px;
}
.grid-wide .inner_app_detail .app-suggestions .app-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.grid-wide .inner_app_detail .app-suggestions .app-list .app-item {
  width: 15%;
  text-decoration: none;
  color: #000;
  text-align: center;
  flex: 0 0 auto;
}
.grid-wide .inner_app_detail .app-suggestions .app-list .app-item .logo_related_wrapper img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.grid-wide .inner_app_detail .app-suggestions .app-list .app-item .app-name-related .app-name {
  padding-top: 8px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .grid-wide {
    padding: 0;
  }
  .grid-wide .inner_app_detail .app-info {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .grid-wide .inner_app_detail .app-info .app-icon img {
    width: 100%;
    min-height: 125px;
  }
  .grid-wide .inner_app_detail .app-info .app-icon {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .grid-wide .inner_app_detail .app-info .app-icon img {
    width: 50%;
  }
  .grid-wide .inner_app_detail .app-info .app_qrcode .group_QR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .grid-wide .inner_app_detail .screenshot-section .screenshots {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }
  .grid-wide .inner_app_detail .screenshot-section .screenshots .img_scr_wrapper {
    width: 50%;
    max-height: 282px;
  }
  .grid-wide .inner_app_detail .app-suggestions .app-list .app-item {
    width: 70px;
  }
  .grid-wide .inner_app_detail .app-suggestions .app-list .app-item .logo_related_wrapper img {
    border-radius: 8px;
  }
  .grid-wide .inner_app_detail .app-suggestions .app-list .app-item .app-name-related .app-name {
    font-size: 10px;
  }
}/*# sourceMappingURL=project_detail.css.map */