/* FW Shipping — 체크아웃 프론트 스타일 */

.fw-addr-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 6px 12px;
    font-size: 13px;
    color: #444;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    line-height: 1.4;
}
.fw-addr-btn:hover {
    background: #eee;
    border-color: #aaa;
}

#fw-island-notice {
    display: none;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: #664d03;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 4px;
    line-height: 1.5;
}
#fw-island-notice.show {
    display: block;
}

/* 배송비 라벨 합산 내역 */
.fw-shipping-breakdown {
    display: inline;
    margin: 0 2px;
    font-size: 0.85em;
    color: #6c757d;
    font-weight: normal;
}
