.pbr-856-container {
    gap: 20px;
}

.pbr-856-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    background-color: #f5f5f5; /* Default fallback */
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

.pbr-856-progress-track {
    width: 100%;
    background-color: #e0e0e0; /* Default track color */
    height: 4px;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pbr-856-progress-fill {
    width: 0%;
    height: 100%;
    background-color: #007bff; /* Default fill color */
    border-radius: 2px;
    transition: width linear, background-color 0.3s ease; /* Transition handled in JS */
}

.pbr-856-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.pbr-856-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s ease;
}