/*
 * 第三方外掛相容性樣式
 * 
 * 
*/

/* ========================================
   PayUni 統一金流超取相容性
   ========================================*/

/* 隱藏 PayUni 預設的門市選擇標題 */
.ysco-shipping-cards-container .payuni-select-store-heading {
    display: none !important;
}

/* PayUni 門市選擇器全寬 */
.payuni-store-selector {
    width: 100%;
    margin-top: 15px;
}

.payuni-store-selector .payuni-store-map-btn {
    width: 100%;
    display: block;
}



/* ========================================
   ECPay 綠界超取相容性
   ========================================*/

/* 隱藏 ECPay 預設的門市標題和標籤 */
.ysco-shipping-cards-container .ecpay-shipping-store-title,
.ysco-shipping-cards-container [class*="ecpay"]>label {
    display: none !important;
}

/* ECPay 門市選擇按鈕全寬 */
.ysco-shipping-cards-container [class*="ecpay"] button {
    width: 100%;
    display: block;
    margin-top: 15px;
}

/* ========================================
   RY WooCommerce Tools 相容性
   ========================================*/

/* 隱藏 RY WooCommerce Tools 預設的門市標籤 */
.ysco-shipping-cards-container .ry-shipping-store-selector>label,
.ysco-shipping-cards-container .ry-shipping-store-selector>span:not(.ry-store-name) {
    display: none !important;
}

/* ========================================
   通用超取按鈕樣式
   ========================================*/

/* 通用超取門市選擇按鈕樣式 */
.ysco-shipping-cards-container button[type="button"]:not(.ysco-qty-btn) {
    width: 100%;
    margin-top: 15px;
    padding: 12px 20px;
    background: var(--ysco-primary, #2271b1);
    color: #fff;
    border: none;
    border-radius: var(--ysco-radius, 8px);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.ysco-shipping-cards-container button[type="button"]:not(.ysco-qty-btn):hover {
    opacity: 0.9;
}

/* RY WooCommerce Tools 超商選店相容 */

/* 超商門市整體區塊*/
.ysco-cvs-section {
    margin-top: 16px;
    padding: 16px 18px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: var(--ysco-radius, 8px);
}

/* 相容 table 結構*/
.ysco-cvs-compat-table {
    width: 100%;
    border: none !important;
    border-collapse: collapse;
    margin: 0;
}
.ysco-cvs-compat-table th,
.ysco-cvs-compat-table td {
    padding: 0;
    border: none !important;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}
.ysco-cvs-compat-table th {
    font-weight: 600;
    white-space: nowrap;
    padding-right: 12px;
    padding-bottom: 10px;
}
.ysco-cvs-compat-table td {
    padding-bottom: 10px;
}

/* 選擇超商按鈕*/
.ysco-cvs-section .ry-choose-cvs {
    display: inline-block;
    padding: 9px 20px;
    background: var(--ysco-primary, #2271b1) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--ysco-radius, 8px);
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.2s;
    line-height: 1.4;
}
.ysco-cvs-section .ry-choose-cvs:hover {
    opacity: 0.85;
}

/* 門市資訊卡片*/
.ysco-cvs-section .ry-cvs-store-info {
    margin-top: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.8;
    color: #374151;
    word-break: break-word;
}
.ysco-cvs-section .ry-cvs-store-info .store-name,
.ysco-cvs-section .ry-cvs-store-info .store-address {
    font-weight: 500;
    color: #111827;
}