.drb-ceoe-wrapper {
    width: 100%;
}

.drb-ceoe-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 0;
    width: 100%;
}

.drb-ceoe-item {
    border-bottom: 1px solid #d8d4cb;
    padding: 0 0 14px 0;
    margin-bottom: 14px;
    min-width: 0;
}

.drb-ceoe-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.drb-ceoe-dash {
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #000;
    flex: 0 0 auto;
}

.drb-ceoe-text {
    color: #000;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
    min-width: 0;
    word-break: break-word;
}

.drb-ceoe-empty {
    font-size: 14px;
    color: #777;
    padding: 12px 0;
}

@media (max-width: 1024px) {
    .drb-ceoe-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .drb-ceoe-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 20px;
    }
}
