@charset "utf-8";

.apple-watch-ribbon {
  display: block;
  position: relative;
  background-color: #1d1d1f;
  padding: 20px 0;
  text-align: center;
}

.section-container .apple-watch-ribbon {
  margin-left: -15px;
  margin-right: -15px;
}

.apple-watch-ribbon-logo {
  margin-bottom: 20px;
}

.apple-watch-ribbon-logo-img {
  width: 69px;
  height: 15px;
}

.apple-watch-ribbon-text {
  margin: 0 0 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #f5f5f7;
}

.apple-watch-ribbon-arrow-text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 7px;
  line-height: 1;
  font-size: 14px;
  color: #2997ff;
}

.apple-watch-ribbon-arrow-text::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  transform: rotate(45deg);
  border-top: 1px solid #2997ff;
  border-right: 1px solid #2997ff;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 330px) {
  .apple-watch-ribbon-text {
    font-size: 13px;
  }

  .apple-watch-ribbon-arrow-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 901px) {
  .apple-watch-ribbon {
    margin: 0 0 70px;
    padding: 40px 0;
  }

  .section-container .apple-watch-ribbon {
    margin-left: 0;
    margin-right: 0;
  }

  .apple-watch-ribbon-logo {
    margin-bottom: 40px;
  }

  .apple-watch-ribbon-logo-img {
    width: 138px;
    height: 30px;
  }

  .apple-watch-ribbon-text {
    margin: 0 0 30px;
    font-size: 28px;
  }

  .apple-watch-ribbon-arrow-text {
    padding-right: 15px;
    font-size: 28px;
  }

  .apple-watch-ribbon-arrow-text::after {
    top: calc(50% - 6px);
    border-top: 2px solid #2997ff;
    border-right: 2px solid #2997ff;
    width: 10px;
    height: 10px;
  }

}