.sors-wc-accordion .sors-wc-acc-item {
    border: 1px solid #ccd0d4;
    background: #fff;
    margin: 0 0 10px 0;
    border-radius: 2px;
    overflow: hidden;
}

.sors-wc-accordion .sors-wc-acc-header {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    margin: 0;
    background: #f6f7f7;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}

.sors-wc-accordion .sors-wc-acc-header:focus {
    outline: 2px solid #2271b1;
    outline-offset: -2px;
}

.sors-wc-accordion .sors-wc-acc-title {
    display: inline-block;
}

.sors-wc-accordion .sors-wc-acc-icon {
    width: 18px;
    height: 18px;
    position: relative;
    flex: 0 0 18px;
}

.sors-wc-accordion .sors-wc-acc-icon:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    right: 4px;
    height: 2px;
    background: #50575e;
}

.sors-wc-accordion .sors-wc-acc-icon:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #50575e;
}

.sors-wc-accordion .sors-wc-acc-item.is-open .sors-wc-acc-icon:after {
    display: none;
}

.sors-wc-accordion .sors-wc-acc-content {
    padding: 0 14px 14px 14px;
}

.sors-wc-acc-content .postbox {
    margin-top: 12px;
}

.sors-wc-status-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sors-wc-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    padding-top: 8px;
    border-top: 1px dashed #dcdcde;
}

.sors-wc-status-row:first-child {
    border-top: 0;
    padding-top: 0;
}

.sors-wc-status-head {
    font-weight: 600;
    min-width: 190px;
    color: #1d2327;
}

.sors-wc-status-item {
    display: inline-flex;
    gap: 4px;
    align-items: baseline;
    white-space: nowrap;
}

.sors-wc-status-label {
    color: #646970;
}

.sors-wc-status-value {
    font-weight: 600;
}

.sors-wc-status-msg {
    flex: 1 1 260px;
    white-space: normal;
}
