.wde_main {
    margin: 0;
}

.wde_main .title {
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.wde_main .wde_popup {
    display: none;
    max-width: 400px;
    width: 100%;
}

.wde_main .wde_popup .wde_note ul {
    margin: 0;
    padding: 0;
    line-height: 24px;
    word-break: break-word;
}

.wde_main .wde_popup .wde_note ul li {
    margin-bottom: 10px;
}

.wde_main .wde_popup .wde_note ul li:last-child {
    margin-bottom: 0;
}

.wde_main .wde_popup>ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.wde_main .wde_popup>ul li {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-bottom: 0;
}

.wde_main .wde_popup>ul li .icon {
    background-color: #fff;
    width: 40px;
    border: 1px solid #f1652354;
    border-radius: 50%;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.wde_main .wde_popup>ul li p.day {
    font-size: 14px;
    font-weight: bold;
}

.wde_main .wde_popup>ul>li p:last-child {
    font-size: 14px;
    color: #f16523;
    margin-bottom: 0;
}

.wde_main .wde_popup>ul>li:nth-child(2) {
    text-align: center;
}

.wde_main .wde_popup>ul>li:nth-child(2) .icon {
    margin: 0 auto;
}

.wde_main .wde_popup>ul>li:last-child {
    text-align: right;
}

.wde_main .wde_popup>ul>li:last-child .icon {
    margin-left: auto;
}

.wde_main .wde_popup>ul>li .icon svg path {
    stroke: #f16523;
}

.wde_main .wde_popup>ul::before {
    content: "";
    background-color: #ddd;
    height: 3px;
    width: 90%;
    position: absolute;
    margin-top: 20px;
    z-index: 1;
}

.wde_main .title:hover~.wde_popup,
.wde_main .wde_popup:hover {
    display: block;
    position: absolute;
    z-index: 999;
    box-shadow: #919eab4d 0 4px 7px 2px, #919eab1f 0 12px 24px -4px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.wde_main .title svg path {
    stroke: #f16523;
}

.wde_main .title strong {
    color: #f16523;
    border-bottom: 1px dashed;
}

.wde_main .wde_popup .wde_note {
    word-break: break-all;
    line-height: 24px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}

/*Show any where*/
.wde_show_any .wde_estimate{
    max-width: 500px;
}
.wde_show_any .wde_estimate>ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
}

.wde_show_any .wde_estimate>ul li {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
}

.wde_show_any .wde_estimate>ul li .icon {
    width: 40px;
    border: 1px solid #f1652354;
    border-radius: 50%;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}

.wde_show_any .wde_estimate>ul li p.day {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.wde_show_any .wde_estimate>ul>li p:last-child {
    font-size: 14px;
    color: #f16523;
    margin-bottom: 0;
}

.wde_show_any .wde_estimate>ul>li:nth-child(2) {
    text-align: center;
}

.wde_show_any .wde_estimate>ul>li:nth-child(2) .icon {
    margin: 0 auto;
}

.wde_show_any .wde_estimate>ul>li:last-child {
    text-align: right;
}

.wde_show_any .wde_estimate>ul>li:last-child .icon {
    margin-left: auto;
}

.wde_show_any .wde_estimate>ul>li .icon svg path {
    stroke: #f16523;
}

.wde_show_any .wde_estimate>ul::before {
    content: "";
    background-color: #ddd;
    height: 3px;
    width: 100%;
    position: absolute;
    margin-top: 20px;
    z-index: 1;

}