/*v:1.3.0*/
.sbseo-feedback-notice.sbseo-feedback-notice--dashboard.notice.notice-info, .sbseo-feedback-notice.sbseo-feedback-notice--plugin_page {
 border-radius: 8px;
 transition: box-shadow .3s;
 box-shadow: 2px 2px 8px #867c7c42, -1px -1px 8px #a7a3a326;  
 padding: 20px 10px;  
}
.sbseo-feedback-notice.sbseo-feedback-notice--dashboard.notice.notice-info {
width: 50%;
}
.sbseo-feedback-notice.sbseo-feedback-notice--dashboard.notice.notice-info:hover {
box-shadow: none;
}
.sbseo-feedback-notice.sbseo-feedback-notice--plugin_page:hover {
box-shadow: none;	
}
.sbseo-feedback-request {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
    justify-content: space-between;
}
.sbseo-feedback-notice__text strong {
	color: rgb(253 114 36);
	font-weight: 800;
}
.sbseo-feedback-request .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
}
@media(max-width: 800px){
.sbseo-feedback-notice.sbseo-feedback-notice--dashboard.notice.notice-info{
width: 92%;
margin: 20px auto;
min-width: 0;

}
.sbseo-feedback-request {
flex-direction:column;
}
.sbseo-feedback-request  > * {
width: 96%;
margin:20px auto;
text-align: center!important;
}
}