.dil-list-abe1790e {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.dil-item-abe1790e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.dil-item-abe1790e:first-child {
    padding-top: 0;
}

.dil-item-abe1790e:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.dil-item-left-abe1790e {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dil-icon-abe1790e {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1a4f4f; /* Fallback icon color matching the screenshot */
    font-size: 24px;
}

.dil-icon-abe1790e svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.dil-title-abe1790e {
    font-weight: 600;
    color: #111111;
    font-size: 18px;
}

.dil-value-abe1790e {
    text-align: right;
    color: #333333;
    font-size: 18px;
}
