.mockup-result.tiktok {
    flex-direction: column;
    background: url("https://www.myclickguide.com/tools/images/mcg-full-screen-mobile-view-mockup.png") no-repeat;
    min-height: 875px;
}
.tiktok .version-1 {
  height: fit-content;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 400px;
  margin: 0px 20px 30px 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .5) 1.56%, rgba(0, 0, 0, .2) 10.23%, rgba(0, 0, 0, .05) 17.81%, rgba(0, 0, 0, 0) 24.94%, rgba(0, 0, 0, 0) 50.52%, rgba(0, 0, 0, 0) 72.91%, rgba(0, 0, 0, .05) 81.37%, rgba(0, 0, 0, .2) 89.84%, rgba(0, 0, 0, .5) 100%), #4a4a4a;
  border-radius: 20px;
  aspect-ratio: 9/16;
  color: white;
}

.tiktok .version-1 .header {
  position: absolute;
  display: flex;
  align-items: center;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 15px;
}

.tiktok .version-1 .header p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.25px;
  color: #fff;
  opacity: .6;
}

.tiktok .version-1 .header p:last-child {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -.25px;
  color: #fff;
  position: relative;
}

.tiktok .version-1 .header p:last-child::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  bottom: -0.6rem;
  height: 3px;
  border-radius: 1px;
  width: 50%;
  left: 25%;
}

.tiktok .version-1 .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .8em;
  border-radius: 10px;
}

.tiktok .version-1 .info-1,
.tiktok .version-1 .info-2 {
  position: absolute;
  bottom: 5em;
  left: 1em;
  width: calc(80% - 1em);
}

.tiktok .version-1 .info-1 .caption {
  margin-top: .5em;
}

.tiktok .version-1 .info-1 .song {
  display: flex;
  gap: 1em;
  align-items: center;
}

.tiktok .version-1 .sponsored {
  margin: 10px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 0;
  padding: 0 5px;
  height: 15px;
  background: #6d6b6d;
  border-radius: 2px;
  letter-spacing: .254679px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiktok .version-1 .info-1 .call-to-action {
  margin-top: 6px;
  height: 33px;
  background: #000;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .28953px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.tiktok .version-1 .actions {
  position: absolute;
  bottom: 5em;
  right: 0em;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em
}

.tiktok .version-1 .actions .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.tiktok .version-1 .actions .action.music {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: conic-gradient(from 179.98deg at 50% 50%, #181818 0deg, #363635 48.69deg, #181818 96.07deg, #292929 148.04deg, #363635 176.25deg, #151515 269.98deg, #2e2e2e 322.05deg, #181818 360deg);
  transform: matrix(1, 0, 0, 1, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiktok .version-1 .actions .action.music .disk {
  width: 28px;
  height: 28px;
  background: #000;
  opacity: .9;
  transform: matrix(1, 0, 0, 1, 0, 0);
  border-radius: 50%;
}

.tiktok .version-1 .profile-pic {
  background-color: white;
  padding: 3px;
  margin-bottom: .5em;
}

.tiktok .version-1 .info-2 .call-to-action {
  height: 33px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: .28953px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 0;
  background: #d99144;
  border-radius: 0 0 2px 2px;
}

.tiktok .version-1 .info-2 .ad {
  margin-top: 10px;
  padding: 6px 10px 6px 6px;
  background: rgba(30, 30, 30, .87);
  backdrop-filter: blur(2.54129px);
  border-radius: 1.6942px 1.6942px 0 0;
  display: flex;
  gap: 10px;
  position: relative;
  display: flex;
  gap: 3px;
}

.tiktok .version-1 .info-2 .ad .ad-cover-image {
  height: 80px;
  width: 80px;
  background: rgba(255, 255, 255, .2);
  border-radius: 1.6942px
}

.tiktok .version-1 .info-2 .ad .ad-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tiktok .version-1 .info-2 .ad .ad-cover-image:has(img[src=""]) img {
  display: none;
}

.tiktok .version-1 .info-2 .ad .content {
  width: calc(100% - 85px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.tiktok .version-1 .info-2 .ad .content .data {
  margin: 5px;
}

.tiktok .version-1 .info-2 .ad .content .data .ad-cover-title {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.tiktok .version-1 .info-2 .ad .content .data .ad-cover-description {
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: .02em;
}

.mockup-result.tiktok .image {
  height: 100%;
  width: 100%;
}

.mockup-result.tiktok .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.mockup-result.tiktok .image:has(img[src=""]) img {
  display: none;
}