.rsepro_plugin_container {
	background: none repeat scroll 0 0 #F2F3F6 !important;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    box-shadow: 2px 1px 2px rgba(203, 210, 217, 0.9);
    margin: 0 0 5px !important;
	overflow: hidden;
	padding: 5px !important;
}

.rsepro_plugin_container:hover {
	background: none repeat scroll 0 0 #FFFFFF !important;
}

.rsepro_plugin_image {
	float: left;
    padding: 5px;
}

.rsepro_plugin_image img {
	background: none no-repeat scroll 50% 50% transparent;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: inline-block;
}

.rsepro_plugin_content {
    line-height: 20px;
}

.rsepro-new-layout-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 2%;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 100%;
}

.rsepro-new-layout-item {
    display: flex;
    position: relative;
    padding: 0;
    background: #00000008;
}

.rsepro-new-layout-column-1 {
    flex: 0 1 100%;
}

.rsepro-new-layout-column-2 {
    flex: 0 1 48%;
}

.rsepro-new-layout-column-3 {
    flex: 0 1 32%;
}

.rsepro-new-layout-item.rsepro-new-layout-column-1 {
    flex-direction: row;
    align-items: center;
}

.rsepro-new-layout-item.rsepro-new-layout-column-1 .rsepro-new-layout-image {
    flex: 0 1 30%;
}

.rsepro-new-layout-item.rsepro-new-layout-column-1 .rsepro-new-layout-event-details {
    flex: 0 1 70%;
}

.rsepro-new-layout-item.rsepro-new-layout-column-2,
.rsepro-new-layout-item.rsepro-new-layout-column-3 {
    flex-direction: column;
}

.rsepro-new-layout-image {
    text-align: center;
}

.rsepro-new-layout-item.rsepro-new-layout-column-2 .rsepro-new-layout-image,
.rsepro-new-layout-item.rsepro-new-layout-column-2 .rsepro-new-layout-image {
    margin-top: 10px;
}

.rsepro-new-layout-event-details {
    padding: 10px;
}

.rsepro-new-layout-event-details > div {
    margin-top: 10px;
}

.rsepro-new-layout-event-title {
    font-size: 21px;
    font-weight: bold;
}

.rsepro-new-layout-event-date > span {
    display: block;
    margin-top: 5px;
}

.rsepro-new-layout-event-date .rsepro-event-until-block {
    text-transform: capitalize;
}

.rsepro-new-layout-event-taxonomy > span {
    display: block;
    margin-top: 5px;
}

.rsepro-new-layout-event-description {
    text-align: justify;
}

@media (max-width: 480px) {
    .rsepro-new-layout-item.rsepro-new-layout-column-1 {
        flex-direction: column;
    }

    .rsepro-new-layout-column-2,
    .rsepro-new-layout-column-3 {
        flex: 0 1 100%;
    }
}

@media (min-width: 481px) and (max-width: 762px) {
    .rsepro-new-layout-column-3 {
        flex: 0 1 48%;
    }
}