/* 賞品の交換方法バッジ（配送のみ / ポイント交換のみ） */
.redemption-type-label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.redemption-type-label--shipping_only { background: #fff3e0; color: #e65100; border: 1px solid #ffcc80; }
.redemption-type-label--point_only { background: #e6f3ff; color: #0062eb; border: 1px solid #89d0ff; }

/* 通常オリパ詳細: 画像の下に表示 */
.prize-item-badge { display: block; margin-top: 4px; padding: 0 2px; }
.prize-item-badge .redemption-type-label {
    font-size: 9px; padding: 2px 6px; line-height: 1.25; border-radius: 8px;
    white-space: normal; max-width: 100%; box-sizing: border-box;
    word-break: normal; overflow-wrap: anywhere; line-break: anywhere;
}
@media (min-width: 768px) {
    .prize-item-badge .redemption-type-label { font-size: 10px; }
}

/* 見えるオリパ: タイル右下に小さく表示 */
.mieru-tile__redemption {
    position: absolute; right: 3px; bottom: 3px;
    font-size: 9px; padding: 1px 5px; line-height: 1.4;
    max-width: calc(100% - 6px); overflow: hidden; text-overflow: ellipsis;
}
.mieru-tile.is-got .mieru-tile__redemption { display: none; }
.mieru-summary__redemption { display: inline-block; margin-top: 2px; font-size: 9px; padding: 1px 6px; }
.mieru-preview__redemption { margin-top: 6px; }

/* 手配書: 番号の下に表示 */
.mieru_item .redemption-type-label { display: inline-block; margin-top: 2px; font-size: 10px; padding: 2px 8px; }
