.eb-card-e0481e7b {
    border-style: solid;
    border-width: 3px;
    border-color: #1B3A5C;
    border-radius: 16px;
    background-color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.eb-header-e0481e7b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background-color: #1B3A5C;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px 10px 0 0;
}

.eb-items-wrap-e0481e7b {
    padding: 16px 20px 20px;
}

.eb-item-e0481e7b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border: 1px solid #E2E8F0;
    border-left-width: 3px;
    border-left-color: #E2E8F0;
    border-radius: 8px;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.eb-item-e0481e7b + .eb-item-e0481e7b {
    margin-top: 12px;
}

.eb-item-e0481e7b:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.eb-item-text-e0481e7b {
    flex: 1;
    min-width: 0;
    padding-right: 12px;
}

.eb-item-title-e0481e7b {
    font-size: 15px;
    font-weight: 700;
    color: #1B3A5C;
    line-height: 1.4;
    margin-bottom: 2px;
}

.eb-item-desc-e0481e7b {
    font-size: 13px;
    font-weight: 400;
    color: #64748B;
    line-height: 1.4;
}

.eb-price-e0481e7b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #FEF3C7;
    color: #1B3A5C;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}
