/**
 * Frontend Styles
 */

.geeo-pba-list {
    margin: 20px 0;
}

.geeo-pba-item {
    margin-bottom: 25px;
}

.geeo-pba-header-line {
    margin-bottom: 2px;
}

.geeo-pba-date-line {
    margin-top: 0;
    margin-bottom: 10px;
    color: #666;
}

.geeo-pba-description {
    line-height: 1.6;
}

/* Ensure paragraph spacing within description if API returns paragraphs */
.geeo-pba-description p {
    margin-bottom: 10px;
}