/* === 运费查询按钮样式 === */
.ecc-shipping-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto;
    display: block;
    width: fit-content;
}
.ecc-shipping-button:hover {
    background-color: #0056b3;
}