.post-edit-icon {
    cursor: pointer;
    font-size: 1.2rem;
    color: #555;
    transition: transform 0.3s ease;
}

.post-edit-icon.open {
    transform: rotate(180deg);
}

.expandable-content {
    display: none;
    transition: all 0.3s ease;
}

.expandable-content.open {
    display: table-row;
}

@media (max-width: 768px) {
    .wpuf-dashboard-container table {
        width: 100%;
        table-layout: auto;
    }
    .wpuf-dashboard-container th, .wpuf-dashboard-container td {
        text-align: center;
        padding: 10px;
    }
}
