/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

.empty-view {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9fafb;
    color: #6b7280;
    font-size: 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    margin-top: 10px;
  }
  
  /* Hidden class to hide the div initially */
  .empty-view.hidden {
    display: none;
  }
