/*
Theme Name:        Ashe Child
Theme URI:         https://wp-royal.com/themes/item-ashe-free/
Description:       Ashe Child is a child theme of Ashe, created by ChildTheme-Generator.com
Author:            Sourjya Sankar Sen
Author URI:        http://chaos-laboratory.com/
Template:          ashe
Version:           1.0.0
Text Domain:       ashe-child
*/

/* Add your custom styles here */

/* Style the export button to align it better */
.alignleft.actions .button {
    margin: 0 5px 10px 0; /* Adjust margin to align with
    vertical-align: middle; /* Align buttons vertically with other elements */
}

/* Increase the width of the select box to align better */
.bulk-actions select {
    width: auto; /* Adjust width to fit content */
    margin-right: 5px; /* Add margin for better spacing */
}

/* Style the export buttons container */
.alignleft.actions {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center align items vertically */
}

/* Additional spacing adjustments */
.alignleft.actions .button:first-child {
    margin-left: 0; /* Remove left margin from the first button */
}

.alignleft.actions .button:last-child {
    margin-right: 0; /* Remove right margin from the last button */
}
