/* /Components/InfoRow.razor.rz.scp.css */
.info-row[b-ip8qyruwjt] {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 0 20px;
    background: #08d548;
    border-radius: 24px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.16);
}

.info-row__label[b-ip8qyruwjt] {
    min-width: 108px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.info-row__value-wrap[b-ip8qyruwjt] {
    flex: 1;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
    background: #059a34;
    border-radius: 12px;
    overflow: hidden;
}

.info-row__value[b-ip8qyruwjt] {
    flex: 1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-row__copy-btn[b-ip8qyruwjt] {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.copy-icon[b-ip8qyruwjt] {
    width: 16px;
    height: 16px;
    display: block;
}


@media (max-width: 480px) {
    .info-row[b-ip8qyruwjt] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 12px;
        min-height: auto;
        border-radius: 20px;
    }

    .info-row__label[b-ip8qyruwjt] {
        min-width: 0;
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
        opacity: 0.92;
    }

    .info-row__value-wrap[b-ip8qyruwjt] {
        width: 100%;
        min-height: 38px;
        padding: 0 12px;
        border-radius: 12px;
    }

    .info-row__value[b-ip8qyruwjt] {
        font-size: 14px;
        line-height: 1.2;
    }

    .info-row__copy-btn[b-ip8qyruwjt] {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .copy-icon[b-ip8qyruwjt] {
        width: 13px;
        height: 13px;
    }
}
