.footer {
  background-color: #4d4d4d;
}

.footer__container {
  padding: 40px 16px;
}

.footer__social-links {
  width: 100%;
  max-width: 730px;
  margin: 8px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.footer__link {
  padding: 10px 15px;
  margin: 8px;
  width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #ffffff;
  border-radius: 100px;
}

.footer__icon {
  width: 20px;
  height: 20px;
}

.footer__link-text {
  width: fit-content;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  hanging-punctuation: first last;
  color: #666666;
}

/* Footer Notice Section */
.footer__notice-section {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer__notice-list {
  list-style: number;
  padding: 0;
  margin: 0 0 0 16px;
}

.footer__notice-text {
  /* font-family: 'Noto Sans TC'; */
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #E0E0CC;
}

.footer__notice-title {
  width: fit-content;
  white-space: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 18px;
  color: #E0E0CC;
}

/* Footer App Section */
.footer__app-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.footer__app-container {
  display: inline-flex;
  align-items: center;
  padding: 16px 16px 24px;
  position: relative;
  flex: 0 0 auto;
}

.footer__app-icon {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid;
  border-color: #9d9d9d;
  margin: 0px 12px 0px 0px;
}

.footer__app-info {
  width: 200px;
  height: auto;
}

.footer__app-title {
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.footer__app-store-ios,
.footer__app-store-android {
  display: inline-flex;
  align-items: flex-start;
  padding: 0.91px 0px 0px;
}

.footer__app-store-ios {
  left: 0;
}

.footer__app-store-android {
  left: 100px;
}

.footer__app-store-badge {
  position: relative;
  width: auto;
  height: 28px;
}

/* Footer Contact Section */
.footer__contact-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  padding: 40px 0 16px;
  flex: 0 0 auto;
}

.footer__contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.footer__contact-info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  margin: 5px;
}

.footer__contact-label {
  position: relative;
  width: fit-content;
  font-weight: 300;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.footer__contact-text {
  position: relative;
  width: fit-content;
  font-weight: 300;
  color: #F1D8BF !important;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

/* Footer Legal Links */
.footer__legal-links {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.footer__legal-item {
  display: inline-flex;
  align-items: center;
  padding: 0px 8px 0px 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.footer__legal-link {
  text-decoration: none;
}

.footer__legal-text {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-weight: 300;
  color: #F1D8BF;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.footer__legal-separator {
  position: relative;
  width: fit-content;
  padding: 0 0 0 8px;
  color: #ffffff;
  font-weight: 300;
}


@media (max-width: 1099px) {
  .footer__link {
    width: 100%;
  }

  .footer__app-container {
    flex-direction: column;
  }

  .footer__app-icon {
    margin: 0 0 24px 0;
  }
}