
.hrb-edc-shell{
    max-width:1100px;
    margin:0 auto;
    padding:18px 18px 60px;
}

.hrb-edc-intro{
    max-width:900px;
    margin:0 auto 18px;
    text-align:center;
    color:#555;
    line-height:1.7;
}

.hrb-edc-intro p{margin:0}

.hrb-edc-manager{width:100%}

.hrb-edc-key{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px 20px;
    max-width:760px;
    margin:0 auto 18px;
    padding:13px 18px;
    border:1px solid #ead0ca;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 22px rgba(78,55,50,.06);
}

.hrb-edc-key-item{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    color:#454545;
}

.hrb-edc-key-icon{font-size:17px}

.hrb-edc-search-wrap{
    position:relative;
    max-width:620px;
    margin:0 auto 28px;
}

.hrb-edc-search{
    width:100%;
    height:50px;
    border:1px solid #e8d0ca !important;
    border-radius:999px !important;
    background:#fff !important;
    padding:0 20px 0 48px !important;
    font-size:15px !important;
    color:#333 !important;
    outline:none !important;
    box-shadow:0 6px 18px rgba(74,49,44,.05) !important;
}

.hrb-edc-search:focus{
    border-color:#cf9b90 !important;
    box-shadow:0 0 0 3px rgba(207,155,144,.12) !important;
}

.hrb-edc-search-icon{
    position:absolute;
    left:19px;
    top:50%;
    transform:translateY(-50%);
    font-size:22px;
    line-height:1;
    color:#b77f74;
    pointer-events:none;
}

.hrb-edc-no-results{
    margin:10px auto 24px;
    text-align:center;
    font-size:15px;
    color:#666;
}

.hrb-edc-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.hrb-edc-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-width:0;
    min-height:96px;
    padding:20px 20px 20px 22px;
    border:1px solid #ebd0c9;
    border-radius:18px;
    background:#fff;
    box-shadow:0 8px 20px rgba(78,55,50,.07);
}

.hrb-edc-card-main{
    flex:1 1 auto;
    min-width:0;
}

.hrb-edc-brand-line{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
    margin-bottom:7px;
}

.hrb-edc-flags{
    display:inline-flex;
    align-items:center;
    gap:2px;
    flex:0 0 auto;
}

.hrb-edc-brand{
    display:inline !important;
    color:#c78f84 !important;
    font-weight:700 !important;
    text-decoration:none !important;
    border-bottom:1px solid rgba(199,143,132,.45);
    line-height:1.35;
    overflow-wrap:anywhere;
}

a.hrb-edc-brand:hover{
    color:#aa746a !important;
    border-bottom-color:#aa746a;
}

.hrb-edc-details{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:4px 7px;
    color:#444;
    line-height:1.55;
    font-size:15px;
}

.hrb-edc-code{
    display:inline-block;
    color:#252525;
    font-weight:800;
    letter-spacing:.02em;
    overflow-wrap:anywhere;
}

.hrb-edc-discount{
    font-weight:700;
    color:#333;
}

.hrb-edc-notes{
    color:#555;
}


.hrb-edc-actions{
    flex:0 0 auto;
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:stretch;
    min-width:108px;
}

.hrb-edc-actions .hrb-edc-copy,
.hrb-edc-actions .hrb-edc-shop{
    width:100%;
    box-sizing:border-box;
}
.hrb-edc-copy,
.hrb-edc-shop{
    flex:0 0 auto;
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-width:108px;
    min-height:40px;
    padding:9px 13px !important;
    border:1px solid #d9aaa0 !important;
    border-radius:999px !important;
    background:#fff7f5 !important;
    color:#a86f65 !important;
    font-size:13px !important;
    font-weight:700 !important;
    line-height:1 !important;
    text-decoration:none !important;
    cursor:pointer;
    box-shadow:none !important;
    transition:background .15s ease, transform .15s ease;
}

.hrb-edc-copy:hover,
.hrb-edc-shop:hover{
    background:#f9e9e5 !important;
    transform:translateY(-1px);
}

.hrb-edc-copy.is-copied{
    background:#f4f0ed !important;
}

.hrb-edc-copy-icon{
    font-size:16px;
    line-height:1;
}

@media (max-width:900px){
    .hrb-edc-list{grid-template-columns:1fr}
}

@media (max-width:600px){
    .hrb-edc-shell{padding-left:12px;padding-right:12px}

    .hrb-edc-key{
        justify-content:flex-start;
        padding:12px 14px;
    }

    .hrb-edc-key-item{width:100%}

    .hrb-edc-card{
        align-items:flex-start;
        gap:14px;
        padding:17px;
        border-radius:16px;
    }

    .hrb-edc-details{
        font-size:14px;
    }

    .hrb-edc-actions{min-width:88px}

    .hrb-edc-copy,
    .hrb-edc-shop{
        min-width:88px;
        padding:9px 10px !important;
    }

    .hrb-edc-copy-label{font-size:12px}
}



/* v1.3.1 fix: hide browser-native search icon so it doesn't overlap the custom one */
.hrb-edc-search{
    -webkit-appearance:none !important;
    appearance:none !important;
    background-image:none !important;
}

.hrb-edc-search::-webkit-search-decoration,
.hrb-edc-search::-webkit-search-cancel-button,
.hrb-edc-search::-webkit-search-results-button,
.hrb-edc-search::-webkit-search-results-decoration{
    -webkit-appearance:none !important;
    appearance:none !important;
    display:none !important;
}

.hrb-edc-search::-ms-clear,
.hrb-edc-search::-ms-reveal{
    display:none !important;
    width:0 !important;
    height:0 !important;
}

.hrb-edc-search-wrap{
    overflow:visible;
}

.hrb-edc-search-icon{
    left:17px;
    font-size:18px;
    font-weight:700;
    line-height:1;
}



/* v1.3.2 search cleanup: no icon, no overlap, no browser decoration */
.hrb-edc-search-wrap{
    position:relative !important;
    max-width:620px !important;
    margin:0 auto 28px !important;
}

.hrb-edc-search{
    box-sizing:border-box !important;
    display:block !important;
    width:100% !important;
    height:50px !important;
    min-height:50px !important;
    margin:0 !important;
    padding:0 22px !important;
    text-indent:0 !important;
    border:1px solid #e8d0ca !important;
    border-radius:999px !important;
    background:#fff !important;
    background-image:none !important;
    font-size:15px !important;
    line-height:50px !important;
    color:#333 !important;
    -webkit-appearance:none !important;
    appearance:none !important;
    outline:none !important;
    box-shadow:0 6px 18px rgba(74,49,44,.05) !important;
}

.hrb-edc-search::placeholder{
    color:#777 !important;
    opacity:1 !important;
}

.hrb-edc-search-icon{
    display:none !important;
}

.hrb-edc-search::-webkit-search-decoration,
.hrb-edc-search::-webkit-search-cancel-button,
.hrb-edc-search::-webkit-search-results-button,
.hrb-edc-search::-webkit-search-results-decoration{
    -webkit-appearance:none !important;
    appearance:none !important;
    display:none !important;
}
