/* Start custom CSS for shortcode, class: .elementor-element-727db22 *//* 设置 Orders Tracking 按钮为全宽 */
.orders-tracking-button {
    display: block;          /* 让按钮独占一行 */
    width: 100%;             /* 填满父容器宽度 */
    max-width: 100%;         /* 避免被限制宽度 */
    text-align: center;      /* 文本居中 */
    padding: 12px 0;         /* 可根据需要调整上下内边距 */
    font-size: 16px;         /* 调整文字大小 */
    box-sizing: border-box;  /* 包括内边距在内计算宽度 */
}/* End custom CSS */