.pt-ed344023-container {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.pt-ed344023-row {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    align-items: stretch;
}

.pt-ed344023-row:last-child {
    border-bottom: none;
}

.pt-ed344023-col-left {
    flex: 0 0 35%;
    display: flex;
    align-items: center;
    padding: 24px;
    background-color: #f8fafc;
    border-right: 1px solid #e2e8f0;
    gap: 12px;
}

.pt-ed344023-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ea5e9;
    font-size: 20px;
}

.pt-ed344023-icon svg {
    width: 20px;
    height: 20px;
    fill: #0ea5e9;
}

.pt-ed344023-title {
    font-weight: 600;
    color: #0f172a;
    font-size: 16px;
    margin: 0;
}

.pt-ed344023-col-right {
    flex: 1;
    padding: 24px;
    display: flex;
    align-items: center;
}

.pt-ed344023-desc {
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767px) {
    .pt-ed344023-row {
        flex-direction: column;
    }
    .pt-ed344023-col-left {
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
        padding: 16px;
    }
    .pt-ed344023-col-right {
        padding: 16px;
    }
}