/**
 * Theme Name: EA - Blocksy Child
 * Description: Blocksy Child theme
 * Author: WPVibes
 * Template: blocksy
 * Text Domain: blocksy
 */
/**
 * Theme Name: EA - Blocksy Child
 * Description: Blocksy Child theme
 * Author: WPVibes
 * Template: blocksy
 * Text Domain: blocksy
 */
 .wpv-widgets-wrapper {
	margin: 0px auto;
	background: #fff;
	font-family: sans-serif;
	overflow-y: scroll;
	height : 100vh;
}

.wpv-eae-widget-list-wrapper{
	height : 100%;
	padding-bottom : 200px
}

.wpv-eae-widget-search{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#widget-search {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
    margin-bottom: 10px;
}


.wpv-eae-widget-section h2 {
	font-size: 20px;
    line-height: 34px;
    font-weight: 700;
	color: #333;
	margin-bottom : unset;
	margin-top : 10px;
}

.wpv-eae-widget-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wpv-eae-widget-item {
    display: flex;
    flex-direction: row;
    align-items: center;
	font-size: 17px;
    font-weight: 500;
	transition: 0.2s ease;
    justify-content: space-between;
	line-height : 25px;
    padding: 6px 10px;
	    border-radius: 5px;
}

.wpv-eae-widget-item:hover{
	background: rgba(208, 215, 222, 0.32);
	
}
.wpv-eae-widget-item:hover a{
	color : var(--theme-link-hover-color);
}

.wpv-eae-widget-item a {
	text-decoration: none;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width : 100%;
}

.wpv-eae-badge {
	background: #0073aa;
	color: #fff;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 10px;
	text-transform: capitalize;
    line-height: 16px;
}

.wpv-eae-badge-popular {
    background: #4a14ca;
    color: #fff;
}
.wpv-eae-badge-new {
    background: #28a745;
    color: #fff;
}

.wpv-eae-badge-creative {
    background: #d40c5c;
    color: #fff;
}

#no-results-message {
	text-align: center;
	font-size: 18px;
	color: #999;
	margin-top: 20px;
	width: 100%;
}

.reset{
	font-style: italic;
	color: #4a14ca;
}
