.tpl-guide-block {
  margin-top: 8px;
}

.tpl-guide-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tpl-guide-section__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.tpl-guide-section__intro {
  margin: 4px 0 0;
  max-width: 62ch;
}

.tpl-guide-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: start;
}

.tpl-guide-section__notes {
  font-size: 0.92rem;
  color: rgba(28, 26, 23, 0.72);
}

.tpl-guide-section__notes p {
  margin: 0 0 10px;
}

.tpl-guide-custom-notes {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 20, 0.08);
}

.tpl-guide-hub__grid,
.tpl-guide-print,
.tpl-guide-motion {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.tpl-guide-file {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 88px;
  padding: 12px 10px;
  border-radius: 8px;
  background: #eef1f2;
  font-size: 0.82rem;
  text-align: center;
}

.tpl-guide-file em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.72rem;
  color: #0b5a3b;
  margin-bottom: 4px;
}

.tpl-guide-figma__list {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 0.9rem;
}

.tpl-guide-deck {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tpl-guide-slide {
  display: inline-flex;
  flex-direction: column;
  width: 100px;
  font-size: 0.75rem;
  color: rgba(28, 26, 23, 0.65);
}

.tpl-guide-slide i {
  display: block;
  height: 56px;
  margin-bottom: 6px;
  border-radius: 4px;
  background: linear-gradient(145deg, #f3e8e2, #0b5a3b);
  border: 1px solid rgba(15, 23, 20, 0.08);
}

.tpl-guide-social-pack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tpl-guide-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border-radius: 6px;
  background: #eef1f2;
  font-size: 0.78rem;
  min-width: 72px;
  min-height: 72px;
}

.tpl-guide-frame--story-9:16,
.tpl-guide-frame--reels-cover {
  min-height: 120px;
}

.tpl-guide-email {
  display: grid;
  gap: 10px;
}

.tpl-guide-screen {
  display: block;
  padding: 24px 16px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(15, 23, 20, 0.1);
  text-align: center;
  font-size: 0.85rem;
}

.tpl-guide-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.tpl-guide-table th,
.tpl-guide-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(15, 23, 20, 0.08);
  text-align: left;
  vertical-align: top;
}

@media (max-width: 720px) {
  .tpl-guide-section__layout {
    grid-template-columns: 1fr;
  }
}
