.wc-accurate-total {
    border: 1px solid #e2e2e2;
    padding: 16px;
    border-radius: 6px;
    background: #fafafa;
    margin: 12px 0 20px;
}

.wc-accurate-total h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
}

.wc-accurate-total__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wc-accurate-total__list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}

.wc-accurate-total__list li:last-child {
    border-bottom: none;
}

.wc-accurate-total__grand strong {
    font-size: 16px;
}

.wc-accurate-total__muted {
    color: #555;
}

.wc-accurate-total__note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #444;
}

