/* PBL Front-End Styles */

.pbl-wrapper {
    margin-bottom: 20px;
}

.pbl-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f1f1f1;
    border-left: 5px solid #0073aa;
    border-radius: 3px;
}

.pbl-container img {
    max-height: 50px;
    margin-right: 15px;
}

.pbl-container span {
    font-size: 16px;
    color: #333;
}

.pbl-container a {
    color: #0073aa;
    text-decoration: none;
}

.pbl-container a:hover {
    text-decoration: underline;
}
