/* KERTANEXA v15.28.4 — Konsistensi kartu hasil unduhan semua alat */
.conversion-result {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    grid-template-columns: 42px minmax(0, 1fr) minmax(9rem, 14rem);
}

.conversion-result > * {
    min-width: 0;
}

.conversion-result > :not(.result-check):not(.result-download),
.conversion-result strong,
.conversion-result p {
    overflow-wrap: anywhere;
}

.result-check {
    position: relative;
    flex: 0 0 auto;
    font-size: 0;
    line-height: 1;
}

.result-check > svg {
    display: none !important;
}

.result-check::before {
    content: "";
    box-sizing: border-box;
    width: 9px;
    height: 16px;
    margin-top: -3px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(45deg);
}

.result-download {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .conversion-result {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .conversion-result .result-download {
        grid-column: 1 / -1;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 420px) {
    .conversion-result {
        column-gap: 11px;
        padding: 14px;
    }

    .result-check {
        width: 38px;
        height: 38px;
    }
}
