/* Action button text and icon colors - dark for light mode readability */
.action-button-text {
    color: #1f2937 !important;
    /* Dark gray for better readability */
}

.action-button-icon {
    color: #1f2937 !important;
    /* Dark gray for better readability */
}