.pc-91b18bf5-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.pc-91b18bf5-card {
    position: relative;
    background: #ffffff;
    padding: 35px 25px 25px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    transition: all 0.3s ease;
}

.pc-91b18bf5-badge {
    position: absolute;
    top: -12px;
    left: 20px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pc-91b18bf5-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 600;
}

.pc-91b18bf5-title {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.pc-91b18bf5-description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pc-91b18bf5-divider {
    height: 1px;
    background-color: #eaeaea;
    margin: 20px 0;
}

.pc-91b18bf5-attributes {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    flex-grow: 1;
}

.pc-91b18bf5-attr-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.pc-91b18bf5-attr-label {
    font-weight: 400;
}

.pc-91b18bf5-attr-val {
    font-weight: 700;
}

.pc-91b18bf5-tags {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.pc-91b18bf5-tag {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid currentColor;
}

.pc-91b18bf5-tag.type-secondary {
    color: #444444;
    background-color: #f5f5f5;
    border-color: #cccccc;
}
