.digifly-widget-usage {
	background: #fbe3e3;
	padding: 10px;
}
#sidebar-download .digifly-widget-usage,
#sub-accordion-section-sidebar-widgets-sidebar-download .digifly-widget-usage {
	display: none;
}
.digifly-other-plugins {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
}
.digifly-other-plugins img {
    max-width: 100%;
    height: auto;
}
.digifly-other-plugin {
    width: 32%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.15);
    margin-bottom: 24px;
    margin-right: 1.33%;
}
.digifly-other-plugin-title a {
    display: block;
    padding: 8px 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    background: #fefefe;
    font-size: 17px;
    line-height: 1.5;
}
.digifly-other-plugin-desc {
    padding: 14px;
    line-height: 1.6;
}