
.eh-bin {
    font-family: inherit;
}
.eh-bin__hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
.eh-bin__hero h2 {
    margin: 0 0 .3rem;
}
.eh-bin__hero p {
    margin: 0;
    color: #666;
}
.eh-bin__primary,
.eh-bin__address-help a {
    display: inline-block;
    border: 1px solid #111 !important;
    background: #111 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    padding: .7rem 1rem;
    border-radius: 5px;
    white-space: nowrap;
}
.eh-bin__primary:hover,
.eh-bin__primary:focus,
.eh-bin__address-help a:hover,
.eh-bin__address-help a:focus {
    background: #333 !important;
    color: #fff !important;
}
.eh-bin__notices {
    display: grid;
    gap: .75rem;
    margin: 1rem 0;
}
.eh-bin-notice {
    padding: .9rem 1rem;
    border: 1px solid #ddd;
    border-left-width: 5px;
    border-radius: 5px;
    background: #fff;
}
.eh-bin-notice h3 {
    margin: 0 0 .35rem;
}
.eh-bin-notice.is-info {
    border-left-color: #777;
}
.eh-bin-notice.is-warning {
    border-left-color: #c58a00;
    background: #fffaf0;
}
.eh-bin-notice.is-major {
    border-left-color: #b42318;
    background: #fff4f2;
}
.eh-bin__reminder {
    padding: .85rem 1rem;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin: 1rem 0;
}
.eh-bin__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .8rem;
}
.eh-bin-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    background: #fff;
}
.eh-bin-card h3 {
    margin: .2rem 0 .45rem;
}
.eh-bin-card p {
    margin: .35rem 0;
}
.eh-bin-card__icon {
    font-size: 1.25rem;
    line-height: 1;
}
.eh-bin__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: .75rem;
    margin-top: 1rem;
}
.eh-bin__actions a {
    display: block;
    border: 1px solid #ddd;
    padding: .9rem 1rem;
    border-radius: 6px;
    text-decoration: none !important;
    color: inherit !important;
}
.eh-bin__actions a:hover,
.eh-bin__actions a:focus {
    border-color: #999;
}
.eh-bin__actions strong,
.eh-bin__actions span {
    display: block;
}
.eh-bin__actions span {
    margin-top: .2rem;
    color: #666;
    font-size: .88rem;
}
.eh-bin__address-help {
    border-top: 1px solid #ddd;
    margin-top: 1.2rem;
    padding-top: 1rem;
}
.eh-bin__address-help h3 {
    margin-bottom: .25rem;
}
.eh-bin__footer {
    border-top: 1px solid #ddd;
    margin-top: 1.2rem;
    padding-top: .75rem;
    color: #666;
    font-size: .84rem;
}
@media (max-width: 720px) {
    .eh-bin__hero {
        display: block;
    }
    .eh-bin__primary {
        margin-top: .75rem;
        white-space: normal;
    }
    .eh-bin__cards,
    .eh-bin__actions {
        grid-template-columns: 1fr;
    }
}
