/* General dashboard */
.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}
#toplevel_page_login-customizer-settings,
#toplevel_page_one-user-avatar,
#toplevel_page_wpdiscuz {display: none;}
form#edittag #wpseo_meta {display: none;}
td.column-description p {font-size: 11px; line-height: 1.3;}

.acf-taxonomy-field .acf-checkbox-list {column-count: 6;}
.acf-input .acf-fields > div {flex: 1;background: rgba(0,0,0,0.02);}
.flex-group > .acf-input > .acf-fields {display: flex;}
.flex-group > .acf-input > .acf-fields > div {border: 0; border-right: 1px solid #ccd0d4;}
.flex-group > .acf-input > .acf-fields > div:last-child {border-right: 0;}
.bg-white {background: #fff!important;}
.acf-repeater>.acf-actions .acf-button {float: left!important;}
td.acf-row-handle:first-child {border-left: 4px solid #2271b1 !important;}

body:not(.post-type-clients, .post-type-partners, .post-type-portfolio, .post-type-faq, .post-type-testimonials) .wp-list-table .column-title {width: 300px;}
.post-type-proposal #titlewrap:before {content: "Company Name"; font-weight: 500; margin: 0 0 5px; display: block;}

/* Admin columns */
.row-actions span.clear_cache_link {display: none;}

.aurora_actions a {display: flex;gap: 8px;align-items: center;}
.aurora_actions a span.dashicons {font-size: 110%; line-height: 1; width: auto; height: auto;}
.aurora_actions br {display: none;}

.col-green {color: #52AA59; font-weight: 500;}
.col-yellow {color: #e09d00; font-weight: 500;}
.col-red {color: #b32d2e; font-weight: 500;}
.col-none {font-style: italic; color: #aaa;}

.wp-core-ui .button {outline: none!important; box-shadow: none!important;}

/* Clients list, Portfolio list, Users list */
@media screen and (min-width : 1040px){
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio, .users-php) .widefat td,
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio, .users-php) .widefat th {padding: 5px 10px;}
    th.sortable a, th.sorted a {padding-left: 0;}
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio, .users-php) .wp-list-table > tbody > tr {position: relative;}
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio, .users-php) .row-actions {position: absolute; padding-top: 5px;}
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio, .users-php) tr:hover .row-actions {position: absolute; left: 220px; top: 4px; background: #fff; padding: 2px 7px; border-radius: 5px;}
    :is(.post-type-clients, .post-type-partners, .post-type-portfolio) td.column-date br {display: none;}

}

/* Portfolio list */
@media screen and (min-width : 1040px){
	.post-type-portfolio tr:hover .row-actions {left: 180px;}
}

/* Users list */
@media screen and (min-width : 1040px){
	.users-php .column-username img {width: 20px; height: auto;}
	.users-php .row-actions {position: absolute;}
	.users-php tr:hover .row-actions {position: absolute; left: 220px; top: 0;}
}