.rit23-draft-notice {
    display: flex;
    width: 100%;
    margin: 0 0 20px;
    padding: 13px 14px;
    align-items: center;
    gap: 12px;
    color: #17324d;
    background: #eef7ff;
    border: 1px solid #c9e2f7;
    border-radius: 13px;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .05);
}

.rit23-draft-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #0b6ea8;
    background: #d9efff;
    border-radius: 11px;
}

.rit23-draft-copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    line-height: 1.35;
}

.rit23-draft-copy strong {
    color: #17324d;
    font-size: 13px;
    font-weight: 800;
}

.rit23-draft-copy small {
    margin-top: 2px;
    color: #526a80;
    font-size: 11px;
    font-weight: 500;
}

.rit23-clear-draft {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 11px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #9f1f25;
    font-size: 11px;
    font-weight: 750;
    background: #fff;
    border: 1px solid #ebc8ca;
    border-radius: 9px;
    cursor: pointer;
}

.rit23-clear-draft:hover,
.rit23-clear-draft:focus {
    color: #fff;
    background: #c92028;
    border-color: #c92028;
    outline: none;
}

@media (max-width: 575.98px) {
    .rit23-draft-notice {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .rit23-clear-draft {
        width: 100%;
        margin-left: 50px;
    }
}
