.uk-grid {
    display: flex;
    flex-wrap: wrap;
}

[class*=uk-width] {
    box-sizing: border-box;
    width: 100%
}

.uk-width-1-1 {
    width: 100%
}

.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%
}

.uk-width-1-3,
.uk-width-2-6 {
    width: 33.333%
}

.uk-width-2-3,
.uk-width-4-6 {
    width: 66.666%
}

.uk-width-1-4 {
    width: 25%
}

.uk-width-3-4 {
    width: 75%
}

.uk-width-1-5,
.uk-width-2-10 {
    width: 20%
}

.uk-width-2-5,
.uk-width-4-10 {
    width: 40%
}

.uk-width-3-5,
.uk-width-6-10 {
    width: 60%
}

.uk-width-4-5,
.uk-width-8-10 {
    width: 80%
}

.uk-width-1-6 {
    width: 16.666%
}

.uk-width-5-6 {
    width: 83.333%
}

.uk-width-1-10 {
    width: 10%
}

.uk-width-3-10 {
    width: 30%
}

.uk-width-7-10 {
    width: 70%
}

.uk-width-9-10 {
    width: 90%
}

.mce-content-body .fxxl-backoffice-seo-button-group {
	 list-style: none;
	 display: flex !important;
  	 flex-flow: wrap;
	 gap: 16px;
	 padding-left: 0 !important;
}
 .fxxl-backoffice-seo-button-group li {
	 list-style-type: none !important;
	 padding-left: 10px;
	 display: inline-grid !important;
	 display: -ms-inline-grid;
	 display: inline-grid;
	 -ms-grid-rows: 1fr;
	 grid-template-rows: 1fr;
	 -ms-grid-columns: minmax(10px, max-content) 1fr minmax(10px, max-content);
	 grid-template-columns: minmax(10px, max-content) 1fr minmax(10px, max-content);
	 -webkit-user-select: none; /* Safari */
	 -moz-user-select: none;	/* Firefox */
	 -ms-user-select: none;		/* IE10+/Edge */
	 user-select: none;			/* Standard */
	 align-items: center;
	 min-height: 40px;
	 box-sizing: border-box;
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.01), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	 background-color: #fff;
	 border: 1px solid #d4d4d4;
	 border-radius: 6px;
	 line-height: 1.1rem;
	 text-decoration: none !important;
	 color: #000;
	 fill: #000;
	 outline-width: 0;
	 -webkit-tap-highlight-color: transparent;
	 cursor: pointer;
}
 .fxxl-backoffice-seo-button-group li:first-child {
	 margin-left: 0;
}
 .fxxl-backoffice-seo-button-group li a {
	 text-decoration: none !important;
}
 .fxxl-backoffice-seo-button-group li:hover {
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), 0 3px 1px -2px rgba(0, 0, 0, 0.09), 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
 
