.pc-detail-coupon {
    --pcdf-blue: #5368ff;
    --pcdf-blue-dark: #3e52e8;
    --pcdf-soft: #eef1ff;
    --pcdf-line: #d9deff;
    position: relative;
    z-index: 45;
    display: block;
    clear: both;
    width: 100%;
    max-width: none;
    margin: 16px 0 18px;
    padding: 0;
    color: #27304f;
    font-family: inherit;
}
.pc-detail-coupon *,
.pc-detail-coupon-panel * {
    box-sizing: border-box;
}
.pc-detail-coupon button,
.pc-detail-coupon a,
.pc-detail-coupon-panel button,
.pc-detail-coupon-panel a {
    font-family: inherit;
}
.pc-detail-coupon-inline-list {
    display: flex;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    overflow: visible;
}
.pc-detail-coupon-card {
    position: relative !important;
    display: grid !important;
    float: none !important;
    flex: 0 1 340px !important;
    grid-template-columns: minmax(0, 1fr) 68px !important;
    width: 340px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--pcdf-line) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(83, 104, 255, .11) !important;
}
.pc-detail-coupon-card-summary {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
    background: linear-gradient(90deg, #fff 0%, #f8f9ff 100%) !important;
    color: inherit !important;
    text-align: left !important;
}
.pc-detail-coupon-symbol {
    position: static !important;
    display: flex !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: var(--pcdf-blue) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 34px !important;
}
.pc-detail-coupon-summary-copy {
    display: block !important;
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.pc-detail-coupon-summary-copy strong,
.pc-detail-coupon-summary-copy small {
    display: block !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.pc-detail-coupon-summary-copy strong {
    color: var(--pcdf-blue-dark) !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
}
.pc-detail-coupon-summary-copy small {
    margin-top: 4px !important;
    color: #59617e !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}
.pc-detail-coupon-action {
    position: static !important;
    display: flex !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    border-left: 1px dashed #c8d0ff !important;
    background: var(--pcdf-soft) !important;
}
.pc-detail-coupon-action form {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pc-detail-coupon-action button,
.pc-detail-coupon-action a,
.pc-detail-coupon-action > .is-disabled {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 64px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 2px !important;
    padding: 6px 3px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--pcdf-blue-dark) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}
.pc-detail-coupon-action button:hover,
.pc-detail-coupon-action button:focus-visible,
.pc-detail-coupon-action a:hover,
.pc-detail-coupon-action a:focus-visible {
    background: var(--pcdf-blue) !important;
    color: #fff !important;
    outline: 0 !important;
}
.pc-detail-coupon-action button span,
.pc-detail-coupon-action a span {
    display: block !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}
.pc-detail-coupon-action a.is-owned {
    background: #eff9f3 !important;
    color: #087c50 !important;
}
.pc-detail-coupon-action > .is-disabled {
    background: #f3f4f8 !important;
    color: #7c8296 !important;
    cursor: default !important;
}
.pc-detail-coupon-action > .is-disabled b {
    font-size: 13px !important;
}
.pc-detail-share-brand,
.pc-detail-share-brand:hover,
.pc-detail-share-brand:focus {
    border-color: #5368ff !important;
    background: #5368ff !important;
    color: #fff !important;
}
.pc-detail-share-brand:hover,
.pc-detail-share-brand:focus {
    border-color: #3e52e8 !important;
    background: #3e52e8 !important;
}
.pc-detail-coupon-sticky-trigger {
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 68px;
    height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    background: #5368ff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
}
.pc-detail-coupon-sticky-trigger i {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}
.pc-detail-coupon-sticky-trigger b {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}
.pc-detail-coupon-sticky-trigger.is-mounted {
    position: fixed;
    z-index: 11040;
    display: inline-flex;
    margin: 0;
    border-color: #5368ff !important;
    background: #5368ff !important;
    color: #fff !important;
}
.pc-detail-coupon-sticky-trigger:hover,
.pc-detail-coupon-sticky-trigger:focus-visible {
    border-color: #3e52e8 !important;
    background: #3e52e8 !important;
    filter: none;
    outline: 0;
}
.pc-detail-coupon-panel {
    --pcdf-blue: #5368ff;
    --pcdf-blue-dark: #3e52e8;
    --pcdf-soft: #eef1ff;
    --pcdf-line: #d9deff;
    position: absolute;
    left: 0;
    top: calc(100% + 7px);
    z-index: 11050;
    width: 380px;
    max-width: calc(100vw - 16px);
    overflow: hidden;
    border: 1px solid var(--pcdf-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(40, 55, 150, .20);
    color: #27304f;
    font-family: inherit;
}
.pc-detail-coupon-panel[hidden] {
    display: none;
}
.pc-detail-coupon-panel.is-sticky-panel {
    position: fixed;
    z-index: 11050;
}
.pc-detail-coupon-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 12px;
    background: linear-gradient(135deg, #5368ff, #3e52e8);
    color: #fff;
}
.pc-detail-coupon-panel > header strong {
    font-size: 14px;
}
.pc-detail-coupon-close {
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    cursor: pointer;
}
.pc-detail-coupon-list {
    display: flex;
    max-height: 340px;
    overflow-y: auto;
    flex-direction: column;
    padding: 4px 10px 8px;
}
.pc-detail-coupon-item {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) 72px;
    min-height: 82px;
    border-bottom: 1px solid #e8ebff;
}
.pc-detail-coupon-item:last-child {
    border-bottom: 0;
}
.pc-detail-coupon-copy {
    min-width: 0;
    padding: 10px 9px 9px 2px;
}
.pc-detail-coupon-copy > strong,
.pc-detail-coupon-copy > span,
.pc-detail-coupon-copy > small {
    display: block;
}
.pc-detail-coupon-copy > strong {
    color: var(--pcdf-blue-dark);
    font-size: 16px;
    line-height: 1.25;
}
.pc-detail-coupon-copy > span {
    margin-top: 3px;
    overflow: hidden;
    color: #454d6c;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc-detail-coupon-copy > small {
    margin-top: 4px;
    color: #858ca5;
    font-size: 10px;
    line-height: 1.45;
}
.pc-detail-coupon-copy > small span {
    display: inline;
}
.pc-detail-coupon-min::before {
    content: ' · ';
}
.pc-detail-coupon-item .pc-detail-coupon-action button,
.pc-detail-coupon-item .pc-detail-coupon-action a,
.pc-detail-coupon-item .pc-detail-coupon-action > .is-disabled {
    min-height: 81px !important;
}
.pc-detail-coupon-panel > footer {
    display: flex;
    border-top: 1px solid #dfe4ff;
    background: #f7f8ff;
}
.pc-detail-coupon-panel > footer a {
    flex: 1;
    padding: 10px 6px;
    color: #3e52e8;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}
.pc-detail-coupon-panel > footer a + a {
    border-left: 1px solid #dfe4ff;
}
.pc-detail-coupon-toast {
    position: fixed;
    z-index: 11100;
    right: 14px;
    top: 82px;
    display: none;
    width: 300px;
    max-width: calc(100vw - 28px);
    padding: 10px 12px;
    border-radius: 8px;
    background: #27304f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .18);
}
.pc-detail-coupon-toast.is-visible {
    display: block;
}
.pc-detail-coupon-toast.is-error {
    background: #39426d;
}
.pc-detail-coupon-anchor {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

@media (max-width: 767px) {
    .pc-detail-coupon {
        margin: 12px 0 14px;
    }
    .pc-detail-coupon-inline-list {
        gap: 8px;
    }
    .pc-detail-coupon-card {
        flex: 1 1 100% !important;
        grid-template-columns: minmax(0, 1fr) 64px !important;
        width: 100% !important;
        min-height: 62px !important;
    }
    .pc-detail-coupon-card-summary {
        gap: 8px !important;
        padding: 8px 10px !important;
    }
    .pc-detail-coupon-symbol {
        flex-basis: 30px !important;
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .pc-detail-coupon-summary-copy strong {
        font-size: 14px !important;
    }
    .pc-detail-coupon-summary-copy small {
        margin-top: 3px !important;
        font-size: 10px !important;
    }
    .pc-detail-coupon-action button,
    .pc-detail-coupon-action a,
    .pc-detail-coupon-action > .is-disabled {
        min-height: 60px !important;
    }
    .pc-detail-coupon-panel {
        width: calc(100vw - 16px);
    }
    .pc-detail-coupon-list {
        max-height: 55vh;
    }
    .pc-detail-coupon-item {
        min-height: 90px;
    }
    .pc-detail-coupon-copy > small span {
        display: block;
    }
    .pc-detail-coupon-min::before {
        content: '';
    }
    .pc-detail-coupon-item .pc-detail-coupon-action button,
    .pc-detail-coupon-item .pc-detail-coupon-action a,
    .pc-detail-coupon-item .pc-detail-coupon-action > .is-disabled {
        min-height: 89px !important;
    }
    .pc-detail-coupon-toast {
        top: 72px;
        right: 8px;
    }
}
