.ed-304718cb-container {
    background-color: #faf9f5;
    padding: 30px;
    border: 1px solid #eaeaea;
}
.ed-304718cb-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}
.ed-304718cb-item:first-child {
    padding-top: 0;
}
.ed-304718cb-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.ed-304718cb-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}
.ed-304718cb-value {
    font-size: 16px;
    color: #333;
    text-align: right;
}
@media (max-width: 767px) {
    .ed-304718cb-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .ed-304718cb-value {
        text-align: left;
    }
}