/* Tattoo guide */

.guide-source-bar {
  display: block;
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(51, 255, 167, 0.18);
  border-radius: 10px;
  background: rgba(51, 255, 167, 0.07);
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
}

.guide-source-bar:hover {
  background: rgba(51, 255, 167, 0.1);
}

.tattoo-intro {
  display: grid;
  gap: 1rem;
}

.tattoo-panel {
  border: 1px solid rgba(51, 255, 167, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem 1.05rem;
}

.tattoo-panel h3 {
  margin: 0 0 0.65rem;
  font-size: 1.02rem;
  line-height: 1.35;
}

.tattoo-panel p {
  margin: 0;
  color: var(--text-muted);
}

.tattoo-panel p + p,
.tattoo-panel ul,
.tattoo-panel table,
.tattoo-panel .tattoo-shot {
  margin-top: 0.75rem;
}

.tattoo-shot {
  max-width: 48rem;
  margin: 0 auto;
}

.tattoo-shot .lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #151515;
  overflow: hidden;
  cursor: zoom-in;
}

.tattoo-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.tattoo-stat-grid {
  display: grid;
  gap: 0.9rem;
}

.tattoo-stat {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  padding: 0.9rem 0.95rem;
}

.tattoo-stat__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.6rem;
}

.tattoo-stat__head img,
.tattoo-combo__icons img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.tattoo-stat__head strong {
  font-size: 1rem;
  line-height: 1.2;
}

.tattoo-stat ul,
.tattoo-combo-list,
.tattoo-bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
}

.tattoo-stat li + li,
.tattoo-bullet-list li + li {
  margin-top: 0.35rem;
}

.tattoo-combo-wrap {
  display: grid;
  gap: 1rem;
}

.tattoo-combo-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  padding: 0.95rem 1rem;
}

.tattoo-combo-card h3 {
  margin: 0 0 0.7rem;
}

.tattoo-combo-list {
  list-style: none;
  padding-left: 0;
}

.tattoo-combo-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tattoo-combo-list li + li {
  margin-top: 0.45rem;
}

.tattoo-combo__icons {
  display: inline-flex;
  gap: 0.18rem;
  flex: 0 0 auto;
}

.tattoo-note {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(51, 255, 167, 0.18);
  border-radius: 10px;
  background: rgba(51, 255, 167, 0.07);
  color: var(--text-muted);
}

.tattoo-note p {
  margin: 0;
}

.tattoo-note p + p {
  margin-top: 0.55rem;
}

.tattoo-subsection + .tattoo-subsection {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #313131;
}

.tattoo-subsection h3 {
  margin: 0 0 0.75rem;
}

.tattoo-table-shell {
  overflow-x: auto;
}

.tattoo-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 32rem;
  color: var(--text);
}

.tattoo-table th,
.tattoo-table td {
  padding: 0.8rem 0.85rem;
  border-bottom: 1px solid #303030;
  vertical-align: top;
  text-align: left;
}

.tattoo-table th {
  color: #b8b8b8;
  font-size: 0.88rem;
  font-weight: 800;
  background: #252525;
}

.tattoo-table td {
  color: var(--text-muted);
}

.tattoo-table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.015);
}

.tattoo-price-list {
  display: grid;
  gap: 0.55rem;
}

.tattoo-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.tattoo-price-label {
  min-width: 7rem;
  color: var(--text);
  font-weight: 800;
}

.tattoo-price-value {
  color: var(--text-muted);
}

.tattoo-inline-item {
  margin: 0 0.18rem;
}

.tattoo-rec-grid {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.1rem 1.15rem;
}

.tattoo-rec-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
  padding: 0.95rem 1rem;
}

.tattoo-rec-card h3 {
  margin: 0 0 0.35rem;
}

.tattoo-rec-card p {
  margin: 0;
  color: var(--text-muted);
}

.tattoo-rec-card p + p,
.tattoo-rec-card ul,
.tattoo-rec-card .tattoo-rec-lines {
  margin-top: 0.65rem;
}

.tattoo-rec-lines {
  display: grid;
  gap: 0.45rem;
}

.tattoo-rec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.tattoo-rec-label {
  min-width: 7rem;
  color: var(--text);
  font-weight: 800;
}

.tattoo-rec-value {
  color: var(--text-muted);
}

.tattoo-rec-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-muted);
}

@media (min-width: 860px) {
  .tattoo-intro,
  .tattoo-combo-wrap,
  .tattoo-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tattoo-stat-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tattoo-rec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
