/* Include ckeditor4 custom styles into global styles */
@import url('/o/custom-global-css/ckeditor4.css');

/* Structure TODO: migrate to theme */
#wrapper {
    > #content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Banner */
.banner-custom-container {
    .alert {
        border-radius: 0;
    }
}
.banner-custom-content {
    .inner-container {
        :last-child {
            margin-bottom: 0;
        }
    }
}

/* Knowledge Base */
.kb-child-articles-count {
    display: none !important;
}

/* CKEditor admin view toolbar styling */
.cke_button {
    .cke_button__columnsfullwidth_icon {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill='%236b6c7e'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M64%2064h384v384H64z'/%3E%3C/svg%3E")!important;
    }
    .cke_button__columns66_icon {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill='%236b6c7e'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M64%2064h176v384H64zM272%2064h176v384H272z'/%3E%3C/svg%3E")!important;
    }
    .cke_button__columns93_icon {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill='%236b6c7e'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M64%2064h240v384H64zM336%2064h112v384H336z'/%3E%3C/svg%3E")!important;
    }
    .cke_button__columnsadvancedoptions_icon {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill='%236b6c7e'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M344%20288c2.7-10.4%204-21.3%204-32s-1.3-21.6-4-32l45.9-35.4c3.8-2.9%204.9-8.2%202.5-12.4l-48-83.1c-2.4-4.2-7.6-6-12.2-4.3l-55.7%2021.2c-16.7-13.1-35.8-22.3-56.5-26.7l-8.5-58.2c-.7-4.9-4.9-8.5-9.9-8.5h-96c-5%200-9.2%203.6-9.9%208.5l-8.5%2058.2c-20.7%204.4-39.8%2013.6-56.5%2026.7L92%2088.6c-4.6-1.7-9.8.1-12.2%204.3l-48%2083.1c-2.4%204.2-1.3%209.5%202.5%2012.4L80.2%20224c-2.7%2010.4-4.1%2021.3-4.1%2032s1.4%2021.6%204.1%2032l-45.9%2035.4c-3.8%202.9-4.9%208.2-2.5%2012.4l48%2083.1c2.4%204.2%207.6%206%2012.2%204.3l55.7-21.2c16.7%2013.1%2035.8%2022.3%2056.5%2026.7l8.5%2058.2c.7%204.9%204.9%208.5%209.9%208.5h96c5%200%209.2-3.6%209.9-8.5l8.5-58.2c20.7-4.4%2039.8-13.6%2056.5-26.7l55.7%2021.2c4.6%201.7%209.8-.1%2012.2-4.3l48-83.1c2.4-4.2%201.3-9.5-2.5-12.4L344%20288zM256%20320c-35.3%200-64-28.7-64-64s28.7-64%2064-64%2064%2028.7%2064%2064-28.7%2064-64%2064z'/%3E%3C/svg%3E")!important;
    }
}
.cke_combopanel {
    /* Increase dropdown width from default 170px */
    min-width: 300px;
    min-height: 250px;
}