.outlinerWriterOptionWrapper{
    padding: 1px;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
}
.outlinerWriterOptionWrapper .singleRerouter{
    padding: 19px 25px;
    background: #F0FDF4;
    gap: 10px;
    position: relative;
    width: 100%;
}
.rerouterInfo{
    max-width: 100%;
}
.singleRerouter > span{
    width: max-content;
    height: max-content;
    padding: 0;
    flex: none;
    background: unset;
}
.rerouterInfo p{
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    color: #0F172A;
}
.rerouterInfo p a{
    font-weight: 500;
    color: #0F172A;
    text-decoration: underline;
}
.rerouterInfo p a:hover{
    color: #05ADA3;
}
.crossRerouter{
    position: absolute;
    right: 10px;
    top: 10px;
}
.crossRerouter:hover{
    opacity: .7;
}