﻿body.lbrlab-page .button.button-dark {
    color: var(--white);
}

body.lbrlab-page .button.button-light {
    color: var(--ink);
}

.section-title-label {
    font-size: 14px;
    letter-spacing: .12em;
}

.pillars h3 {
    margin-top: 0;
}

.program-section .program-grid > article > span {
    color: #d89a8b;
}

.instagram-link {
    align-items: center;
    gap: 9px;
}

.instagram-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.soon-button {
    min-width: 154px;
    justify-content: center;
    letter-spacing: .12em;
    cursor: default;
}
.workshop-card-link {
    color: inherit;
    text-decoration: none;
}

.workshop-card-link h3,
.workshop-card-link p,
.workshop-card-link span {
    text-decoration: none;
}

.mini-tag {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 10px;
    border: 1px solid rgba(217, 255, 99, .55);
    border-radius: 999px;
    background: rgba(217, 255, 99, .08);
    color: var(--acid);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.workshop-card-link:hover {
    background: #20201d;
}

.workshop-card-link:hover .coming-soon {
    color: var(--paper);
}

