.wc-scdt-card {
    border-radius: 8px;
    padding: 18px 18px 12px 18px;
    margin-bottom: 18px;
    font-size: 1em;
    max-width: 420px;
    background: #fff;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wc-scdt-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.wc-scdt-dropdown-bg {
    padding: 9px 10px;
    border-radius: 5px;
    background: #f7faf9;
    width: 100%;
    display: flex;
    align-items: center;
}
.wc-scdt-label {
    margin-right: 6px;
    font-weight: 500;
    font-size: 1.05em;
}
.wc-scdt-country {
    min-width: 110px;
    margin-right: 7px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    font-size: 1em;
    background: #fff;
}
.wc-scdt-arrow {
    font-size: 1.1em;
    margin-left: 6px;
    color: #bbb;
}
.wc-scdt-expected {
    font-weight: 600;
    margin: 6px 0 8px 0;
    font-size: 1.05em;
}
.wc-scdt-subtext {
    font-size: 0.97em;
    color: #222;
    margin-bottom: 7px;
}

.wc-scdt-status {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 10px;
    font-size: 1.1em;
}
.wc-scdt-status .wc-scdt-status-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.25em;
    background: #eafbee;
    color: #19b357;
    border: 1.5px solid #d0f5d8;
}
.wc-scdt-status.not-available .wc-scdt-status-icon {
    background: #fbeaea;
    color: #e03333;
    border: 1.5px solid #f3d2d2;
}
.wc-scdt-status-text {
    font-weight: 500;
    color: #19b357;
}
.wc-scdt-status.not-available .wc-scdt-status-text {
    color: #e03333;
}

.wc-scdt-loading {
    padding: 18px;
    background: #fff;
    border-radius: 6px;
    color: #888;
    font-size: 1em;
    max-width: 420px;
    margin-bottom: 14px;
    border: 1px solid #e2e2e2;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wc-scdt-loading svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    animation: wc-scdt-spin 1.3s linear infinite;
}
@keyframes wc-scdt-spin {
    100% { transform: rotate(360deg); }
}

.wc-scdt-ship-to-location {
    font-size: 1em;
    padding: 10px 0;
    background: #fff;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.wc-scdt-ship-to-location .wc-scdt-status-icon {
    margin-right: 7px;
}