.elementor-3124 .elementor-element.elementor-element-e7dd63f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3124 .elementor-element.elementor-element-78c6596 > .elementor-widget-container{padding:0% 0% 0% 0%;}@media(max-width:767px){.elementor-3124 .elementor-element.elementor-element-e7dd63f{--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS for shortcode, class: .elementor-element-78c6596 */.button.view.custom-add-to-cart-button {
    margin:10px;
    
}

.custom-responsive-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* 這會讓列寬固定，不會隨著內容變化 */
}

.custom-responsive-table th, 
.custom-responsive-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  text-overflow: ellipsis; /* 為過長的內容添加省略號 */
}

/* 為大螢幕設定固定的列寬 */
.custom-responsive-table th:nth-child(1), 
.custom-responsive-table td:nth-child(1) { width: 25%; }
.custom-responsive-table th:nth-child(2), 
.custom-responsive-table td:nth-child(2) { width: 25%; }
.custom-responsive-table th:nth-child(3), 
.custom-responsive-table td:nth-child(3) { width: 25%; }
.custom-responsive-table th:nth-child(4), 
.custom-responsive-table td:nth-child(4) { width: 25%; }

.entry-header {
    margin: 5%;
    display:none;
}

/* 於小屏幕時使用卡片式布局 */
@media screen and (max-width: 600px) {
  .custom-responsive-table {
    border: 0;
  }

  .custom-responsive-table thead {
    display: none;
  }

  .custom-responsive-table tbody, 
  .custom-responsive-table tr, 
  .custom-responsive-table td {
    width: 100%;
  }

  .custom-responsive-table tr {
    margin-bottom: 15px;
    font-size: small;
  }

  .custom-responsive-table td {
    position: relative;
    font-size: small;
  }

  .custom-responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
}/* End custom CSS */