.pt-container-ad085c98 {
    font-family: sans-serif;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.pt-header-ad085c98 {
    display: flex;
    background-color: #eb8317;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.pt-header-ad085c98 .pt-col-date-ad085c98 {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.pt-row-ad085c98 {
    display: flex;
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.pt-row-ad085c98:last-child {
    border-bottom: none;
}

.pt-row-ad085c98:nth-child(even):not(.is-highlighted) {
    background-color: #f9f9f9;
}

.pt-row-ad085c98.is-highlighted {
    background-color: #fdf0df;
}

.pt-col-date-ad085c98 {
    width: 25%;
    padding: 15px 20px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-col-activity-ad085c98 {
    width: 75%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.pt-header-ad085c98 .pt-col-activity-ad085c98 {
    justify-content: center;
    text-align: center;
}

.pt-bold-ad085c98 {
    font-weight: 700;
}

@media (max-width: 768px) {
    .pt-header-ad085c98, .pt-row-ad085c98 {
        flex-direction: column;
    }
    .pt-col-date-ad085c98, .pt-col-activity-ad085c98 {
        width: 100%;
        border-right: none;
        text-align: center;
    }
    .pt-col-activity-ad085c98 {
        justify-content: center;
    }
    .pt-header-ad085c98 .pt-col-date-ad085c98 {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        border-right: none;
    }
    .pt-row-ad085c98 .pt-col-date-ad085c98 {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
    }
}