.spk_ext_notice {

	position: relative;
    display: flex;
    border: 1px solid #EC7A5C;
    border-inline-start-width: 4px;
    margin: 5px 20px 5px 2px;

    &.notice {
    	padding: 0;
    }

    .spk_icon:before {
	    font-family: dashicons;
	    display: inline-block;
	    line-height: 1;
	    font-weight: 400;
	    font-style: normal;
	    speak: never;
	    text-decoration: inherit;
	    text-transform: none;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	    width: 20px;
	    height: 20px;
	    font-size: 20px;
	    vertical-align: top;
	    text-align: center;
	    padding: 5px;
	    border-radius: 100%;
	    content: "\f174";
	    background: #EC7A5C;
	    color: #fff;
	}

	.spk_ext_notice__aside {
	    overflow: hidden;
	    background-color: #f0d9d3;
	    width: 50px;
	    text-align: center;
	    padding-block-start: 15px;
	    flex-grow: 0;
	    flex-shrink: 0;
	}

	.spk_ext_notice__content {
	    padding: 20px;

	    .u_dotted {
	    	border-bottom: 1px dotted #333;
	    }
	}

	.title {
		margin-top: 0;
	}

}