.listing-dynamic-fields2536 {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid #dbe7ea;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.listing-dynamic-fields2536 h3 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 20px;
    font-weight: 600;
}

.listing-dynamic-group2536 {
    border-top: 1px solid #edf2f4;
    padding-top: 16px;
    margin-top: 16px;
}

.listing-dynamic-group2536:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.listing-dynamic-group-title2536 {
    color: #007782;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.listing-dynamic-grid2536 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.listing-dynamic-item2536 {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    border: 1px solid #e5eef0;
    border-radius: 10px;
    background: #f8fbfc;
}

.listing-dynamic-label2536 {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
}

.listing-dynamic-value2536 {
    color: #111827;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.listing-paint2536 {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf2f4;
}

.listing-paint2536__empty {
    padding: 12px 14px;
    border: 1px solid #f3d98b;
    border-radius: 10px;
    background: #fff7d6;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.listing-paint2536__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.listing-paint2536__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #e5eef0;
    border-radius: 10px;
    background: #f8fbfc;
}

.listing-paint2536__part {
    flex: 1 1 auto;
    min-width: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}

.listing-paint2536__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.listing-paint2536__status::before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
}

.listing-paint2536__status--orijinal::before {
    background: #9ca3af;
}

.listing-paint2536__status--lokal_boyali::before {
    background: #fb923c;
}

.listing-paint2536__status--boyali::before {
    background: #3b82f6;
}

.listing-paint2536__status--degisen::before {
    background: #ef4444;
}

.listing-paint2536__note {
    flex: 0 1 auto;
    max-width: 180px;
    padding: 4px 7px;
    border-radius: 7px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .listing-dynamic-grid2536,
    .listing-paint2536__list {
        grid-template-columns: 1fr;
    }

    .listing-dynamic-item2536 {
        flex-direction: column;
        gap: 4px;
    }

    .listing-dynamic-value2536 {
        text-align: left;
    }

    .listing-paint2536__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .listing-paint2536__note {
        max-width: 100%;
        white-space: normal;
    }
}
