.warning-component .warning-content{position:relative;display:flex;background-color:var(--rds-color-semantic-background-information);border-radius:var(--rds-radius-s);padding:16px;width:100%;box-shadow:var(--rds-style-shadow-m)}
@media(min-width:1024px){.warning-component .warning-content{padding:26px 24px}
}
.warning-component .warning-content .rds-button{margin-top:8px}
.warning-component .warning-content .text-center{display:flex !important;justify-content:center}
.warning-component .warning-content .rp-btn{margin-top:40px;width:fit-content}
.warning-component .warning-content .icon-rp{font-size:20px;margin-right:14px;font-family:"icomoon";color:var(--rds-color-semantic-content-information)}
.warning-component .warning-content .icon-rp:before{content:"\e913"}
.warning-component .warning-content .rp-description p:first-child{margin-bottom:8px}
@media(min-width:1024px){.warning-component .warning-content .rp-description p:first-child{margin-bottom:4px}
}
.warning-component .warning-content .rp-description p:last-child{margin-bottom:0 !important}
.rp-warning-float .warning-component:not(.author-mode){position:fixed;bottom:0;left:0;right:0;z-index:2}
.rp-warning-close .warning-component .icon-close{display:block}
.rp-warning-info .warning-component .warning-content{background-color:var(--rds-color-semantic-background-information)}
.rp-warning-info .warning-component .warning-content .icon-rp{color:var(--rds-color-semantic-content-information)}
.rp-warning-info .warning-component .warning-content .icon-rp:before{content:"\e913"}
.rp-warning-danger .warning-component .warning-content{background-color:var(--rds-color-semantic-background-error)}
.rp-warning-danger .warning-component .warning-content .icon-rp{color:var(--rds-color-semantic-content-error)}
.rp-warning-danger .warning-component .warning-content .icon-rp:before{content:"\e917"}
.rp-warning-success .warning-component .warning-content{background-color:var(--rds-color-semantic-background-success)}
.rp-warning-success .warning-component .warning-content .icon-rp{color:var(--rds-color-semantic-content-success)}
.rp-warning-success .warning-component .warning-content .icon-rp:before{content:"\e915"}
.rp-warning-caution .warning-component .warning-content{background-color:var(--rds-color-semantic-background-warning)}
.rp-warning-caution .warning-component .warning-content .icon-rp{color:var(--rds-color-semantic-content-warning)}
.rp-warning-caution .warning-component .warning-content .icon-rp:before{content:"\e91c"}