.wcsdd-estimated-delivery {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    margin: 12px 0;
    padding: 14px 16px;
    background: #f3f3f3;
    border-radius: 6px;
    line-height: 1.4;
}

.wcsdd-estimated-delivery__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.wcsdd-estimated-delivery__icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

.wcsdd-estimated-delivery__text {
    display: block;
    flex: 1 1 auto;
}

.wcsdd-estimated-delivery--hidden {
    display: none;
}