${d.name}
${ // The grid below is the stone; this paragraph is what it is said to do. d.description && !this.hideReadings ? html`${d.description}
` : nothing }-
${this.attr(this.t('Planet'), d.planet)}
${this.attr(this.t('Hardness'), typeof d.hardness === 'number' ? `${d.hardness} Mohs` : undefined)}
${this.attr(this.t('Vibration'), d.numericalVibration)}
${this.attr(this.t('Birthstone'), month)}
${this.list(this.t('Chakras'), d.chakras)}
${this.list(this.t('Zodiac'), d.zodiacSigns)}
${this.list(this.t('Elements'), d.elements)}
${
colors.length
? html`
- ${this.t('Colors')}
-
${colors.map((c) => html`${c}`)}
${this.t('Keywords')}
${d.affirmation}
` : nothing} ${ pairs.length ? html`${this.t('Pairs with')}