form {
    display: inline-grid;
}

form * {
    margin: 2px;
}

button, input[type=button] {
    width: 100px;
}

select {
    width: 125px;
}

textarea{
    width: 99%;
    height: 150px;
    resize: none;
}

table {
    width: 100%; 
    border: 1px black solid;
    border-collapse: collapse;
}

table th {
    background: #F0F0F0;
}

.we-studio-dashboard {
    max-width: 1400px;
}

.we-studio-dashboard h1 {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 12px;   
}

.we-studio-grid {
    display: grid;
    gap: 20px;
    margin-top: 25px;
}

.we-studio-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.we-studio-card h2 {
    margin-top: 0;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#adminmenu li.wp-menu-separator {
    
        margin-top: 12px !important;
}

.wp-not-current-submenu.wp-menu-separator .separator {
    background-color: #545675;
    height: 1px !important;
}

#adminmenu .toplevel_page_we-studio-dashboard .wp-menu-image {
  display: flex;
  justify-content: center;
  align-items: center;     
}

#toplevel_page_we-studio-dashboard > a > div.wp-menu-image.dashicons-before > img {
    padding: 0px 0 0 !important;
}