.pib-cta {
    display: inline;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: #d85a30;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.pib-cta:hover {
    color: #b8461f;
}

.pib-panel {
    display: none;
    margin-top: 16px;
}

.pib-panel.pib-open {
    display: block;
}

.pib-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pib-item {
    border: 1px solid #ece6e0;
    border-radius: 10px;
    background: #fffdfb;
    padding: 14px 16px;
    margin: 0 0 10px 0;
}

.pib-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pib-row-name {
    font-weight: 600;
    color: #2f2a26;
    font-size: 15px;
    line-height: 1.3;
}

.pib-row-cat {
    margin-left: auto;
    flex: none;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9a5a3c;
    background: #f6efe9;
    border-radius: 999px;
    padding: 4px 10px;
    white-space: nowrap;
}

.pib-detail {
    margin-top: 10px;
}

.pib-fn {
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #b07a55;
    margin-bottom: 8px;
}

.pib-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4540;
    margin: 0;
}

.pib-block {
    margin-top: 14px;
}

.pib-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2f2a26;
    margin-bottom: 4px;
}

@media (max-width: 600px) {
    .pib-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .pib-row-cat {
        margin-left: 0;
    }
}