/*
***
* CSS Styles HiWebp Plugin Wordpress
***
* RTL Mode Support 
* Webp images Support in Classic Editor/Gutenberg
* Verison: 1.3
* Last Upadate: 6/12/2020
* 
***
*/

/* RTL */
.rtl .hiwebp-body {
direction:rtl;
}
.rtl .hiwebp-welcome-head .version {
    margin-right: 5px;
	margin-left: 0px;
}
/* RTL */

/* Styles */

.hiwebp-welcome-head h1 {
    display: inline-block;
}
.hiwebp-welcome-head .version{
	display:inline-block;
	margin-left: 5px;
}
.attachment-preview.js--select-attachment.type-image.subtype-webp.landscape:after,.attachment-preview.js--select-attachment.type-image.subtype-webp.portrait:after {
    padding: 0px 1px;
    content: "webp";
    width: 30px;
    height: 20px;
    background: #91cc33;
    bottom: 10px;
    left: 5px;
    position: absolute;
    display: inline-block;
    color: #fff;
}
/* Styles */