.fpbca-notice {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left: 6px solid #ccc;
    font-family: inherit;
}

.fpbca-notice--progress {
    border-left-color: #3b82f6;
}

.fpbca-notice--success {
    border-left-color: #10b981;
}

.fpbca-notice-icon {
    font-size: 24px;
    margin-right: 15px;
}

.fpbca-notice-body {
    display: flex;
    flex-direction: column;
}

.fpbca-notice-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
    color: #1e293b;
}

.fpbca-notice-text {
    font-size: 14px;
    color: #475569;
}

.fpbc-cat-notices-container {
    margin-bottom: 25px;
}

/* In case of multiple notices, stack them nicely */
.fpbc-cat-notices-container .fpbca-notice:last-child {
    margin-bottom: 0;
}

.fpbca-notice strong {
    color: #1e293b;
    font-weight: 700;
}