
.westrose-shipping-widget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background-color: #f8fdf9;
    border-radius: 8px;
    border: 1px solid #e5f3e8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin: 10px 0;
}

.westrose-shipping-widget:hover {
    background-color: #ffffff;
    border-color: #d1e7d5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.westrose-shipping-widget .fi-rs-check-circle {
    font-size: 18px;
    color: #22c55e;
    display: flex;
    align-items: center;
}

.westrose-shipping-widget .shipping-text {
    font-size: 14px;
    font-weight: 500;
    color: #166534;
    letter-spacing: 0.01em;
}